I need to know that popup window coming from in PDI?

mania
Tera Contributor

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.

 

mania_0-1710228223523.png

 

Thanks in Advance!

1 ACCEPTED SOLUTION

M Ismail
Tera Guru

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.

MIsmail_1-1710229253954.png

Please hit helpful and accept this as a solution if it solved your problem.
Thank you!

 

 

View solution in original post

4 REPLIES 4

M Ismail
Tera Guru

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.

MIsmail_1-1710229253954.png

Please hit helpful and accept this as a solution if it solved your problem.
Thank you!

 

 

M Ismail
Tera Guru

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

Sohail Khilji
Kilo Patron
Kilo Patron

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.

 

SohailKhilji_0-1710229910256.png

 

I hope this helps...

 

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Danish Bhairag2
Tera Sage
Tera Sage

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:

DanishBhairag2_1-1710230297237.png

 

Thanks,

Danish

 

UI Script:

DanishBhairag2_0-1710230205956.png