Skip to content

XML Standards for Auto Populate fields

jchambers-ln edited this page May 29, 2012 · 4 revisions

Within the getXML() function in each jobentry

Any Recordset that is defined uses the tag <recordset_name eclIsDef=”true” eclType=”recordset”>VALUE</recordset_name> <recordset_name eclIsDef=”true” eclType=”recordset”>VALUE</recordset_name>

Any Dataset that is defined uses the tag <dataset_name eclIsDef=”true” eclType=”dataset”>VALUE</dataset_name> {{{<dataset_name eclIsDef=”true” eclType=”dataset”>VALUE</dataset_name>}}} Any Record that is defined uses the tag <record_name eclIsDef=”true” eclType=”record”>VALUE</record_name>

As of right now the acceptable values for eclType is recordset,dataset,record.

Clone this wiki locally