function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Brittany HartBrittany Hart 

Work Flow Assigned to Account Team Member

Hello,

Is it posible to create a task workflow rule assigned to a specific Account Role User? For example, I want to alert the person who holds Account Exacutive on the account team when a field has been updated. as anyone donw this in Apex? Is there common code available for this?

Thanks,

Brittany

ar_sfdcar_sfdc

One way to do this is to create an email field on the object where you do the field update and populate this field with the email address of the account executive using a trigger. You can then create a workflow email alert and include the account executive as a recipient using the email field. Let me know if this helped you.

 

Regards,

 

Arun