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 required. Only single letters defined in the AddrType code (such as T, F, S) are allowed. [AddrType codes can be viewed and edited through the Code Maintenance tool on the System Admin Dashboard.]
  • source-addr-type is required; however, only one of the following options can be used at a time:
    • * copies the same address type from the source to the target document.
    • GUID indicates a GUID for a specific contact.
    • [template bookmark that resolves to a GUID] indicates a bookmark that points to a specific contact. The square brackets are required.
    • FreeForm indicates a blank address that accepts free form entry and is not tied to a contact.  This may be applicable for Site address or bidding
    • addr type can be either a single letter as defined in the AddrType code or any team address alias as used in bookmarks (see “From the Project Team Contacts” in the Focus on Bookmark Templates guide). Team address aliases will not work for workflow scripts that are triggered on “create” or “first save.”

Examples

ATC: ADDR F *

The above example means ” set the From address in the target document to match the From address in the source document.”

ATC: ADDR S T

The above example means “set the Site address type in the target document to match the To address on the source document.”

ATC: ADDR S FreeForm

The above example means “set the Site address in the target document to allow free-form entry.”

ATC: ADDR T [DKEY_DocHeader_ResponsibleParty]

The above example means “set the To address in the document to match the address of the person who is the document’s responsible party.


Last updated: December 4, 2025 at 8:49 am;  

Related Post

ATC: EXIT LOOPATC: EXIT LOOP

ATC: EXIT LOOP This command exits the current ATC: FOREACH loop. It is usually used within an ATC: IF block. Example ATC: FOREACH DocAttachedFile BY CheckOutStatus WITH CheckOutStatus <> 'H'

ATC: ATTACH ASSEMBLEATC: ATTACH ASSEMBLE

ATC: ATTACH ASSEMBLE options  This command assembles all attachments that are flagged as Incl=Assemble (on the document’s Attachment tab) and attaches that assembled PDF file to the target document. options are optional.  There are several

ATC: ADD WBCODEATC: ADD WBCODE

ATC: ADD WBCODE costcode description |  FROM projectid  LIKE mask This command adds one or more cost codes to the project identified by the current target document. No save is required. This command is