Skip to main content
14-Alexandrite
November 27, 2023
Question

Save grid column selections

  • November 27, 2023
  • 1 reply
  • 704 views

I have a requirement where I need to save the column values as logged in user prefrences.

I see there is no way to capture the selected values and default them when user logs in. Cacheruntimedata can help, but it will not work if user device is changed.

Is there any way using which the selection can be persisted based on selected users apart from using cacheruntime data option.

 

VR_10133499_1-1701071454405.png

 

1 reply

19-Tanzanite
November 27, 2023

Hi @Vimal_Rawat 

 

You can use grid configuration JSON to customize/change grid columns in runtime. 

 

More about Grid Configuration - Configuring the Grid using JSON Data (ptc.com)

 

You can create a configuration Mashup where users will select their preferences and store it. 

 

In Runtime based on user, generate configuration JSON

 

/VR