* Details of each status are displayed on the right of the page and new statuses are added to the right of the page.
[[Image:StatusSettingsPage.png|link=]]
==Organization / Contact Statuses==
Organization statuses are accessible from [[Global Settings]] > Organizations & Users >[[Company & Account Settings]].
Contact statuses are accessible from [[Global Settings]] > Organizations & Users >[[User & Contact Settings]].
Go under '''Organization Statuses''' to create a new status.
This variable to reference the organization or contact status 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.
To display the organization of the assigned company on a {{l1}} object:
"@client.status@"
The status name will be displayed. Example:
Active
This syntax can be used on the submit logic validation script by adding the object type prefix:
"@level1.client.statuscaption@"
The status caption will be displayed. Example:
Verified
See '''[[Submit Logic]]''' for detailed instructions.
==Status Settings==
* 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 / Contact Statuses==
Organization statuses are accessible from [[Global Settings]] > Organizations & Users >[[Company & Account Settings]].
Contact statuses are accessible from [[Global Settings]] > Organizations & Users >[[User & Contact Settings]].
Go under '''Organization Statuses''' to create a new status.
This variable to reference the organization or contact status 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.
To display the organization of the assigned company on a {{l1}} object:
"@client.status@"
The status name will be displayed. Example:
Active
This syntax can be used on the submit logic validation script by adding the object type prefix:
"@level1.client.statuscaption@"
The status caption will be displayed. Example:
Verified
See '''[[Submit Logic]]''' for detailed instructions.
==See Also==