Adding multiple conditions to Trigger_SendEmail?
Posted: 2014-05-21 15:52
Does anyone know how to add a second condition to the SendEmail trigger? Or how to use AND/OR logic under the advanced builder?
- If I go to the Advanced tab, and type in the following condition, it works fine: {omActCompDate} NEQ ""
- But I also need to add a second condition: {omType} EQ "FCP"
Question: How do I combine these conditions to work together? ( using the AND operator)
Here is what the behavior adds to the page with only one condition:
upd_tblcom.registerConditionalTrigger("{omActCompDate} NEQ """"", "AFTER", "Trigger_SendEmail_Sales", 40);
- If I go to the Advanced tab, and type in the following condition, it works fine: {omActCompDate} NEQ ""
- But I also need to add a second condition: {omType} EQ "FCP"
Question: How do I combine these conditions to work together? ( using the AND operator)
Here is what the behavior adds to the page with only one condition:
upd_tblcom.registerConditionalTrigger("{omActCompDate} NEQ """"", "AFTER", "Trigger_SendEmail_Sales", 40);