Hi team,
I do research and what I understood the main difference between them:
Suppose I needs to update credit limits for 1 lakh records . We can achieve the same with both framework older and newewr (Runbasebatch and SOF). There will be no issue.
But in future respective, suppose business told us to add one more parameter like "Customer group".
Then in case of "Runbasebatch"-
We have to modify dialog, getfromdialog,pack, unpack,run methods
In case of "SOF"-
We needs to add the field like custome group in contact class and need to use it in service class. Rest of the things handled by the SOF framework .
I hope this is the main difference between Runbasebatch and SOF.
Is am I correct? Pls validate,
If I missed anything, please let me know. thanks