Skip to main content
Nintex Community Menu Bar
Question

Can we view role based hierarchical record in skuid model

  • July 10, 2024
  • 4 replies
  • 5 views

Forum|alt.badge.img+3

Can we show records based on role in skuid? suppose a record created by a user will be shown when manager logs in. But record created by manager won’t be shown when user logs in

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+18
  • 2192 replies
  • July 10, 2024

Forum|alt.badge.img+8
  • 649 replies
  • July 10, 2024

Skuid models always run queries within the “with sharing” context. That means that Skuid will return results filtered by whatever rules have been put in place with the sharing model.


Forum|alt.badge.img+11

Hi Tanzir~

Skuid respects the record level security as defined in Salesforce regardless of how that security is set (i.e. by profile, role, or otherwise).

Thanks!
Karen


Forum|alt.badge.img+3
  • Author
  • 14 replies
  • July 10, 2024

Thanks all of you for this. This helps me a lot.