- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2022 11:22 AM
Hello All, I added the parent.number field to the child table. The Child Table Now has the original number and the parent.number fields. The Parent.number field Dictionary was added for the table to change the name to "Parent Number" for table X (parent table).
On the Child (table Y) form the parent.number field still displays "Number". Of course if I go to the parent table (x) the number field displays "Parent Number".
It's the new year and maybe I need a longer break, but what I am missing, why is the child table not showing the parent.number field label as "Parent Number"? These are OOTB tables and fields so they are extended from task of course.
Thoughts?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 01:33 PM
Hello, yes I completely understand and there is not other field that refers to the parent unfortunately. I am working with the rm_release and rm_release_phase tables btw.
My plan is to create a new field on the child table and autopopulate the parent release number to that field. But I wanted to make sure I'm not missing something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 01:42 PM
You could have also used a onload client script to set the label but if you have made up the mind to create new field then you may go ahead with it
Please mark the answer correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2022 06:17 AM
Hi, yes I am aware thank you.