|
Element "zpro > process > InvokeDataSourceProcess" |
|
|
InvokeDataSourceProcess is used to invoke the data sources. Normally data sources are invoked by the Display Page Service during preparing of the Page XML Data. This process gives the possibility to invoke a data source at any time and to specify the target ADOM that will contain the generated data.
Properties The name of the data source to invoke.
ADOM Name (Accepts MScript) The name of the target ADOM that will contain the generated data. If omitted the name of the data source is the default. Scope (Accepts MScript) The scope of the ADOM. If omitted the scope of the data source is the default. Force (Accepts MScript) The flag that denotes whether or not the data source should be forced to regenerate data even though the refresh time out is not yet expired. Parameters (Accepts MScript) The parameters used by the data source. Example: <param name="SCART_ID">@vof(f:SCART_ID)</param>
The "SCART_ID" parameter in the example, can be used in the data source properties either as @vof(SCART_ID) or better @vof(c:SCART_ID). |