Apex Class: CLM Document Download URL

When to Use this Apex Class?

The CLM Document Download URL is used to return a download URL containing a CLM document. This downloaded document can be used to collaborate on CLM processes using Microsoft Word. This is an invocable method and can be accessed from a flow.

What are the Relevant Input Parameters?

The following input parameters are relevant to this Apex Class:

Required:

  • ftFormHash (string)
  • recordId (ID)

Where can you access the formHash?

  1. Open any Titan CLM Project and follow the path Document > Settings > Document Access > Dynamic option> Salesforce Configuration.
    • Select an object such as Account and choose APEX/ Process builder/ Flow
    • Copy the ftFormHash:
ftFormHash
ftFormHash
  1. Navigate back to your Salesforce Flow, and paste the ftFormHash into the relevant field under the New Action for Form_Builder_TitaSignInstantUrl:
formHash for TitanSignInstantUrl

What does this Apex Class Return?

This Apex Class returns a URL.

Does this Apex Class have any Limitations?

This Apex Class has no relevant limitations.

Can this Apex Class be used by Titan Customers?

Yes, customers can interact with this Apex Class.

How to Video

Video Coming Soon!

Hidden Title

Need more help?