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
Gaurav Sinha 27Gaurav Sinha 27 

Invoke class inside batch apex

Hi all Veterans
We have a requirement wherein we need to call a class which performs a callout to sync account with external system inside a batch apex and after the sync is success we need to update a particular field in the synced account. Can anyone help me to achieve this?
Thanks
Gaurav Sinha