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
Prashant GulvePrashant Gulve 

How to write batch apex when Order object Amount__c field get change from 100 to 200 then Opportunity Amount Field should get update to 200

Hi Team
can any help me to create this batch class
How to write batch apex when Order__c object Amount__c field get change from 100 to 200 then Opportunity Amount Field should get update to 200.
On Order__c object there is formula field External_Id__c filed and on Opportunity there is Text field External_Id__c.
so can any one help me to create batch apex class.
MagulanDuraipandianMagulanDuraipandian
Prashant,

You can use simple trigger for this. Batch class is not the solution for this.

--
Magulan Duraipandian
https://www.infallibletechie.com/