UI Builder : Attchments shows read only for non-admins in submit-record page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 11:12 AM
Dear Experts,
We are using UI builder to build a landing page in which we are using the OOB submit-record page to create requests in to a custom fulfillment table. For non-admins, the attachment is read only, it works for admins though. Checked all the ACLs etc. with no luck. FYI, it works fin in Employee Service Center.
Please advise as it has become a show stopper.
Best Regards,
Gowdash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 08:11 PM - edited 07-05-2024 08:12 PM
Here are a few things you could check:
-
Roles: Ensure that the non-admin users have the necessary roles to create and modify records in the custom fulfillment table.
-
Access Control List (ACL): Double-check the ACLs for the custom fulfillment table. Make sure that the ACLs are not just allowing ‘admin’ role but also the roles assigned to non-admin users.
-
UI Policy or Client Script: Check if there’s a UI Policy or Client Script that might be making the attachment field read-only for non-admin users.
-
Domain Separation: If you’re using domain separation, ensure that the records and tables are in the correct domain.
-
Form Design: Check the form design for the table. Make sure the attachment field is not set to read-only.
If all these are correctly set and you’re still facing the issue, it might be a good idea to raise a ticket with ServiceNow support for further investigation. They can help identify if there’s a platform issue causing this behavior. Hope this helps!