Skip to main content

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

Sounds like conditional rendering: 
http://help.skuidify.com/m/supercharge-your-ui/l/173514-conditional-rendering-display-of-page-compon…
http://help.skuidify.com/m/supercharge-your-ui/l/102518-conditionally-display-fields


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.


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


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