Overview (8 min)
Completion requirements
01 Getting Started
This tutorial covers some main features and commonly used capabilities of Titan Sign.
Using Titan Sign you can create signature templates using Microsoft Word and the Titan Word Add-in. The Word Add-in tool can create sign projects for a single signer, or multiple signers, or configure a dynamic number of signers.
You can pull any data from Salesforce into your Word document and update Salesforce data using the information provided during the signing process. You can also generate and store the final signed document in the file section in your Salesforce.
Using Titan Sign you can create signature templates using Microsoft Word and the Titan Word Add-in. The Word Add-in tool can create sign projects for a single signer, or multiple signers, or configure a dynamic number of signers.
You can pull any data from Salesforce into your Word document and update Salesforce data using the information provided during the signing process. You can also generate and store the final signed document in the file section in your Salesforce.
02 Viewing Salesforce
Navigate to your Salesforce environment.
You can generate a Titan Sign document in two ways:
Titan supports any standard or custom object in Salesforce. This means that you can generate sign projects from any Salesforce object.
You can generate a Titan Sign document in two ways:
- Clicking the FT Generate Document button - This is included in the Titan Package.
- Salesforce Automation - For example, a flow.
Titan supports any standard or custom object in Salesforce. This means that you can generate sign projects from any Salesforce object.
03 FT Generate Button
After clicking the FT Generate Document button.
The Titan Document Generation pop-up window displays. This window will display the documents available for generation according to the permissions of the current user profile you are logged into.
You can configure documents to only be available when an opportunity is in a specific stage. For example, you can only generate the Sign a Quote document when the opportunity is in the Proposal/Price Quote stage.
In the Document Generation window, you can preview your document or even make changes to it. Kick off the signing process or use the kebab menu to download the document, view the document, or sign and send the document.
Click on the sign icon to start the process.
![sign icon](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/702469876/3_SignIcon.png)
Titan will keep you updated on the document’s progress.
![Document success message](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/702469876/4_DocumentProcess.png)
![FT Doc gen button](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/702469876/1_FTDocGenButton.png)
The Titan Document Generation pop-up window displays. This window will display the documents available for generation according to the permissions of the current user profile you are logged into.
You can configure documents to only be available when an opportunity is in a specific stage. For example, you can only generate the Sign a Quote document when the opportunity is in the Proposal/Price Quote stage.
In the Document Generation window, you can preview your document or even make changes to it. Kick off the signing process or use the kebab menu to download the document, view the document, or sign and send the document.
Click on the sign icon to start the process.
![sign icon](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/702469876/3_SignIcon.png)
Titan will keep you updated on the document’s progress.
![Document success message](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/702469876/4_DocumentProcess.png)
04 Automated Flow
You can set up a flow to initiate the sign request process. This tutorial will show an already configured flow for demonstrative purposes.
Click the Gear icon in the top menu ribbon and select Set Up.
![set up option](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/10_SetUp.png)
Search for flows in the search fields to easily find the Flow option under Process automation. A full list of flows is displayed.
![search for flows](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/11_SearchFlows.png)
Click on the flow you want to review.
![All flows displayed](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/12_Flows.png)
This is an example of a Record Triggered flow. To view the details of the configured flow, select Edit.
![review flow](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/13_reviewFlow.png)
The Configure Start Screen opens. This will show details of the flow.
![Configure start screen](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/14_ConfigureStart.png)
Click on the Apex Action to review the details. The Apex action to invoke is called Form_Builder_FTDocGen.
The API key, the form Hash, and the Object ID. Details on how to retrieve this information will be covered later in this course.
![edit apex action screen](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/15_ApexAction.png)
When the Lead Source is updated to web, it will trigger the signing process. The notification process follows the same logic as when generating a document using the FT Generate Document button.
![triggering apex flow](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/16_trigger.png)
Click the Gear icon in the top menu ribbon and select Set Up.
![set up option](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/10_SetUp.png)
Search for flows in the search fields to easily find the Flow option under Process automation. A full list of flows is displayed.
![search for flows](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/11_SearchFlows.png)
Click on the flow you want to review.
![All flows displayed](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/12_Flows.png)
This is an example of a Record Triggered flow. To view the details of the configured flow, select Edit.
![review flow](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/13_reviewFlow.png)
The Configure Start Screen opens. This will show details of the flow.
![Configure start screen](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/14_ConfigureStart.png)
Click on the Apex Action to review the details. The Apex action to invoke is called Form_Builder_FTDocGen.
The API key, the form Hash, and the Object ID. Details on how to retrieve this information will be covered later in this course.
![edit apex action screen](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/15_ApexAction.png)
When the Lead Source is updated to web, it will trigger the signing process. The notification process follows the same logic as when generating a document using the FT Generate Document button.
![triggering apex flow](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/199848177/16_trigger.png)
05 Email Notifications and the Signing Process
The first signer for your document will be notified via email. You can customize this notification message.
![Notification message](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/124131668/5_NotificationMessage.png)
For signers to start the process, they need to click the link.
You can enable access permissions for your document and include security measures—for example, two-factor authentication.
![example of document](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/124131668/6_SignDoc.png)
The signer will only be able to interact with fields that have been assigned to them. Once the document has successfully been completed, a pop-up message is displayed.
![success message](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/124131668/7_SuccessMessage.png)
This process is repeated for all signers in chronological order. Once all signatures have been added. You will receive a notification email with a copy of the signed document attached.
![copy of document](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/124131668/8_CopyOfDoc.png)
![Notification message](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/124131668/5_NotificationMessage.png)
For signers to start the process, they need to click the link.
You can enable access permissions for your document and include security measures—for example, two-factor authentication.
![example of document](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/124131668/6_SignDoc.png)
The signer will only be able to interact with fields that have been assigned to them. Once the document has successfully been completed, a pop-up message is displayed.
![success message](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/124131668/7_SuccessMessage.png)
This process is repeated for all signers in chronological order. Once all signatures have been added. You will receive a notification email with a copy of the signed document attached.
![copy of document](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/124131668/8_CopyOfDoc.png)
06 Finding Documents in Salesforce
Your documents will be added to the object that triggered the signing process. For example, the opportunity.
![documents attached to Opportunity](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/245776329/9_AttachedDocs.png)
![documents attached to Opportunity](https://academy.titandxp.com/pluginfile.php/776/mod_custompage/topics/245776329/9_AttachedDocs.png)