My Stuff

Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more

neugon Red Ribbon

Comments

  • There is not error, the Credit Memo is created, but its not applied as the API doc says it should based on the attributes passed: "apply":{ "items" : [ { "line": 0, "amount":3.01, "apply": true, "applyDate": "2023-09-12", "doc": {"id" : "60"} } A suiteanswer exists 91284 has the same behavior..the actual CM is created but…
  • The API is out of date. The original error you were getting is cause the attribute name. It should be call applyList instead of apply { "applyList": { "items": [ { "line":0, "amount": 499.20, "apply": true, "applyDate": "2024-06-06", "doc": {"id": "12273482"}} ] }, "memo": "Test creation CM ", "subsidiary": { "id": "1" } }…