Difference between revisions of "Custom Fields Using Variables"

From SmartWiki
Jump to: navigation, search
(No difference)

Revision as of 14:07, 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.