Skip to main content
Fahad Khan (Avanza Solutions) a posé une question dans #Flow

 If field-level security (FLS) is restricted for a specific user, will that field still be visible to that user in a Screen Flow?     Scenario: Agents are responsible only for the creation of Guest records after that they should not have the access to any fields of the created records. If the FLS is restricted for an agent user then will that field be available for the agents to see on the screen flow for Guest records creation.     Please advise.    Thanks,  Fahad   

9 réponses
  1. 23 oct. 2025, 12:42

    @Fahad Khan

     

    As the documentation says: 

    You can set some flow versions to always run in system context, overriding the context it normally runs in. If you choose to run the flow in system context with sharing, the flow respects org-wide default settings, role hierarchies, sharing rules, manual sharing, teams, and territories. But it doesn’t respect object permissions, field-level access, or other permissions of the running user.

     

    Basically in your case you can restrict FLS all the way you need. As long as the flow runs in a system context which you can set up (check the link) the users will be able to create records.  

     

    Try to change the How to Run the Flow setting in Flow Builder and run the flow as another user when debugging.

0/9000