cancel
Showing results for 
Search instead for 
Did you mean: 

POWL - How to do lead selection (for 'Select All' & 'Deselect All' buttons)

former_member435508
Participant
0 Kudos

Hi,

In my POWL I need to add - 'Select All' & 'Deselect All' Buttons...

In Handle_Action - How to make lead selection/deselection for All Entries ?

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Priya,

To add custom buttons, use the method GET_ACTIONS and prepare your 2 custom buttons.

In Handle_Action, use the parameter C_SELECTED for controlling the select all / de select all of records.

For selecting all. - You can prepare this table with the index of all rows

For de-selecting all  - clear this table

Hope this helps you.

Regards,

Rama

Message was edited by: Ramakrishnappa Gangappa

Answers (0)