You need to sign in to do that
Don't have an account?

How to update and delete the record using Triggers
How to update and delete the record using Triggers?
Im new for salesforce.
I have one custom object JobForm__c
i have two fields ApplicaneName__c,JobFormName(mandatory)
I have applicant name='renu'
i want arjun.
Im new for salesforce.
I have one custom object JobForm__c
i have two fields ApplicaneName__c,JobFormName(mandatory)
I have applicant name='renu'
i want arjun.
please go through the below link to get idea in trigger.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers.htm
For you requirement below is code for delete on opportunity standard object where opportunity name is sandhya
u can use your custom object instead.
Please let us know if this helps you.
Thanks and Regards
sandhya