Hi @NReddy,
I couldn’t agree more to Olivier’s statement. NetSuite Form object (whether nlobjForm on serverWidget.Form) have the add button capability. The only thing that you need to is understand the logic of the buttons that you want to combined and to know whether they are possible using scripting. If want you want let’s say is to have a code that will remove the two buttons then replace it is with a single button by just adding one line of code, then there’s no API to do it. You must recreate the logic on the client script function bound to the button that you have create.
NReddy replied on 09/26/2016, 11:37 AM: Hi Chanarbon,
Thank you very much for your valuable information.