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
No Limits. Just possibilities.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.

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" } }…