How to Create parent child relation of the data in Department Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2023 01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2023 01:35 AM - edited ‎07-04-2023 01:37 AM
Hi,
Generally Parent ORG is used to map multiple departments, but if you want nested departments then on the Department table you will have to add a new field called Parent Department, this field will be a reference field to the same department table.
After you have done this, you can add the Department -> Parent department related list to the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2023 03:46 AM
Like i am receiving excel data where i have multiple columns in which 6th column is a child and 5th is its parent, 4th is parent of 5th and likewise till 1st
how to achieve this by script??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2023 04:19 AM
Basically each row will have a child and a parent. some rows will be parent only.
Transform map will be able to handle it, You don't need any script.