Thanks Rocket Man.
Based on your post, I found that there is a way in which a BO can relate to another.
For example, a Recipient BO can have an attribute called Claims which is of type “Claim” with multiple selected. Such a cross reference attribute can be single or multi valued.
Irrespective of single valued or multi-valued, the values of the composite objects is not exposed as a web service or through the Forms.
For instance, a FIND ALL Recipient will give only its native attributes; it won’t give any single / multi valued attributes of Claims.
This is true of both web service and the UI search results page.
As per the suggestion, I tried adding a short cut. The short cut values are shown in the form results page if it’s a single valued attribute. Ie, if Recipient had a Claim which is not multi valued; then recipient can have a value claimid which can be a shortcut to Claim.id
However, the same is not applicable for an array or multi valued attribute. Do you know of a way in which multivalued BO attributes’ attributes can be exposed as short cuts?
-Raj