ATC: SET
ATC: SET tablename.fieldname = value This command sets a specified field on the current document to the value specified. tablename…
Read more
Exclusively for Spitfire Clients
ATC: SET tablename.fieldname = value This command sets a specified field on the current document to the value specified. tablename…
Read more
ATC: SETHTML tablename.fieldname = new-value This command is similar to the ATC: SET command but maintains any HTML formatting of…
Read more
ATC: STATUS statuscode This command sets the status code on the current document to the value specified. This command is…
Read more
ATC: EXIT LOOP This command exits the current ATC: FOREACH loop. It is usually used within an ATC: IF block….
Read more
ATC: ENDLOOP This command marks the bottom of a loop and returns to the start of the loop if there are…
Read more
ATC: FOREACH table BY sortfield WITH filter; This command begins a block of commands that will repeat once for each…
Read more
ATC: ENDIF This command marks the end of an IF block that starts with ATC: IF. Examples ATC: IF SourceDocNo…
Read more
ATC: ELSE This command can be used for an IF/ELSE situation, with ATC: IF. It indicates the ATC commands to…
Read more
ATC: IF condition | (table.field (operator value-expression | IsChanging)) If this command appears anywhere in the script, the entire script is run in…
Read more
ATC: CALL [scriptname or GUID or $variable] ATC: INVOKE [scriptname or GUID or $variable] The CALL command runs a workflow…
Read more