Unable to find the "accept_risk_dialog_form_view" in UI page which is used in ProblemManagement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 11:20 PM
Hi Everyone.
I just trying to analyze the problem management. In that i have found Modals are calling when we click on UI actions. Such as "Accept Risk". So when i try to find from where the UI is calling, they written an UI Script called (ProblemModalUIHelpers)
and there they are calling the model "accept_risk_dialog_form_view" from it. So usually the UI modals will store in UI pages. So i searched with the name "accept_risk_dialog_form_view" in UI pages but couldn't find it. Not only this all the modals which are calling from (
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2024 01:09 AM
Hi @RavindraC ,
you can find this modal by going to sys_ui_view.list and search it with a name contains 'accept_risk_dialog_form_view'. You will be able to see the above modal there and it is calling from a Accept Risk ui action from a problem table.
Please hit helpful and accept this as a solution if it solved your problem.
Thanks,
BK