Related List Hierarchy not visible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I'm trying to display a hierarchy like structure in the case form so that the end user can drill down and navigate to the product and finally choose the product for which the case is being created.
This is the hierarchy of product models that I have created -
To my surprise, blank window is being displayed. Can we display hierarchy in some other way?
Is it at all achievable through the OOTB 'Field Name'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
The "Field Name" type field, often used in conjunction with a "Table Name" type field, dynamically displays fields available on a selected table, including those inherited through table extension (hierarchy).
- Service Portal Widgets:Creating a custom Service Portal widget to present the hierarchical data with features like checkboxes for multi-selection.
- Script Includes:Utilizing Script Includes to manage the data retrieval and processing for the hierarchical display.
- Field Attributes:Using attributes like fieldChoicesScript on the reference field's dictionary entry to integrate the custom logic from the Script Include.So, as per your requirement you should go for the reference type fields and make it dependent on "Product" field.Please mark the answer correct/helpful accordingly.Regards,
Sovan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
So, as per your requirement you should go for the reference type fields and make it dependent on "Product" field.
If I move ahead with this, will I not see the other products? Or I'll still be seeing the entire list of products?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
So if that will depend on the product then it will only show the records which are related to that product only.
If you don't select any records for the product then it will show all the records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The dependent field seems to be not working as before when 'Reference' field type is being used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Add the column name of the product to the dependent and check.
If that doesn't work then you can create one on change client script and fetch the record related to the product using script include and push all the records to the new reference field.
