Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
We’re ringing the bell so you know what that means… LAST CALL! This is your last week to register for #SuiteWorld at our early bird special rate and save $300. Join us for our biggest event of the year and learn more about how your business can get the most out of our system. https://lnkd.in/enaAr8p8
Release 2022.2 is Coming! – Get Ready with your Release Preview Account
Restlet - Advanced intercompany journal....
The error messages are so vague "You have entered an Invalid Field Value 1 for the following field: subsidiary"
We have done "subisidiary": "1" and that made no difference. We have entered this journal via the user interface with no issue. Any suggestions would be appreciated as it has been very challenging and way too much time lost trying to troubleshoot this. Thanks
The code is:-
{ "function": "advancedJournalCreate", "externalId": "AJE-testtest", "tranDate": "4/1/2021", "customForm": "133", "subsidiary": 1, "postingPeriod": "54", "currency": "3", "approved": true, "line": [ { "linesubsidiary": 1, "account": "773", "debit": 100, "line": 0 }, { "linesubsidiary": 1, "account": "247", "credit": 100, "entity": "224", "eliminate": true, "line": 1 }, { "linesubsidiary": 2, "account": "254", "debit": 100, "entity": "467", "eliminate": true, "line": 2 }, { "linesubsidiary": 2, "account": "124", "credit": 100, "line": 3 } ] }
0