Twig template variables: Department
Name | Classic template system equivalent? | Function |
---|---|---|
{{ department.Name }} | {DepartmentName} | Shows the name of the department.
Note: If your organization uses a single-site configuration, the template variable shows the name of your business. If your organization uses a department configuration or business unit configuration, the variable shows the name of the department that you are signed in to.
|
{{ department.CompanyNumber }} | {DepartmentCompanyNumber} | Shows the Australian business number of the department. |
{{ department.PhysicalAddressText }} | {DepartmentAddress} | Shows the full address of the department.
Note: If your organization uses a single-site configuration, the template variable shows the address of the business.
|
{{ department.PhysicalAddress.Line1 }} | {DepartmentAddressLine1} | Shows the first line of the physical address of the department. |
{{ department.PhysicalAddress.Line2 }} | {DepartmentAddressLine2} | Shows the second line of the physical address of the department. |
{{ department.PhysicalAddress.Suburb }} | {DepartmentAddressSuburb} | Shows the suburb of the department. |
{{ department.PhysicalAddress.City }} | {DepartmentAddressCity} | Shows the city of the department. |
{{ department.PhysicalAddress.Region }} | {DepartmentAddressRegion} | Shows the region of the department. |
{{ department.PhysicalAddress.State }} | {DepartmentAddressState} | Shows the state of the department. |
{{ department.PhysicalAddress.Country }} | {DepartmentAddressCountry} | Shows the country of the department. |
{{ department.PhysicalAddress.Postcode }} | {DepartmentPostcode} | Shows the postcode of the department.
Note: If your organization uses a single-site configuration, the template variable shows the postcode of the business.
|
{{ department.Emailaddress }} | {DepartmentEmail} | Shows the email address of the department. |
{{ department.PhoneNumber }} | {DepartmentPhone} | Shows the phone number of the department. |
{{ department.FaxNumber }} | {DepartmentFax} | Shows the fax number of the department. |
{{ department.Website }} | {DepartmentWebSite} | Shows the website address of the department. |
{{ department.BankAccountNumber }} | {DepartmentBankAccount} | Shows the bank account number of the department. |
{{ department.PaymentReference }} | {DepartmentPaymentReference} | Shows the payment reference of the department. |
{{ department.TaxNumber }} | {DepartmentTaxNumber} | Shows the tax number of the department. |