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.
Transaction type specified is incorrect when creating an item fulfillment record
I am getting an invalid transaction type when I am adding an item fulfillment created from a sales order.
The Response:
<soapenv:Body> <upsertResponse xmlns="urn:messages_2012_2.platform.webservices.netsuite.com"> <writeResponse> <platformCore:status isSuccess="false" xmlns:platformCore="urn:core_2012_2.platform.webservices.netsuite.com"> <platformCore:statusDetail type="ERROR"> <platformCore:code>INVALID_TRANS_TYP</platformCore:code> <platformCore:message>Transaction type specified is incorrect.</platformCore:message> </platformCore:statusDetail> </platformCore:status> <baseRef xsi:type="platformCore:RecordRef" type="itemFulfillment" externalId="ourextID" internalId="3xx6xx4" xmlns:platformCore="urn:core_2012_2.platform.webservices.netsuite.com"/> </writeResponse> </upsertResponse> </soapenv:Body>
0