How to create Parent-Child relationship between two tables?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2016 08:01 AM
I want to create Parent Child relationship between cmdb_ci(Class=Application) and sc_cat_item tables. I want the sc_cat_item to be the child table.
Is it possible to create the new relationship same as 'cmdb_rel_ci' table (CI Relationships)? I need the same columns 'Parent', 'Child', 'Type' etc in my new table.,
Is this possible to to? or do you suggest some other best way?
Thanks,
Rajini
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2016 10:35 PM
I agree with Paul , it can be created by adding a reference field on the child table and then you will find that relationship in the related list (right click->configure-> related list)of the parent table, from where you can add it to the form..
Please mark Helpful, Like, or Correct Answer if applicable.