Question:
For email notification, an admin can add a Document Message for Legacy Workflows. But for Multi-Document Workflows, which use Object Messages (relate to the Envelope object), what is the alternative Token for ${docName} and ${docNameNoLink} that are available in Document Message?
Answer:
The admin can use ${multiDocDocumentsList} to pull out the Document Name as a Linked list of documents in a Multi-Document Workflow. ${workflowContentsNoLink} can pull out the Document Name as a Non-linked list of documents in a Multi-Document Workflow.
To send Document Messages within Multi-Document workflows, it recommends using Entry Actions on Document Lifecycle States. The admin can follow the steps below to Create Entry Actions:
- Navigate to Admin --> Configuration --> Document Lifecycles --> [Lifecycle] --> States --> [State] --> Entry Actions.
- From the Entry Actions tab, click Edit.
- Click Create Entry Action.
- Optional: Add conditions to the entry action rule by select Perform with conditions.
- Under perform actions, select Send a notification.
- Select Message Template (Document Messages) and Recipients.
-
Click Save.
Related Documentation:
- Vault Help Documentation: Object Message Tokens
- Vault Help Documentation: Configuring Document Workflows --> How to Set Up Notifications
- Vault Help Documentation: Defining Document State Entry Actions