Edit Condition

From SmartWiki
Revision as of 12:11, 8 June 2011 by Cameron (talk | contribs) (Created page with 'The '''Edit Condition''' setting on Standard Fields determines whether the field will appear on the page as read only or as an editable field. The syntax used is the same as …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Edit Condition setting on Standard Fields determines whether the field will appear on the page as read only or as an editable field. The syntax used is the same as for the Visibility Condition.


Example

Entering the following into a User/Contact Standard Field Edit condition will ensure that only Global User Administrators are permitted to set the e-mail address of any contacts that are assigned as Local or Global User Administrators within the system.

instr("@type@","Admin")<0 or instr("@me.type@","Global")>0


For further examples see the Visibility Condition page.