|
Element ''zpro > DataSourceTemplate'' |
|
|
(Since version 5.0) DataSourceTemplate can be useful especially when the data needs to be reworked or manipulated after it is acquired from the data sources. This element is derived from ProcessTemplate element and therefore one or more processes can be configured in it. Although any kind of process can be configured in this template, the purpose should be just completing the data taken from the data source. Typically there is always a InvokeDataSourceProcess element to invoke a data source and other processes to modify the data acquired by it.
Properties This element should be deployed in the "Common Definitions" page or in pages that are marked as configuration page. It is both a Process Template and a Data Source at the same time. Therefore it has the properties that are common for a data source such as "Debug", "Scope" ,"Refresh Timeout" and "Execution Precondition". Please see Process Template for "Process List" and "Access Control" properties. "c:ADOM" MScript symbol The c:ADOM MScript symbol that can be used within template specifies the name of the target ADOM. Therefore the "ADOM Name" property of the InvokeDataSourceProcess should be defined as @vof(c:ADOM).
|