Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Creating inventorycount record
Hello,
I am attempting to create an inventorycount record using SuiteScript 1.0, I am running into an error on the "nlapiSubmitRecord" statement, the script is throwing an error message "This Item requires a Bin To Be Selected" when I do the nlapiSubmitRecord In my script I am setting the "Bin Location" correctly.
The set of data that I am using is valid, I am able to create an inventorycount record using SuiteScript 2.0. Unfortunately, I can't use SuiteScript 2.0 for this project.
Below is the SuiteScript 1.0 that I am using for my testing
function myCreateInventoryCount(inventorycountarray)
{ // START myCreateInventoryCount
try
{
nlapiLogExecution('DEBUG', 'myCreateInventoryCount', 'Start' );