My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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" } }…