For more information, please refer to this announcement explaining best practices for getting answers to questions.
Best Practices for correcting Initial Balance for a payroll implementation
Summary:
We need to load initial balances for a customer who has around 50K employees and for an employee there is around 120-130 balance lines. We are using InitializeBalanceBatchHeader.dat and lines.dat HDL structure to load data. Wanted to understand what is the best way to correct any balance error if any detected after load.
Content (required):
We need to load initial balances for a customer who has around 50K employees and for an employee there is around 120-130 balance lines. We are using InitializeBalanceBatchHeader.dat and lines.dat HDL structure to load data. Unlike any other business object, in this case if there is any error in any one line of balance then entire file gets rejected. As such we remove all the balance lines for the employee and finally manage to load a file of saying 50K lines ( we are chunking as volume is huge ensuring all balances for an employee in one file). Now