I have a form and on the panel header, I want to display the name of the person on the parent's parent object i.e., Orders of Customers of Sales Rep Mike Jones, something like that. I have several forms where this works just fine, at least when looking up the parent. But looking up the parent's parent does not seem to fly. The actual phrase in the panel header on the Review form is:
Case Review for <<Review.PHS.Candidate.FullName>>
In this case, the Review Object and the PHS object both have shortcuts to Candidate.FullName, but using the shortcuts in the Panel Header doesn't work either. Placing the shortcut attribute on the form itself works fine. I haven't done extensive testing, but it begs the questions:
- Is there a limit as to how many upward references one can make in the attribute expression in the Panel Header?
- Can one not use a shortcut in a Panel Header?