0
edits
Changes
Status
,added an example for configuring org status
Organization statuses are accessible from [[Global Settings]]>[[Organization]]
Go under '''Organization Statuses''' to create a new status. Click here to find the syntax to reference the organization's status.
The '''Settings''' page within the [[Universal Tracking Application]] allows you to define '''Statuses''' for your Level 1, Level 2 and Level 3 records. The Statuses can be used to track the state or condition of the records.
* The Submit Logic feature is associated with a particular status. Associating the conditions with each status allows for different statuses to control sets of Submit Logic rules.
==Organization Statuses==
This variable follows the convention: status,statusid,statuscaption.
In other words the variable to refer to the organization status is"@prefix.status@". The prefix can be replaced with the object type.
Display the organization of the assigned company on the level 1:
example:
"@client.status@"
Will display:
Active
This can be used on the submit logic validation script by adding the object type prefix:
example:
"@level1.client.statuscaption@"
Will display:
Verified
See '''[[Submit Logic]]''' for detailed instructions.