This topic contains 2 replies, has 0 voices, and was last updated by chanarbon 7 years, 11 months ago.

  • Author
    Posts
  • #6159 Score: 0

    NReddy
    • Contributions: 0
    • Level 1

    Hi, Is there any inbuilt api in order to combine functionality of two buttons(like Print and Print Label in ItemFulfillment) in to one(MultiButton) and achieve two actions in one click at a time ? or any other suggestions to achieve the same ?. Your suggestions are highly appreciated!!
    This is a cached copy. Click here to see the original post.

  • #6160 Score: 0

    Olivier Gagnon NC
    • Contributions: 0
    • Level 1

    You can code as many actions to occur as you want into custom buttons

  • #6161 Score: 0

    chanarbon
    • Contributions: 0
    • Level 1

    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.

You must be logged in to reply to this topic.