Changes

Jump to: navigation, search

Advanced Logic

215 bytes removed, 18:18, 13 August 2014
no edit summary
''In the above example, users who are in the role "Program Director" or "Applicant" will be prevented from deleting contacts at {{l1}}.''
 
If the object being controlled is a button, the contents of the '''Caption''' field will replace the text on the button:
:[[Image:Advanced_Logic_Caption.PNG]]
:[[Image:Advanced_Logic_Button.PNG]]
 
The '''Message''' field is not currently used, it is there to allow future functionality
==Sample Conditional Statements==
* True for when current user is in the role IDs 1234 ''Program Director'' or 1235''Applicant'': instr('@me.rolelistinRole(Program Director)@',',1234,') OR instr('@me.rolelistinRole(Applicant)@',',1235,')
* False for when current user is in both IDs 1234 the roles ''Program Director'' and 1235''Applicant'': instr('!@me.rolelistinRole(Program Director)@',',1234,')=0 AND instr('!@me.rolelistinRole(Applicant)@',',1235,')=0
8,849
edits

Navigation menu