- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 09:16 AM
Hello, Community.
I am working on developing a scoped application and am faced with an obstacle where I am unsure if the user can create a request.
My question is about state field behavior and where I can manage it.
When the "Create New" form opens, there are "-6" values in the state by default.
It needs to be "New".
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 10:15 AM
@Nataliia_Lova It seems that your custom table extends task table check if there is any onLoad client script defined on the task table which is setting the state here.
You can also check the dictionary override on the task table and see if the default value is set via the dictionary override.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 09:43 AM
Yes, it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 10:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 10:15 AM
@Nataliia_Lova It seems that your custom table extends task table check if there is any onLoad client script defined on the task table which is setting the state here.
You can also check the dictionary override on the task table and see if the default value is set via the dictionary override.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 10:30 AM