Replicatedataset settings in the <Task> element


The replicatedataset is used to replicate data to extended valuelists. 


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
id
The unique identifier of the Action (max 100 characters, no spaces).
enable
Enables or disables the Action. Valid values are true or false. (Optional)
queryid
The id of the query to iterate result items for. The query action must be defined before the action
domainid
The 4 digit domain id of the space were the extended valuelist is located.  ex domainid=1234 
referenceid
The unique id of the value list 
batchsize
How many rows that will be replicated to the value list at each time. Default setting is 2000 rows. (optional)


AttributeDescription
keycolumn
The name of the key column
column nameMatches the columns between the data source and the extended valuelist