I have a scenario where from a custom Quote object I am trying to match an item name on the Salesforce Products object. If the match fails I need to activate a second condition matching on a custom field called “drawing number”.
I know that using actions I can activate conditions on the Product Model. What I need to figure out is how do I determine if the query returned a row. I know I can do this in javascript to see if the model returned a row. But if there is no row returned how do I conditionally specify that the next Product Model condition (filter) needs to be executed in that case to try to match on the drawing number.
Question
How do I conditionally activate conditions on a Model and activate the second condition if first con
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

