Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
sublist integer field causes com.netledger.common.exceptions.NLUserError
Good morning,
I have declared a sublist and added some fields.
One of them is a counter (of sent emails), so i set it up this way:
oListaAvzLavori.addField('custpage_avz_lavori_invii_email', 'integer', '# emails sent'); Later in the code I'm setting line items values, and I set this field in this way:
oListaAvzLavori.setLineItemValue('custpage_avz_lavori_invii_email', iLineNum, 12); (I've put the constant value 12 as an example, I've tried this code both with a variable cast to int type and with a constant value)
But during the execution of the script I get this error:
com.netledger.common.exceptions.NLUserError: You have entered an Invalid Field Value 12.0 for the following field: custpage_avz_lavori_invii_email
0