Hi,
I would like to create a upload function to update my entity with excel sheet.
My plan was to delete the data in the entity and then update the entity with the new excel sheet (data).
The update function have to make sure that all the data format are correct and rollback the transaction if there are error.
Thanks
hi, jace
- you can upload the excel
- then use excel to record list
- loop the list
- raise exception if wrong.. it will rollback in the exception handler
regards,
bb
Barong Bali wrote:
ok i will give it a try. It is using screen action?
Jace Jace wrote:
Hi Jace,
You can put it in a Screen Action, but that has two downsides:
you create server action and run it from screen action or using timer.