UnionSystems wroteSo if the forms BO is Parent and your reference attribute is Child the attributes displayed in this template are attributes of the Child. eg {LastName} displays the LastName of the Child.
So as a variation on that theme, you can only go as far as the referred object
So for example
Invoice.ob_Contract
Contract.ob_Buyer
Buyer.Name
To access the Buyer name from the Invoice BO I need to have Contract.sc_Name (where sc = shortcut).
How would I go about capturing a list from a pm or om child relationship.
I am trying to generate a custom layout for a drop down to locate a specific contract that is only uniquely identifiable by a peer multiple child relationship below it.
For example
John Smith might have multiple contracts with Bill Jones, but they are only unique based on subsequent child BOs to those Contract
So the drop down to be meaningful need to be
Bill Smith
-Lot 3
-Lot 89
Bill Smith
-Lot 56
-Lot 23
I am sensing that this will require whole bunch of other steps to fill a create a field on the higher level BO.