Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
can you share any sample script for display grid data in mashup user wise ?
I want following type functionality
I have 5 row in grid result while UseA login user can see only that UserA's row (2row) and while login UserB they can only see UserB's row (3row) that type of result i want
Solved! Go to Solution.
How are you thinking of designing your data storage so that you can query the data for user A or user B?
Are you storing data in separate data storage entities with Visibility permissions or will you carry 'permission' information with each row?
what will scale and perform best for your use case?
How are you thinking of designing your data storage so that you can query the data for user A or user B?
Are you storing data in separate data storage entities with Visibility permissions or will you carry 'permission' information with each row?
what will scale and perform best for your use case?
That is also i am exploring if you have any example file then you can share it will be more helpful for us
Thanks in advance
I don't have an example, I recommend approaching it with Visibility permissions.