cancel
Showing results for 
Search instead for 
Did you mean: 

Custom BO OWL Delete All

former_member183363
Active Contributor
0 Kudos

Hi,

I've got delete buttons for individual rows in a custom OWL for a custom BO, but I'm trying to implement a delete all button. I've got the logic of it fine, and if I create an event handler for a button on the QA or OIF that's linked to the BO action then it works fine.

However, if I do the same for a button on the OWL I've added, the button is greyed out, despite visible and enabled both being set to true. Is there some setting I need to be sure of before custom buttons on the OWL will work?

My event handler looks like this.

Thanks,

Lewis

Accepted Solutions (1)

Accepted Solutions (1)

former_member183363
Active Contributor
0 Kudos

I found the problem --- the action binding put itself on /Root (in the data list), instead of Root/DataList --- I changed it to the latter and it worked fine.

Answers (0)