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!
cannot getAll() Account records
When I try to extract the Account object:
GetAllRecord allRecord = new GetAllRecord();
allRecord.setRecordType(GetAllRecordType.fromString("account"));
GetAllResult searchResult = (GetAllResult) netSuiteStub.getAll(allRecord);
Status status = searchResult.getStatus();
=> I get a "Failed" status. And the message is: "An unexpected error occurred"
I tried on 2 different accounts. Both are the same.
I would post the soap messages, but they also don't show up on the "Integration and Automation Usage Summary By Job" UI page.. Any ideas?
thanks
0