agray
25 June 2014 22:08
#1
Will,
I can’t see any documentation for AOR on the Wiki - let me know if there is some somehwere… but I have a basic question for you:
How do you indicate to AOR that the filter conditions you create need to be “OR” - by default they appear to be “AND”.
Thanks
Andrew
Will
26 June 2014 09:10
#2
Hi Andrew,
AOR is still in early release. Development and enhancements are planned for SuiteCRM 7.2. Currently, you cannot specify if the conditions use an AND/OR operator.
Thanks,
Will.
ruchi
22 December 2015 10:40
#3
if you want to add inline condition you can create your statement like this-:
{if ($smarty.session.app_setting==‘1’ && $fields.current_processor_c.value=="") OR ($smarty.session.app_setting==‘3’ && $fields.current_processor_c.value=="")}
Where would you “create this statement”??