Skip to main content
Nintex Community Menu Bar
Question

Organization Object data is undefined when non-SYS Admin users access skuid page

  • July 10, 2024
  • 1 reply
  • 8 views

Forum|alt.badge.img+6

Hi,

When trying to validate the current organization is Sandbox or Production using “Organization” standard object created a model in skuid page.

var isSandbox = orgnModel.getFieldValue(orgnRow,‘IsSandbox’);


When a non-sys admin user executes the page, always, isSandbox  is “undefined” .

and this user has no “View All” or “View Setup and Configuration”, as per their role we shouldn’t provide those permissions.

Hence , any thoughts on how to get this done ?

 

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+11

KVin~

The organization object is one that Salesforce keeps locked down. Skuid is able to access it on the back end but we are not able to modify which profiles are able to view it. Skuid respects all of Salesforce’s security settings so if Salesforce has restricted it to only Syst Admins, anyone who needs access to it will need to be a Syst Admin.

Sorry can’t help you!
Karen