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
MRDJMRDJ 

Apex Batch Class to update active flag to false

There are 3 objects, Object1, Objec2 and Object3.

Object 1 and Object2 have relationship, Object 1 is parent and Object 2 is child. 
Need to update records on Object 3 based on the results from Object 1 and Object 2

Need apex batch class to update the flag on object 3.
SaranSaran
Hi,

Based on what result you have to update the Object 3. And what is the relation between Object 3 and Other two objects.

Thanks
viruSviruS
Requirement not clear