netsuite - How can I add button to my sublist? -
i want add button on inline edit set of buttons. instance, on opportunity's item sublist want insert button. prefer go after "add" button.
i tried put button on top set of buttons above list. can live prefer in inline set of buttons.
var list = form.getsublist("item"); list.addbutton('custpage_customconfigurebutton', 'configure', 'customrecord_configurator'); 
the addbutton method works if want add button alongside add multiple upsell items. cannot add button alongside add , cancel or on line level
Comments
Post a Comment