---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Provide external users access to a table

# Provide external users access to a table {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

To enable users with only the snc_external role to access the list view of a table,
you must create a series of ACLs.

## Vorbereitungen

Role required: security_admin

## Prozedur

1. [Elevate to a privileged role](https://servicenow-prod.fluidtopics.net/QSMW4UNBg6bevZDKAPGT2Q "The base system admin can elevate to a privileged role to have access to the features of High Security Settings.").
2. [Create an ACL rule](https://servicenow-prod.fluidtopics.net/TsOf9~4fW2FZU9aXUpeEXw "Configure custom access control list (ACL) rules to secure access to new objects or to change the default security behavior.") with the following settings:  
   * Type: ui_page
   * Operation: read
   * Name: {table_name}_list
   * Required role: snc_external
   {#t_ProvideExternalUsersAccessToTables__ul_e4b_tsd_bv}
3. On the default read ACL for the table, add snc_external in the Required role list.  
   Create the ACL if it does not already exist.
4. Use these settings to create another ACL:  
   * Type: ui_page
   * Operation: read
   * Name: {table_name}
   * Required role: snc_external
   {#t_ProvideExternalUsersAccessToTables__ul_srf_15d_bv}
5. Use these settings to create another ACL to give the user write access to a field in the table:  
   * Type: record
   * Operation: create
   * Name: {table_name} {column_name}
   * Required role: snc_external

   {#t_ProvideExternalUsersAccessToTables__ul_mfg_s5d_bv}

   Repeat this step for every field that you want to give the user write access
   to. Use an asterisk \* instead of the column name to
   provide access to all fields at once.

