To set value of category field as "Software" once a record producer is submitted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 09:17 PM
How to set value of category field in incident form as 'Software' once a record producer request is submitted.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 09:20 PM
Is record producer table is Incident, i.e once the record producer submitted, new incident will be created? if yes, then you can write below script to update category field.
current.category = "software";
Note: Validate field name and backend value of category.
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 09:40 PM
Hi @Ahmmed Ali - this is working fine. But, when I change value from sotfware to database. In the incident list view the category is shown as database but once I open the record the value is changing to software.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 10:47 PM
Check if there is any client script which is changing the value to software.
Thank you,
Ali