Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can we use joins in webservice queries?
#2
Yes, you can but not the typical SQL join. The application knows how to setup the joins so you basically ask for what you need. For example:

select potentialname,Accounts.accountname from Potentials

it will know how to join potentials and accounts to get the name.

You can find some examples, with the resulting SQL here:

https://github.com/tsolucio/coreBOSTests/blob/master/include/Webservices/VtigerModuleOperation_QueryTest.php#L138
Joe
TSolucio
Reply


Messages In This Thread
RE: Can we use joins in webservice queries? - joebordes - 12-14-2016, 03:28 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)