-
How to update multiple sObjects field in a Salesforce Apex batch class?
Hi All,
I am in a scenario where i have to update two sObjects (say Account and Lead)name field to a particular same name.I am provided with different sObject’s Ids.i have to differentiate them to which sObject these ids belong and based on that i have to update the name using batch class operation.
please give suggestions
Thanks
Log In to reply.