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
Akhil KunaAkhil Kuna 

When the contact status field is changed to converted. I want to launch on to related account record of the contact. How could I achieve this?

Urgent requirement!! 
Thanks In Advance
RKSalesforceRKSalesforce
Hi Akhil,

You can achieve this using Trigger. Trigger on Contact (after insert, after update). I have a doubt here , your account may have multiple contacts associated with it . Might be be you can create one field on contact 'Primary contact' - Maximum one Primary contact should be allowed for every account and Process your logice of Populating status on Account.

Please mark as best answer if helped.

Regards,
Ramakant
 
Akhil KunaAkhil Kuna
Hello Ramakant,

Can you provide with a sample code to achieve this.

Thank you
Akhil