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.
Hi @VR_10133499
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