Restrict Data Based on Column Values

A report is accessible by 3 user and 1st user should only see the sales data of city A, 2nd can see only data of city B and 3rd user can see only the sales data of city C. How will you restrict data based on column values?

Questions by baijnathsingh22

Showing Answers 1 - 3 of 3 Answers

This can be done by applying row level security on CITY object. Create 3 restriction sets that limit access to respective city. Apply each restriction to each user.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions