Difference between revisions of "Custom Fields Using Variables"

From SmartWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
All [[Custom Fields|custom fields]] using option box (default text of text fields, options if it is combo box, etc) support system variables.
 
All [[Custom Fields|custom fields]] using option box (default text of text fields, options if it is combo box, etc) support system variables.
 
   
 
   
 
 
'''@system.variablename@'''
 
'''@system.variablename@'''
 
   
 
   
 
 
Text box default values can now be replaced with parent variables.  Example: for a level 2 [[User|user]] to default a value at level 1, just simply put this in the default text box of the [[Custom Field|custom field]]:
 
Text box default values can now be replaced with parent variables.  Example: for a level 2 [[User|user]] to default a value at level 1, just simply put this in the default text box of the [[Custom Field|custom field]]:
 
   
 
   
 
 
'''@@@parent.customfieldname@ or @@@parent.standardname@'''
 
'''@@@parent.customfieldname@ or @@@parent.standardname@'''
 
   
 
   
 
 
The first '''2@s''' tells the system the text needs to be compiled.
 
The first '''2@s''' tells the system the text needs to be compiled.
  
 
[[Category:System Management]][[Category:Custom Fields]]
 
[[Category:System Management]][[Category:Custom Fields]]

Revision as of 15:08, 24 October 2007

All custom fields using option box (default text of text fields, options if it is combo box, etc) support system variables.

@system.variablename@

Text box default values can now be replaced with parent variables. Example: for a level 2 user to default a value at level 1, just simply put this in the default text box of the custom field:

@@@parent.customfieldname@ or @@@parent.standardname@

The first 2@s tells the system the text needs to be compiled.