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?

  1. 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.
ftFormHash on Titan Sign
Copy ftFormHash

Use this Invocable Method in a Flow

  1. Navigate to a Salesforce Flow, choose to add a new action, and select TitanSignPrePopulate:
Select the TitanSignPrePopulate action
TitanSignPrePopulate
  1. Paste the FtFormHash into the relevant field under the New Action for Form Builder TitanSignPrePopulate and enter the recordID:
Paste the ftFormHash and recordID in Flow
ftFormHash and recordId in Flow

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!

Hidden Title

Need more help?