How to add edit button in a customized relationship?

Kannan Nair
Tera Contributor

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).

find_real_file.png

Below is the relationship that I have created.

find_real_file.png

1 ACCEPTED SOLUTION

Sadasiva Reddy
Giga Guru

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.


find_real_file.png



Please mark helpful/ correct if solution is resolved.


Thanks,


Sadasiva


View solution in original post

6 REPLIES 6

Tej5
Tera Contributor

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?

Sadasiva Reddy
Giga Guru

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.


find_real_file.png



Please mark helpful/ correct if solution is resolved.


Thanks,


Sadasiva