RefreshBlocksProcess

Top  Previous  Next

RBP_icon
 
RefreshBlocksProcess is used to refresh the records of one or more process blocks can be refreshed. The numbers of the target blocks and the data source names must be equal.

Important: The "Manipulate Records" properties of the target process block elements must be set to "true".

Bakın RefreshBlocksAction.

RefreshBlocksProcess

Properties

Data Source Names (dataSources) (Separated with commas, Accepts MScript)

The names of the data source elements separated with commas.

 

Nodes To Encrypt (nodesToEncrypt) (Separated with commas, Accepts MScript)

The names of the nodes (separated with commas) whose values to be encrypted. If more than one data source is used then the nodes belonging to the different data sources should be separated with a semi-column.

 

Target Blocks (targetBlocks) (Separated with commas, Accepts MScript)

Target blocks elements to refresh. It can be a single String that contains the HTML ids of the target elements separated with commas or an Array of elements.

 

Note: The "Manipulate Records" properties of the target process block elements must be set to "true".

 

Field Map (fieldMap) (Separated with commas, Accepts MScript)

By default, the values of the process fields in the specified process blocks are refreshed with the values of the identically named data nodes. If there are exceptions to this rule it can be specified with this parameter in processFieldName:dataNodeName,[processFieldName:dataNodeName ...] format.

Example: ORDER_ID:ID,UNIT_PRICE:PRICE