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!
get all Customers ?
hi,
Could somebody show me SOAP request for getting all the Customers....or I had to do Search! and then getAll.
I try this :
Code : UNEXPECTED_ERROR
Error : An unexpected error occurred.
Req :
<searchRecord xsi:type="listRel:ContactSearch" xmlns:listRel="urn:relationships_2_5.lists.webservices.netsuite.com">
<customerJoin>
<dateCreated operator="after"><searchValue>2000-01-01T00:00:00.000-08:00</searchValue></dateCreated>
</customerJoin>
</searchRecord>
but no go ;(
0