I have a custom entity called "TID" which contains a lookup field to it's parent (Account). There are several fields of data on the parent, that apply to the child (TID) which need to be displayed on the TID record. I'm having trouble figuring out how to display these applicable values on the child record.
FYI. The parent almost always has multiple children records, Which means if any of the 10-15 fields from the parent need to be changed, those changes would be reflected on all child records, avoiding the necessity of having to rekey all changes on not only the parent ,but on each child, which can obviously lead to inadvertantly not updating all applicable or typo's...
If more clarification is necessary, I'm happy to give specifics.