ACL in a Scoped Application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 01:50 AM
I have developed the application for my internship. The issue I have is when I submit a new request in the Catalog Item, and after submitting in the opened form the subcategory field is read-only and the state field is closed (have to be New). What information should I know to troubleshoot this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 01:55 AM
@Nataliia_Lova Please check following points.
1. Check if there are any subcategories associated with Expenses Category
2. Check if the user has write access via write ACL on the form
3. Check if there is any UI Policy/Client script which is making the Subcategory field read only.
Regarding state, please check if the state is set via a flow/workflow which is associated with the Catalog item.
Hope this helps.