Apex Class: TitanSignPrePopulate
When to Use this Apex Class?
You can use this invocable method when you want to tell Titan to pre-prepare a heavy document with lots of content. This will fast-track the signing process and your document will take less time to render.
What are the Relevant Input Parameters?
This invocable method has the following input parameters:
Required:
- ftFormHash (string)
- recordId (ID)
Where can you access the ftFormHash for TitanSignPrePopulate?
- Open any Titan Sign Project and follow the path Document > Settings > Document Access > Select the Dynamic Option > Salesforce Configuration.
- Select an object such as Account and choose APEX/ Process builder/ Flow.
- Copy the FtFormHash.
Use this Invocable Method in a Flow
- Navigate to a Salesforce Flow, choose to add a new action, and select TitanSignPrePopulate:
- Paste the FtFormHash into the relevant field under the New Action for Form Builder TitanSignPrePopulate and enter the recordID:
What does this Apex Class Return?
This Apex Class returns void.
Does this Apex Class have any Limitations?
This Apex Class does not have any relevant limitations.
Can this Apex Class be used by Titan Customers?
Yes, customers can interact with this Apex Class.
How to Video
Coming Soon!