- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2022 04:44 AM
- Hi All, I need to create a new state for problem task. Although I added the choice list but those are not reflected when I select State drop-down list. I heard that similar to changestate handler we have configure for problem as well. Can any some help me with what changes required to display the choices on front end .
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2022 03:10 AM
Hello,
This is not an easy thing
1) Basically states are set based on below 'Display' BR
2) This BR is calling following script include
3) Above SI calling another read only script include
5) So if you want to include new choice then you have to create extension of read only SI then include new choice and do all these so I suggest you drop this idea and tell client that it will be huge efforts to do this.
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2022 03:10 AM
Hello,
This is not an easy thing
1) Basically states are set based on below 'Display' BR
2) This BR is calling following script include
3) Above SI calling another read only script include
5) So if you want to include new choice then you have to create extension of read only SI then include new choice and do all these so I suggest you drop this idea and tell client that it will be huge efforts to do this.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2022 02:22 AM
Thanks guys for your help,
We achieved this requirement. Along with the above changes in SI , we created and modified the state values on sys_state_model problem task table and developed new ui action for those state and everything working great .
Thanks a lot for suggestions.