Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
How to get Customer records by internalID range
| [CENTER]0down votefavorite [/CENTER] | I need to sync Customers from NetSuite to another system and would like to search Customers by internalId range, using the PHP library for the API. Given that the internalId's are autoincrement fields, I would only need Customers with internalId greater than the highest ID in the external system. Is there a way to do this? If so, how? I've currently only been able to iterate over ALL records, using the SearchRequest and SearchMoreWithIdRequest. A slight optimization I can do with this is to iterate over the pages in reverse order to avoid pulling too much duplicate data, but would prefer to filter by internalId (greater-than) if possible. |
Tagged:
0