This topic contains 3 replies, has 0 voices, and was last updated by j.haslow 8 years ago.

  • Author
    Posts
  • #1607

    j.haslow

    I’m guessing I’m just missing it. I’m creating a form using SuiteScript 2.0 (‘N/ui/serverWidget’). Is there a Netsuite provided, out-of-the-box, way to add a summary table that looks like the tables on Transaction records like the one here from a Sales Order?

    I would need all of the titles (other than ‘Total’) to be customize-able. The amounts would come from sublist totals that I’m calculating in the form’s js. If not provided by Netsuite what are thoughts on best workarounds to do this?
    This is a cached copy. Click here to see the original post.

  • #1608

    david.smith

    I think you would have to build this using an inlinehtml field.


    erictgrubaugh replied on 11/01/2016, 10:51 AM: I concur; there’s not an API or pre-packaged widget for that summary. You would need to build the HTML yourself and set it in an inlinehtml field as david.smith said.

  • #1609

    chanarbon

    Checking on the objects in N/ui/serverWidget. there no form object that could return that kind of form component.

    Similar to what erictgrubaugh and david.smith mentioned, the best way to approach it is the inlinehtml and maybe have a client script deployed on the suitelet to manipulate the value “if possible”

  • #1610

    j.haslow

    Darn, that’s what I suspected but wanted to make sure from some experts. Thanks for the feedback.

You must be logged in to reply to this topic.