Inserting Dynamic Variables in Contract Templates
When generating a contract, you can insert dynamic variables to automatically display specific charge types or amounts. This is particularly useful for values that may vary depending on vehicle, category, or location—for example, claim excess amounts.
Instead of manually entering these amounts in your contract, you can insert dynamic variables that will be automatically populated with the correct values at the time of agreement generation.
How to Insert a Dynamic Variable
Choose the Correct Variable
Use
Workspace.ItemName
to insert the label of the charge (e.g., “Standard Excess”).Use
Workspace.ItemPrice
to insert the corresponding amount (e.g., “$2,000”).
Each variable includes a unique ID (e.g., IT000001
) to indicate which label and value belong together. For example:
Workspace.ItemName_IT000001
= “Standard Excess”Workspace.ItemPrice_IT000001
= “$2,000”

Insert Into the Agreement
Click Insert to add the selected variable into the text. It will appear as a placeholder like this:
Standard Excess: In the event of damage to or loss of the vehicle, the customer is liable to pay an excess of {Workspace.ItemPrice_IT000014} per incident.
When the agreement is generated, the variable will be replaced with the actual charge amount specific to the customer's booking.
Last updated