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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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' );