BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  take multiple selected rows from table

    Posted Tue January 11, 2022 10:29 AM
    how to take multiple selected rows from table in 'On row selected by user'

    ------------------------------
    dilini kulasuriya
    ------------------------------


  • 2.  RE: take multiple selected rows from table

    Posted Fri January 14, 2022 12:43 AM
    'On row selected by user' event is triggered as soon as a row a selected. For multiple selection, this event will have the data of the last selected row.
    You can use below snippet to get the selected rows from that event - 
    me.context.binding.get("value").listAllSelected


    ------------------------------
    Atanu Roy
    Solution Architect
    Salient Process
    ------------------------------