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.
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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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