You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.