Hi,
I'm sure this is obvious, but I just can't work out how to create a Query that returns a table containing the BO attributes and its reference attributes.
E.g. I have a BO called Request, with attributes Number and Name and a reference attribute Requester. Requester is drawn from a BO called Contacts.
I want to create a Request query that shows
Number|Name|Requester
Thanks very much!
Gary