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.
Can we add field to expense sublist of an expense report?
Can we add a field to the expense sublist of an expense report on before load function? I couldn't make this to work.
Is this doable?
function beforeLoad(type, form) { form.addField('custpage_select_field', 'select', 'Name', null, null ); form.addField( 'custpage_select_linefield', 'select', 'Line Name', null, 'expense' ); return; } 0