Question
1
Replies
279
Views
Virtusa
Posted: November 28, 2017
Last activity: November 28, 2017
Closed
How to save the operator preferences using Virtual Report definition
How to save the operator preferences using Virtual Report definition. When the operator logs in the application first time we need to show all the columns. Once he rearranged /Configured the columns he has to save his preferences. So that when he log in the application next time he can able to see his last saved preferences.How to achieve this functionality.
Hi Saravana,
Just a thought,
We have to maintain a data structure (data type with local storage) which should have operatorid and unhidden values.
After we open the RD into a virtual page we must iterate through the above structure to unhide the values.
TestRDPage.pyUI.pyBody.pyUIFields().pyHide is the value that you have to change.
In the post processing of hide/unhide section, we have to add/remove entries from above structure.
Hope this helps.
--Ravi.