...
5. A file (in txt, csv format) should contain accounts you would like to bulk write off and they should meet the mentioned criteriaExample:
...
Bulk_Write_Off_Template.csv |
|
Scenario: As an admin user, I want to see a preview of which accounts to write off before I submit, so I can ensure I’m not writing off accounts by mistake
Info |
---|
Note: When a list of accounts is uploaded for write-off, there is a summary of the accounts that will be written-off for user to check: account ID customer name fulfilment centre # days since default state
there are some light checks on eligibility and ineligibility for write-off is shown for each account if: account doesn’t exist account is not in default state account has already been terminated
The list should be ordered by days since default ascending to identify any cases where write off might be carried out too early
|
...
Users can upload a file with a maximum of 2000 customer entries in a single submission.
|
...
6. Then hit the save button and you will get notified about the bulk operation
...
7. If it fails there will be a message indicating the accounts that failed and the reason
Info |
---|
Note when a bulk upload is done to write off accounts, if any account failed to be written off, there is an error message: account ID failure reason
possible reason for failure include: account ID doesn’t exist account is not in default state (and no repo exists) account has already been terminated
it is possible to identify write offs done by bulk action in the database (vs. single write-offs)
|