Apex Class: FT_Encryption_Util

When to Use this Apex Class?

You can use the FT_Encryption_Util when you want to encrypt any field in Salesforce. We recommend encrypting any data that is passed in a URL parameter. This invocable method can be used with a flow or process builder.

What are the Relevant Input Parameters?

The following input parameters are relevant to this Class:

Required:

  • field_api_name_to_encrypt (string)
  • field_api_name_to_save_encrypted_value (string)
  • object_Api_Name (string)
  • record_id (string)

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

Encrypt the Record ID in your Form URL Parameters

Hidden Title

Need more help?