Use the variables in this article to populate companies' addresses to your contract or change order document templates.
Variables | Description |
{*.address.line1} | Returns the first line of the address |
{*.address.line2} | Returns the second line of the address |
{*.address.city} | Returns the city |
{*.address.state} | Returns the state |
{*.address.zip} | Returns the zip code |
{*.address.country} | Returns the country |
* Must be preceded by one of the following to define the specific address:
For contracts:
For change orders:
For example, when you want to add the first line of an owner's address, the variable looks like this: {owner.address.line1}
.