You need to sign in to do that
Don't have an account?
sai moganti
scenario1
hai
I have 20 accounts,for 20 accounts 50k opportunities are there.common field is there in account as well as in opportunity.If for example if i change a field in account object(Status field) then associated all opportunity status fields should change.One Account is having more than 10K opportunities.Can anyone say how can u achieve this with simple code
Thanks
Sai
I have 20 accounts,for 20 accounts 50k opportunities are there.common field is there in account as well as in opportunity.If for example if i change a field in account object(Status field) then associated all opportunity status fields should change.One Account is having more than 10K opportunities.Can anyone say how can u achieve this with simple code
Thanks
Sai
Hello sai,
I would like to suggest for queueable apex as per your requirement, as it is enhanced Future logic capabilities.
Thanks
Rajat Maheshwari
rajatzmaheshwari@gmail.com
Hope the following links will help you..!
http://salesforce.stackexchange.com/questions/94462/need-help-with-writing-a-trigger-on-opportunity-object-to-update-lookup-field-at
https://www.ebsta.com/blog/salesforce-apex-trigger/
http://salesforce.stackexchange.com/questions/23338/trigger-to-update-parent-object-value-with-child-value
Hi Sai,
You could achive this without any code.
I would suggest you to try Process Builder rather than going for Custom coding.
Here is a knowledge article that might be helpful:
https://help.salesforce.com/articleView?id=000213419&language=en_US&type=1
Thanks,
Sam