Project's details can be found in Settings in Project Admin. Project members can use project variables to reference the project information and automatically fill out documents with the data entered in Cost Management.
There are several project variables that can be used for documents:
{project.name}
- which returns the project name{project.jobNumber}
- which returns the project number{project.projectType}
- which returns the project type{project.startDate}
- which returns the project start date{project.endDate}
- which returns the project end date{project.address.line1}
- which returns the first line of the project address{project.address.line2}
- which returns the second line of the project address{project.address.city}
- which returns the city of the project address{project.address.state}
- which returns the state of the project address{project.address.zip}
- which returns the ZIP code of the project address{project.address.country}
- which returns the country of the project addressProject administrators can edit project's settings. To learn more, see the Project Settings article.