Is it possible to send emal notification based on a transaction line attribute?
Summary
When 'Approve' is selected in drop down menu in transaction line, an email notification should be sentContent
Hi,
As per our requirement we want that whenever a value is selected in a drop down menu attribute (defined at transaction line level), an email notification should trigger from CPQ.
Ok so we written a Transition Rule in Steps. On the step transition we have an advanced bml, which for the moment returning false.
We are using a line level attribute "technicalTeamverification" for the condition to true, yet not all lines are populated. So when we loop through the lines and check for that line attribute, the latest one is null, which sets our return statement to false.
1