- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2018 01:09 PM
I would like to create a location field in the incident form where people can select the location of the issue. I have populated the location table utilizing the chilled-parent location relationship in the following hierarchy "Cite > Building > Floor > Room"
However, if I do it this way selecting Room will only show room in the location field and the not the full hierarchy. I'm trying to achieve this as we need to have the full location information in the incident form to export it as PDF.
Is there a way to concatenate the full locations based on the heretical relation. Disabling tree picker still does not help.
The following is the final output of what we are trying to achieve.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 12:52 AM
Hello salmezy,
Try with below approach its working at my end.
step1 : Navigate to system definition->Dictionary
step2 : In the list view open the record whose Table = "cmn_location" and Column name = "full_name".
step3 : check dispaly field and save the record.
Let me know if still location field on the incident is not showing the parent-child name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 12:52 AM
Hello salmezy,
Try with below approach its working at my end.
step1 : Navigate to system definition->Dictionary
step2 : In the list view open the record whose Table = "cmn_location" and Column name = "full_name".
step3 : check dispaly field and save the record.
Let me know if still location field on the incident is not showing the parent-child name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 01:01 AM