The following is an example of a Custom Process to add the text "Signed" to the front of the name of a document that has returned from a signing service as client signed.
This article contains the following sections:
- Create a View that will Trigger the Process
- Add the Custom Process
- Add the Step to Alter the Document Name
- Set the Status of the Process to "Active"
- Testing and Running the Process
Create a View that will Trigger the Process
This process needs a view to be created. This will be used to trigger the Custom Process. Refer to Adding/Removing/Moving Columns in a List, Sorting and Filtering and Saving Changes to the View Layout, Modifying and Deleting Views.
- Display the documents list and select the "All" view.
- Include the columns Source and Workflow to the view.
- In the Source column, apply a Filter to select only the relevant signing service (for example, "Annature").
Note: For FuseSign, the source is currently showing as FYI. This will be changed to FuseSign. - In the Workflow column, add a filter "Client Signed".
Note: Depending on the signing service, the Workflow of "Client Signed" may also be applied to documents as well as the signed document itself. Refer to .Summary of what happens when document(s) are Sent for Signing. - Ensure the view only shows Client Signed documents for the relevant signing service.
- Save the view. for this example as Client Signed 'Service name. You would usually save this as "Automations only".
Add the Custom Process
The following is an example of the Custom Process.
- The Name of the Process has been set as "Add "Signed - " to front of Signed documents for 'Service name'". This name is included in the Notification in FYI and, depending on the user's settings, in the email notification that is sent.
- If required, add any additional description of the Process in the Description.
- The Trigger in the Process is set as "Schedule".
- The Schedule has been set, for example, as "Every hour" to run the process every hour and the Start Date has been set.
- No documents are created for this process so Inherit Job is uncheckmarked.
- Set the Filter to "Document - view" and select the view you created above. In the example, this was "Client Signed 'Service name'".
- Ensure that Run Only Once Per Document is checkmarked in the Filter.
This ensures that the document is only updated the first time. - Set the Owner of the Process.
- Ensure the Start From date is correct
Add the Step to Alter the Document Name
Add an Alter Document step to the Process.
- Update the Name field to add "Signed - " in front of Merge Field {{ OriginalFileName }}. This will put the text "Signed - " in front of the original file name.
- Ensure that AutoFile is Enabled to keep the same filing details as the original document.
- Add any Tasks or Comments if required.
- Click Save.
Set the Status of the Process to "Active"
When you are ready, set the Status of the process to "Active".
Testing and Running the Process
When setting up a Custom Process, it is very important to test it to ensure it is working as expected. Refer to Testing Custom Processes.