Question
Bits in Glass
CA
Last activity: 4 Jan 2022 4:05 EST
how to design bulk upload of cases using excel file
As per the requirement we need to provide user an option to download the template and upload the filled template. once successfully uploaded we need to call multiple integrations for every row and update the UI in Pega in real time(similar to what we get in bulk check-in OOTB UI). and once submitted we need to create cases for every row.
below is the reference table:
SNo | CusIdentifier | integration1 | integratoin2 | integration3 | |
---|---|---|---|---|---|
1 | 323 | success | failure | success | |
2 | 434 | failure | in progress |
|
|
3 | 3434 | yet to hit integration |
|
yet to hit integration |
anything OOTB I can use for this real time cell updates in the tables?
your help is really appreciated.