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

How to we can write multiple batch sizes in single batch apex.
H i All,
How to we can write multiple batch sizes (indidual size )in single batch apex.class
Can you pls explian me with one example.
Regards,
Viswa.
How to we can write multiple batch sizes (indidual size )in single batch apex.class
Can you pls explian me with one example.
Regards,
Viswa.
Actually my requirement is , for example we have 10000 records, these ten thound records can be insrted 3000,3000,3000 at atime in single batch execution , how to we can achive this , can you pls give me one example on this....
Regards,
Viswa.
[1] https://help.salesforce.com/apex/HTViewSolution?id=000176644&language=en_US (https://help.salesforce.com/apex/HTViewSolution?id=000176644&language=en_US)
[2] https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_batch.htm
Thanks for your responce.., this kind of things i know , but i am facing how to i can write up to 3 queued bach jobs as a functionlaity . i want example code in single batch apex calss , pls try to understand my problem.