- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:26 AM - edited 03-12-2024 12:26 AM
Hi,
Once I click on Fix button on problem form It will showing the pop window so I need to know that popup window coming from in PDI?
Can anyone please help on this. It will be helpful.
Thanks in Advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:41 AM - edited 03-12-2024 12:42 AM
Hi @mania,
you can find this modal by going to sys_ui_view.list and search it with a name contains fix. You will be able to see the above modal there and it is calling from a fix ui action from a problem table.
Please hit helpful and accept this as a solution if it solved your problem.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:41 AM - edited 03-12-2024 12:42 AM
Hi @mania,
you can find this modal by going to sys_ui_view.list and search it with a name contains fix. You will be able to see the above modal there and it is calling from a fix ui action from a problem table.
Please hit helpful and accept this as a solution if it solved your problem.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:54 AM
Hi @mania,
Thanks for making my reply helpful please also accept this as a solution it will also help me and other community members.
Regards,
M.Ismail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:54 AM
Hi @mania,
It comes from the ''sys_ui_view'' table. So got to navigator.
1. Search for sys_ui_view.LIST
2. in name field search for 'start_fix_dialog_form_view'.
3. Open the record.
4. Under form section ull be able to see the form for popup.
More info :
This is the way the different UI tables relate to each other. The direction of the arrows indicate a reference field pointing from one table to another. So, for example, there are two reference fields on sys_ui_form_section, one pointing to the sys_ui_form table and one pointing to the sys_ui_section table.
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:58 AM
Hi @mania ,
If u open the UI action it calls a UI script named "ProblemModalUIHelpers" which u can find it under UI script module,this is the place from where the Popup appears
Ui Action:
Thanks,
Danish
UI Script: