You need to sign in to do that
Don't have an account?

how to fetch api names of an object into a string list
Hi everyone,
global void execute(Batchablecontext bc, List<Sobject> Scope)
{
}
// now i would like to fetch the Filed names of Scope, and i want to put them in to string list.
could anyone help me in this.
global void execute(Batchablecontext bc, List<Sobject> Scope)
{
}
// now i would like to fetch the Filed names of Scope, and i want to put them in to string list.
could anyone help me in this.
You can get all the object used in Salesforce from here.
https://www.sfdc4students.com/2018/10/query-to-get-all-object-of-salesforce.html