ATC: RELEASE option

This command immediately releases (sends on to the next routee) another document that is currently routed to “Spitfire.”

  • option is optional. There are several options but you can use only one at a time.
    • ALL releases all documents of the same type and in the same project.
    • NEXT releases the document with the next lowest Doc number of the same type and in the same project.
    • docno releases the document with the specified Doc number of the same type and in the same project.
    • To docno releases the document of the same type and in the same project with a Doc number less than or equal to the specified docno.

Example

ATC: RELEASE NEXT

The above example means “send the document with the next lowest document number of the same type and in the same project as the source document on to the next routee.”

ATC: RELEASE TO 15

The above example means “send the document (of the same type and in the same project as the source document) that has a document number less than or equal to 15 on to the next routee.”


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

Related Post

ATC: SENDATC: SEND

ATC: SEND FROM email  TO email  SUBJ text; BODY variable options This command sends an email to the person or persons specified. “Route Via” is not relevant and contacts without

ATC: DUEATC: DUE

ATC: DUE option(s)  INTO $variable This command sets the document due date (or optionally, sets it to a specific day of the month) or creates a variable with the date

ATC: IFATC: IF

ATC: IF condition  | (table.field (operator value-expression |  IsChanging)) If this command appears anywhere in the script, the entire script is run in the background (even if the command is in an ATC: