0

Good day Everyone,

I am trying to sync my salesforce data to Xero. The question I have in mind at the moment is that, how can I send a query to search for multiple data in Xero. What I mean is something like the "IN" keyword in SQL. Query that is something like this. "Select name from Contacts where name IN ('name 1', 'name 2')". I already view their documentation in here https://developer.xero.com/documentation/getting-started/http-requests-and-responses/ but I didn't see if it is possible to make a query like this.Please help. Thank you...

Sincerely, John

Hope
  • 644
  • 2
  • 6
  • 21
  • Don't know Xero, but presumably it will be possible to select where some column = some value; Could you then write a script as a harness to individually query for a single value (obtaining this value from a table (existing or prepared)) and capture the results of each query into a new table? – John Bingham Aug 19 '16 at 05:03
  • @JohnBingham at the moment, it is possible to query single value. The problem I have is that how to query multiple values. – Hope Aug 19 '16 at 05:11

0 Answers0