Can one data view represent data from two different server tables at the same time

Is there any way to join the data from the Customer and ShipTo tables into a common dataview without having to create a BAQ to do it? If yes, how?

Think that is what a BAQ is for…

Else what is the reason for not creating a BAQ?

2 Likes

Read up on this post. Might be what you are looking for.

Managing the custom is something you will need to determine on your end. BAQ vs tapping into the GetList Method.

I must apologize. I confused data view with dataset. I was able to get my code working using another data view that used a shared dataset.

Ok, but what were you doing in the first place?

1 Like