Story Related Lists "Dependent Story" and "Prerequisite Story" Columns Not Separable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 01:23 PM - edited 01-02-2024 01:28 PM
The rm_story Related Lists "Prerequisite Story" and "Dependent Story" are BOTH a reference to the same table. This table appears to have been built with the sole purpose of the related list found on the rm_story. This table is m2m_story_dependencies.
Goal: Ability to view the data points OF the "Prerequisite" and "Dependent" stories within their perspective related lists. Meaning when go to one of those related lists, I can see the data points for that related list item. For instance if i have a "Dependent Story" that has 10 Story Points, i should be able to see 10 Story Points in a "Points" column on the "Dependent" related list.
Problem: It is NOT possible to add more data from the referenced stories to these related lists because it will add that exact data to the opposite related list as well. Meaning if I add "Dependent.Points" to the "Dependent Story" related list, it WILL ALSO ADD "Dependent.Points" to the "Prerequisite Story" related list.
ServiceNow has some hidden functionality that I am unsure of the location of that hides the Column that is the source of the relation. Meaning, within the "Dependent" related list, the "Perquisite Story" column will always be hidden, because that is the criteria for the list in the first place: "Prerequisite Story" = form.rm_story
- 1,181 Views