cancel
Showing results for 
Search instead for 
Did you mean: 

POWL add custom button to Select all entries

Former Member
0 Kudos

Hello,

In POWL, In addition to the standard icon which allows to select/unselect the entries, my customer wants two buttons for the same actions.

One button to select all and another to unselect.

So is it possible to manage the both actions directly into the method Handle_action of the feeder class ?

It seems that I need to modify standard table component and I would like to avoid it.

Thanks for your help.

David

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi David,

Can't you do this in method HANDLE_ACTION by filling/unfilling parameter C_SELECTED with all indexes of parameter C_RESULT_TAB?

Regards,

Julien

Former Member
0 Kudos

Hi David,

You should manage to create the 2 new buttons in the method GET_ACTIONS of your powl class.

And then in the HANDLE_ACTION method of this class you can write the code to fill the C_SELECTED parameter table with all/or nothing (depeding on the button clicked) index of the results.

BR

Mathieu