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!
Set Billable to False on Vendor Bill
I am trying to set 'Billable' to false on an expense sublist for a Vendor Bill.
Stated another way, when I create an Expense sublist record, I do not want the Billable field to be True.
This is what I am entering:
vendorbill.setLineItemValue('expense','billable',1, 'F');
After the nlapiSubmitRecord, the billable checkbox is set to True.
0