You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to update the DataFetcher Controller Class to without sharing? Then have an option to add WITH SECURITY_ENFORCED to the SOQL if that is a requirement?
Currently, I am trying to use DataFetcher in a screen flow that is set up to run in System Context without sharing but the DataFetcher query still enforces sharing, so I'm not able to return the table with the list of records that I need to display.
The text was updated successfully, but these errors were encountered:
Would it be possible to update the DataFetcher Controller Class to without sharing? Then have an option to add WITH SECURITY_ENFORCED to the SOQL if that is a requirement?
Currently, I am trying to use DataFetcher in a screen flow that is set up to run in System Context without sharing but the DataFetcher query still enforces sharing, so I'm not able to return the table with the list of records that I need to display.
The text was updated successfully, but these errors were encountered: