Hello,
I try unrelate emails with Opportunity.
My workflow formula for Opportunity looks like:
Thank for any sugestions why it does't work.
I try unrelate emails with Opportunity.
My workflow formula for Opportunity looks like:
PHP Code:
$oppid = entity\attribute('id');
$ids = record\findRelatedMany('Opportunity', $oppid, 'emails', 10);
entity\removeLinkMultipleId(emails, $ids);
Comment