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.
Email alert failures causing errors
Transaction creation via PHPToolkit 2009.2.
Since our NetSuite upgrade to 2010.2, some of our transaction creation calls are erroring out.
Request:
<SOAP-ENV:Body> <ns3:add> <ns3:record xsi:type="ns1:CashSale"> <ns1:customForm internalId="126"/> <ns1:entity internalId="134818" type="customer"/> <ns1:tranDate>2010-10-27T00:00:00-07:00</ns1:tranDate> <ns1:postingPeriod internalId="291"/> <ns1:undepFunds>true</ns1:undepFunds> <ns1:promoCode internalId="280900"/> <ns1:paymentMethod internalId="9"/> <ns1:ccApproved>true</ns1:ccApproved> <ns1:itemList> <ns1:item> <ns1:item internalId="13189" type="nonInventorySaleItem"/> <ns1:quantity>1</ns1:quantity> <ns1:rate>28</ns1:rate> </ns1:item> </ns1:itemList> </ns3:record> </ns3:add> </SOAP-ENV:Body>
0