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
vipul.jaisinghani1.3929959853324429E12vipul.jaisinghani1.3929959853324429E12 

cross object workflow

I am trying to design a workflow or trigger so that when ever a new contact is associated with a campaign as a campaign member, its lead status should change to "New". Can any one suggest me how should I do it.
VeniRayVeniRay
Hey Vipul,

Do you have any field in Contact detail page saying Campaign Memebr - yes/no? If so you may use a pick list depandancy functionality. If you dont have such picklist field, you might have a look-up filed? if so you may write a workflow field update.

Hope it helps.
vipul.jaisinghani1.3929959853324429E12vipul.jaisinghani1.3929959853324429E12
Hey Veni,

Thanks for replying but, Contact and campaign members are not at all related.  thats why I am not able to design a workflow fo it. and thats why I am trying to figure out a way to implement it through Apex triggers. (but I have no idea, that how to write them... :) )