ATC: COPY
ATC: COPY KEY dataPK | [doctype] project document supplemental; WITH option This command creates a new document, usually by copying…
Read more
Exclusively for Spitfire Clients
ATC: COPY KEY dataPK | [doctype] project document supplemental; WITH option This command creates a new document, usually by copying…
Read more
ATC: SAVE WITH options This command saves the current document. Errors during the save are catch-able (see ATC: CATCH). You can specify…
Read more
ATC: SELECT option This command selects either the source document or the new document as the current document. Most commands…
Read more
ATC: SEQ s TO | CC | ANY user-list VIA m option(s) This command allows the due date and other options…
Read more
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