Hello,
In Opportunity i Have stage "Convert to Case". I create workflow which create releted Case to this Opportunity, but I don't know how to relate the same emails from the Opportunity to the created Case.
Thanks for any help.
In Opportunity i Have stage "Convert to Case". I create workflow which create releted Case to this Opportunity, but I don't know how to relate the same emails from the Opportunity to the created Case.
PHP Code:
$ids = ??? (some sugestions)
entity\addLinkMultipleId('emails', $ids)
Comment