ATC: ENDIF
ATC: ENDIF This command marks the end of an IF block that starts with ATC: IF. Examples ATC: IF SourceDocNo…
Read more
Exclusively for Spitfire Clients
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
ATC: BACKGROUND If this command appears anywhere in a ROUTE workflow script, the entire script is run in the background…
Read more
ATC: CLOSE This command sets the closed date on the current document to today. This effectively closes the document, regardless…
Read more
ATC: CATCH FOR nnn Target This command prevents the script from failing when non-critical situations (such as “file not found”)…
Read more
ATC: BOOKMARKSOURCE option This command sets either the source document or a new document as the reference for future bookmark…
Read more
ATC: ATTACH TEMPLATE [template] options This command attaches a file created from an Attachment template to the target document. (Template…
Read more
ATC: ATTACH FILE [full filename] COMMENT text This command attaches a link to a file already in the Spitfire Catalog…
Read more