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

too many callouts 101 in apex code
Hi
I have a batch apex which performs a callout , I have given database.allowcallouts=true and database.stateful
My batch size=200
I am still getting the error.
In query I have checked for NULLS , indexed where clause filters
please let me know why I get this error:?
Thanks
Pooja
I have a batch apex which performs a callout , I have given database.allowcallouts=true and database.stateful
My batch size=200
I am still getting the error.
In query I have checked for NULLS , indexed where clause filters
please let me know why I get this error:?
Thanks
Pooja
batch size should be maximum of 100...
batch size=100
so is there an issue with soql query?
Pooja