Skip to main content



BIA - The Elements

Replicatedataset settings in the <Task> element

The replicate dataset is used to replicate data to extended value lists.

Example:

<replicatedataset id="ReplicateCustomers" queryid="CustomersQuery" domainid="1234" 

referenceid="uniqe.identifier.kunder" keycolumn="key" batchsize ="2000"> **(Optional)**

<column name="Name">$Name$</column>

<column name="Address">$Address$</column>

<column name="Phone">$Phone$</column>

<column name="Email">$Email$</column>

</replicatedataset>

**optional paramater** "enable = true"
AttributeDescription
idThe unique identifier of the Action (max 100 characters, no spaces).
enableEnables or disables the Action. Valid values are true or false. (Optional)
queryidThe id of the query to iterate result items for. The query action must be defined before the action
domainidThe domain id of the space where the extended value list is located. ex domainid=1234
referenceidThe unique id of the value list
batchsizeThe number of rows that will be replicated to the value list at each time. Default setting is 2000 rows. (optional)
AttributeDescription
keycolumnThe name of the key column in the data source query.
column nameMatches the columns between the data source and the extended valuelist.