Changes

Jump to: navigation, search

Advanced Logic

80 bytes added, 20:46, 1 June 2009
no edit summary
* True if the Level 1 status is 'Draft':
'@opportunity.status@'='Draft'
or
'@opportunity.status@' In ('Draft')
* True unless the Level 1 status is 'Draft'or '<nowiki>Open': '@opportunity.statusidstatus@' Not In ('765Draft','766Open')</nowiki>''':: - true  * True if the Level 1 statusid is 765 or 766* '''<nowiki> '@opportunity.statusid@' Not In ('765','766')</nowiki>''':: - true  * True if the Level 1 statusid is NOT 765 or 766* '@opportunity.statusid@' Not In ('765','766'<nowiki>)  * True for role IDs 1234 and 1235: instr(concat(',','@me.rolelist@',','),',1234,') OR instr(concat(',','@me.rolelist@',','),',1235,')</nowiki>''':: - true for role IDs 1234 and 1235:::Note: ''concat(',','@me.rolelist@',',')'' creates a list of all the roleid's associated with the current user, and ''instr'' tests to see if the roleid you specified is in the list.  * '''Never True 1=0''' - never true
0
edits

Navigation menu