Skip to main content
6-Contributor
June 19, 2024
Solved

How to transfer infotable to data table

  • June 19, 2024
  • 1 reply
  • 704 views

I created a data table so my admin users can approve or denial requesrs, the ideia is to create a temporary table for when a common user make a request it gets stored in this temp table, and now i want to make a mashup so admin users can accept the request or deny, on accept my idea is to have a button to copy the temp table into my main table and on the denial just to delete the request from temp table. But im having problem transfering infotable informations to a data table.

Best answer by pshashipreetham

Hi @GV_11098078 ,

 

If you try with Datatable, when multiple users access the data at the same time, the data gets overridden with each user's temp data.

Try Session Parameters, create a session parameter with baseType as the InfoTable, and then store the data in it as an temp table.

 

Thanks,

1 reply

pshashipreetham
18-Opal
18-Opal
June 20, 2024

Hi @GV_11098078 ,

 

If you try with Datatable, when multiple users access the data at the same time, the data gets overridden with each user's temp data.

Try Session Parameters, create a session parameter with baseType as the InfoTable, and then store the data in it as an temp table.

 

Thanks,