System Placeholders

Use these special system placeholders to automatically insert useful system data such as today's date or the author's email.

These special placeholders are automatically replaced when generating a document without requiring any user input.

There are several types:

  • tenant information

  • author information

  • system information such as date, time

Tenant information

system.tenant.xxx where xxx is any tenant property, for example:

{system.tenant.name}

{system.tenant.address}

{system.tenant.phone}

{system.tenant.abn}

{{system.tenant.logo}}

Author information

system.author.xxx where xxx is any user property, for example:

{system.author.fullName}

{system.author.phoneNumber}

{system.author.email}

{system.author.firstName}

{system.author.lastName}

System information

{system.today} ➝ today's date

{system.now} ➝ current date and time from user's timezone

Last updated