- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017 01:44 AM
Here is the scenario
I have added a new relationship "Parent" to relate the CI's based on the CMDB Relationship table. Only "Child" related List was available as OOB and hence the new relationship was created. In this related list New button is visible, how to add the edit button, is UI action required, if then what is the way to create a UI action only for the related list(relationship).
Below is the relationship that I have created.
Solved! Go to Solution.
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017 03:58 AM
Hi,
Here you are creating custom relationship but still result you are expecting as 'One to Many' relation ship. If you look into the condition in the Ui action named Edit... (global table) RP.isOneToMany() is dissatisfied.so, Modify the condition accordingly so that for other related lists shouldnot be effected. or create a new UI action.
Please mark helpful/ correct if solution is resolved.
Thanks,
Sadasiva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 02:25 PM
Hello Alikutty,
I created a many to many relationship between two tables( for e.g. incident and problem), I am still not able to see the EDIT button for the newly created related list. Can you please guide?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017 03:58 AM
Hi,
Here you are creating custom relationship but still result you are expecting as 'One to Many' relation ship. If you look into the condition in the Ui action named Edit... (global table) RP.isOneToMany() is dissatisfied.so, Modify the condition accordingly so that for other related lists shouldnot be effected. or create a new UI action.
Please mark helpful/ correct if solution is resolved.
Thanks,
Sadasiva