cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to transfer infotable to data table

GV_11098078
4-Participant

How to transfer infotable to data table

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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,

Shashi Preetham,
Email: psp316r@outlook.com,
Mobile: +91 8099838001.

View solution in original post

1 REPLY 1

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,

Shashi Preetham,
Email: psp316r@outlook.com,
Mobile: +91 8099838001.
Top Tags