ATC: SELECT option

This command selects either the source document or the new document as the current document. Most commands affect the current document.

  • option is required; however, only one of the following options can be used at a time:
    • SOURCE selects the source document that opened the workflow script as the current document.
    • NEW selects the new document as the current document.

Example

ATC: COPY * NEW;
ATC: SELECT NEW

The above example means “create a new document of the same Doc type of the current document and in the same project, then make the new document the current document.”


Last updated: September 19, 2017 at 9:38 am;