how to enable/disable button on list page without interaction class in d365?

Hi all,

I hav a custom list page in which I need to enable/disable two buttons in action pane based on status field.

But the list page doesn’t hav any interaction class.

How can I achieve this? Please suggest

Then you can do it in the same way as in any other form, can’t you? If it’s your own form, you can simply override a method (e.g. active()) and do it there.