How to display only P1 and P2 incidents under emergency change request's related list "Incident pending change"

shivaprasad3
Kilo Contributor

Hi ,

I wanted to display only P1 and P2 incident in the emergency change request to map the affected incident for the change.

Please find the below screenshot.

Where i we have to display only the P1 and P2 under "incident pending change".

Note this is the "emergency change"

find_real_file.png

 

 

20 REPLIES 20

Hi Shivaprasad,

The Edit UI action present on the related list is global and it has a condition RP.isOneToMany() which is returning false because of which you are not able to see Edit button.

however, removing this will show the edit button, but it will not work. To solve this, your list should meet either one to many or many to many relationship, only then the edit button will be visible. 

Mark the comment as correct and helpful if it worked.