How to display only P1 and P2 incidents under emergency change request's related list "Incident pending change"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2019 02:34 AM
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"
- Labels:
-
Operational Intelligence

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019 05:49 AM
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.