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
Set tax amount field in expense report sublist using client script
I need to update the tax amount column on expense reports, but my script does not set the field. First of all I have tried to get the field value, but even this is proving difficult. I believe the field id is taxamount, so I am using the following to obtain the field's value: var taxAmount = nlapiGetCurrentLineItemValue('expense', 'taxamount');
Has anyone been able to get/set the tax amount column on sublists? Or does anyone know if I have the field id wrong?
Any help would be greatly appreciated.
0