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
SFDC Coder 8SFDC Coder 8 

Update record in Task using Batch apex

Hi All,
I want to update task records using batch apex which are created today.
I want to update these details from custom object (Obj1__c). I have lookup to account in Obj1__c.
I want to update same account details in Task (I am already inserting data from another object using batch apex into Task)
What is syntax for this.
Please help me

Thanks in Advance
Sukesh Kumar 33Sukesh Kumar 33
Could please give a try and show us what you have done so far?