[development-axapta] help - QuerybuildDataSource

2007-06-08 Thread axaeffect
Hi all, how to join 3 tables in querybuilder? for example I want to join InventDim Table with inventBatch and WMSLocation In my logic should be like this 1. first Query is InventDim 2. join InventDim to InventBatch 3. join inventDim again to WMSLocation is that correct? bcoz when I check the

Re: [development-axapta] help - QuerybuildDataSource

2007-06-08 Thread Max Belugin
Try set fetchmode on QueryBuildDataSources to QueryFetchMode::One2One On 6/8/07, axaeffect [EMAIL PROTECTED] wrote: Hi all, how to join 3 tables in querybuilder? for example I want to join InventDim Table with inventBatch and WMSLocation In my logic should be like this 1.