Is there a way to add a condition to the open action is restricted command on a List?
No, there is not way to conditionally restrict open. What is your use case here? My concern with doing anything like this is some rows open and some rows won't, and how will the user know why or what to expect? Today it's all or nothing to restrict open for some of these reasons.
You could unconditionally restrict open and provide a conditional link or button per row to open or guide them to do what you want, when it's right. E.g. when !QualificationSourceCU
Yes, here is the syntax. It would be in line with the other action restrictions on a list:
Ellie - I'm hoping to only restrict when a condition is true but when I try to add a 'when' condition the system says it's invalid
Something like
open action is restricted
when QualificationSourceCU
It turns out they want the open action to always be restricted so no worries. Thanks for your feedback.