Address Variables
Use the variables in this article to populate companies' addresses to your contract or change order document templates.
Note: Make sure that you assigned an address to a company. Addresses can be manageable in the Companies tool in Project Admin.
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:
- architect
- contractor
- contract.creator.company
- contract.purchasedBy.company
- contract.recipient.company
- owner
- project
- notary
- supplier
For change orders:
- architect
- contractor
- owner
- project
For example, when you want to add the first line of an owner's address, the variable looks like this: {owner.address.line1}
.