ATC: BOOKMARKSOURCE option

This command sets either the source document or a new document as the reference for future bookmark evaluations in upcoming ATC commands. The default is the source 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: BOOKMARKSOURCE NEW

The above example means “set future bookmarks (in the following ATC commands) to reference the document most recently created.”


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

Related Post

ATC: ENDIFATC: ENDIF

ATC: ENDIF This command marks the end of an IF block that starts with ATC: IF. Examples ATC: IF SourceDocNo = NULL ATC: SET SourceDocNo = DocNo ATC: ENDIF The

ATC: CLOSEATC: CLOSE

ATC: CLOSE This command sets the closed date on the current document to today. This effectively closes the document, regardless of status. Example ATC: CLOSE The above example means “close