Custom Fields Using Variables

From SmartWiki
Revision as of 15:08, 24 October 2007 by Julia Decker (talk | contribs)

Jump to: navigation, search

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.