- 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-05-2017 01:53 AM
You can check the Edit.. button (Global) and create a button the same way for this related list. Just check in List control, if you have omitted Edit Button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 01:55 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 02:07 AM
As the related list is defined through relationships OOB enable button is not supported for those type of actions...
your best bet is to create a new list banner button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 02:14 AM
Hi Sanker,
You have created a custom relationship and this cannot be edited as the records are dynamically displayed(using script) in your related list. If you need edit a relationship(different table) within a CI then you should be creating a Many to many related list.
Create a many-to-many relationship
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response