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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
InitializeRecord
Hey,
i've been using the initialize function and it used to perform pretty well. Since today i get an "Unexpected Error" running the following code:
InitializeRecord initRec = new InitializeRecord(); initRec.type = InitializeType.itemReceipt; initRec.reference = new InitializeRef(); initRec.reference.type = InitializeRefType.purchaseOrder; initRec.reference.typeSpecified = true; initRec.reference.internalId = ((RecordRef)pResponse.baseRef).internalId; ReadResponse res = service.initialize(initRec);
Any ideas?
0