Discussions
Joined Search and example of results processing
Hi,
I am atempting to perform a TransactionSearch with a CustomerJoin set. The TransactionSearch is populated with several fields to bring back records from a certain location, status and tranDate. I would like to retreive the associated Customer records for the transactions returned. How do I go about doing this?
Currently I am just supplying a new constructed CustomerSearchBasic object, but that would not seem to be correct, as I cannot see anything in the results that would indicate I have any Customer records at all.
Which brings me to my second question; how do I access the joined results? I have not been able to find any examples of this.