Hello everyone,
I'm trying to disable a button on an Advanced Listpane using a Calculation Rule.
This is my advanced listpane:
The button I'm trying to disable is the "Copy"-button.
It has to be enabled when the row is active, meaning "Inactive" = false and disabled when the row is inactive, meaning "Inactive" = true.
As you can see, the button is now always disabled, even for active rows.
I'm currently trying this Calculation Rule code, but obviously it doesn't work:
Is what I'm trying even possible?
And if so, what am I doing wrong here?
Thanks & Regards,
Glenn