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
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
ATC: CATCH FOR nnn Target This command prevents the script from failing when non-critical situations (such as “file not found”) arise. By default, an alert is still sent. FOR nnn
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
ATC: ATTACH TEMPLATE [template] options This command attaches a file created from an Attachment template to the target document. (Template type must be attachment, not Auto Attach or Attach All!)
ATC: ATTACH FILE [full filename] COMMENT text ATC: ATTACH DUPLICATE [full filename] COMMENT text ATC: ATTACH FILE $FileKey COMMENT text ATC: ATTACH FILE PROJECT Project FOLDER [full path] NAME [name.ext] COMMENT
ATC: ATTACH MATCHING | COPY matching-pattern options This command attaches files from the source document to the target document. MATCHING is required if the intention is to attach a link to
ATC: ALERT [user] TITLE title; free-form-text This command sends an alert with free-form text to a specified user. [user] is required. It specifies the person to receive the alert. Square brackets
ATC: ADDR target-addr -type source- addr -type This command sets the target address in the target document based on the specified source address type in the source document. target-addr-type is
Question: I’ve been reading through ATC Scripts and Automatic Workflow and also the Index of ATC Commands and I believe I can solve an issue we are having by using
Question: I figured out the ATC commands that I need in my workflow script and have added the new script to my Workflow Script library (as outlined in KBA-01778). Now