I am in the process of testing Version 4 in preparation for upgrade. V4 allows me now to create a query based on the BOGroup.
However I want to include attributes form another Business Object linked to all members of this busines Object Group, is that not possible.
e.g. If I have BOGroup called Call Types containing 'x' amount of business objects and each of these business objects have an attribute of another business object called Client, can I not display values from the client object with values from the Business Object Group ?
Basic query where CallTypes is the BO Group:
FIND CallTypes WHERE CallTypes.Status='Open'
Each member of CallTypes has an attribute called Client which is another Business Object. (Relationship is one to one)