- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 06:17 AM
We have created new field called TYPE in the problem form which has two values
* proactive
*reactive
Now when we create problem from an incident form then it should auto populate with the value "proactive".
Suggest some ideas!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 08:10 AM
Actually is way simpler then i thought in this case. You just need to add 4 marked below lines. Of course change fieldname and value 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 08:10 AM
Actually is way simpler then i thought in this case. You just need to add 4 marked below lines. Of course change fieldname and value 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 01:25 AM
Thanks very much Kamil. The requirement is working now.
This was useful.
Gayathree S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 10:28 AM
Hi Kamil,
Even though i am getting the output for this code i am also getting one error.
I am using Onload client script for the problem table on other hand to autopopulate the type field as "reactive" when the problem is created from Problem-> Create New
When i use this client script my UI action code is not working. ( i.e The Type field is also getting populated as Reactive when created from an incident)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 07:30 AM
Did you get any solution on this? if so can you share what all configuration you did?
Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 11:10 AM
Hi @Community Alums
Sorry for very late response. Yes i have achieved this using the onload Client script.