Skip to main content
1-Visitor
February 3, 2022
Solved

Display data in grid user wise

  • February 3, 2022
  • 1 reply
  • 1321 views

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

Best answer by PaiChung

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?

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
February 4, 2022

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?

1-Visitor
February 7, 2022

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

22-Sapphire I
February 8, 2022

I don't have an example, I recommend approaching it with Visibility permissions.