Return records from several tables in Web Service

LyuchinLyuchin Member Posts: 23
edited 2011-08-06 in NAV Three Tier
Hi all,

I'm talking about Nav Web service functionality (calling published CU functions from .NET code). And I have a question (maybe a bit stupid :D ): how can I fetch records from more than one table in CU to send them to .NET? I need to get records from 2 tables but in ONE call, that is I do not want to publish 2 pages (as web service) based on those 2 tables from where I wanna pull out data, and then to handle these two sets of data in C# code to combine needed columns. I need functionality as like I would use JOIN operator in SQL.

Any help is appreciate. Thanks in advance.

Comments

Sign In or Register to comment.