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'); 

enter image description here

the addbutton method works if want add button alongside add multiple upsell items. cannot add button alongside add , cancel or on line level


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -