We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Regarding Servicenow ticket configuration info fields visiblity in portal

jnfjn
Tera Contributor

In ServiceNow CSM, when logged in to csp portal and submitted a record producer, ticket_configuration is configured for case table with info fields. so, the fields are visible in the portal page as shown in the below image. But these info fields are visible to admin role but not to sn_customerservice_consumer role.why. please help me in acheiving this.

6 REPLIES 6

@jnfjn 

simply having read access on Case table won't work

Did you check field level READ ACL as well for the fields which are not visible?

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Mariuisd
Giga Contributor

The info fields are not visible to `sn_customerservice_consumer` because the user likely lacks **field-level read access** on some fields or referenced tables. Even with case table access, any field pointing to another table (like Company) also needs read permission. Use **Access Analyzer** to identify missing permissions and create the necessary field-level ACLs for the consumer role.