Changes

Jump to: navigation, search

Visibility Condition

738 bytes added, 20:54, 16 July 2009
To Include Multiple Conditions
'''Note:''' remember to include the @fieldname@ in single quotes.
===To Include Multiple Conditions===It is also possible to test multiple conditions:* For an '''OR''' condition use two pipes (|)
For an '@status@' = 'Closed' || '@me.fullname@'='John Doe'''The above field will be visible either if the status of the record is ''Closed'', OR condition use two pipes (|)if the user viewing the record is named ''John Doe''.''
'@status@' = 'Closed' || ‘@me.userid@’='12345'
* For an '''AND''' condition use two ampersands (&)
'@status@' = 'Closed' && '@me.fullname@''='John Doe'
''The above field will be visible only if the status of the record is ''Closed'' AND the user viewing the record is named ''John Doe''.''
* You can also use a combination of these using brackets:
'@status@' = 'Closed' && (‘@me.fullname@’='John Doe' || '@me.fullname@'='John Deer' || '@me.fullname@'='Dear John')
''The above field will be visible only if the status of the record is ''Closed'' AND the user is one of the 3 named users.''
==See Also==
0
edits

Navigation menu