Difference between revisions of "System Variables"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 
The '''System Variables''' setting on the [[Global Settings]] page allows you to create and edit system-wide [[Custom Fields]] within your instance.
 
The '''System Variables''' setting on the [[Global Settings]] page allows you to create and edit system-wide [[Custom Fields]] within your instance.
 +
These variables can be referred to from anywhere within [[SmartSimple]] using the following syntax:
  
These variables can be referred to from anywhere within [[SmartSimple]] using the following syntax:
+
<font size="3">@system.''variable name''@</font>
  @system.variable name@
+
 
 +
'''Example:'''
 +
If you have created a '''System Variable''' called '''Tax Rate''' you would use:
 +
  @system.tax rate@
  
  
  
 
[[Category:Global Settings]]
 
[[Category:Global Settings]]

Revision as of 11:02, 1 September 2009

The System Variables setting on the Global Settings page allows you to create and edit system-wide Custom Fields within your instance. These variables can be referred to from anywhere within SmartSimple using the following syntax:

@system.variable name@

Example: If you have created a System Variable called Tax Rate you would use:

@system.tax rate@