Changes

Jump to: navigation, search

InRole

493 bytes removed, 12:12, 27 June 2013
no edit summary
*'''Do not encapsulate the whole syntax''' – This syntax always returns a value, either true or false which mostly would not cause any problems for example in [[sslogic]] or visibility conditions. However, encapsulation of the syntax will return a string which is useless if not equaled to another string.
*'''Do not encapsulate the role name''' – This is looping the role names in the instance and tries to match what is in the brackets. Use the exact role name without encapsulating.
 
 
'''Correct''': '''@me.inRole(Organization Contact)@'''
 
<font color="red">'''Wrong''':</font> "@owner.inRole(Organization Contact)@"
 
<font color="red">'''Wrong''':</font> @me.inRole("Organization Contact")@
 
<font color="red">'''Wrong''':</font> "@me.inRole("Organization Contact")@"
 
<font color="red">'''Wrong''':</font> @me.InRole(Organization Contact)@ OR @me.inrole(Organization Contact)@
 
<font color="red">'''Wrong''':</font> @me.inRole(''rolename1'' OR ''rolename2'')@
{|
|@me.inRole(''rolename1'' OR ''rolename2'')@
|}
 
''For multiple role names use: @me.inRole(''rolename1'')@ OR @me.inRole(''rolename2'')@
8,849
edits

Navigation menu