Root Company Variable

From SmartWiki
Revision as of 14:41, 6 November 2013 by Arthur Lathrop (talk | contribs)

Jump to: navigation, search

Root Company Variables can be referenced throughout your copy of SmartSimple using the syntax @rootcompany.fieldname@ or @rootcompany.#fieldid#@. The syntax is the same throughout the instance, irrespective of the object upon which the variable resides. In other words, the variable @rootcompany.fieldname@ will return the same value on a contact record, company record or record of any level.

  • Root Company Variables have a similar utility to System Variables, in that they can store information that is relevant throughout your copy of SmartSimple in a centralized location.
  • The advantage of Root Company Variables over System Variables is that System Variables can only return text strings, whereas Root Company Variables can store values of any data format (text, number, date, etc.) supported by SmartSimple's custom fields.
  • The advantage of System Variables is that, using the System2 syntax, you can pre-process the variable name to access different system variables based on the context (see System Variables page for further information).


Creating Root Company Variables

To create a Root Company Variable:

  1. Go to Global Settings
  2. Click on the Internal Company Custom Fields hyperlink under [[
  3. Create a custom field.

BranchCustomFields.png

See Also