This topic contains 1 reply, has 0 voices, and was last updated by leacelosacolumna 6 years, 10 months ago.

  • Author
    Posts
  • #18093

    zcheng100

    My List

    Netsuite Item List

    I am able to create a serverWidget.List in suitelet, but how to add filter and functional icon?

    serverWidget.List

    List.addButton

    List.addColumn

    List.addEditColumn

    List.addpagelink

    List.addRow

    I dont see List object have such methods

    Much appreciated!
    This is a cached copy. Click here to see the original post.

  • #18094

    leacelosacolumna

    Hi zcheng100 , you can add ‘functional icon’ by adding a field to your list that has either ‘url’ or ‘html’ as the field type. For the filter, this is a bit more complicated. Your list values must originate from saved search results. Then, you have to add fields at the top of your suitelet that will act as the filters and pass them as parameters. After that, deploy a field change client event that will redirect to your suitelet but passing the parameter values from these fields. The values will then be passed on as filters to the saved search tied to your suitelet.

You must be logged in to reply to this topic.