@MarcCheong : Is it possible to hide the Go button in the To Do widget if the case is locked by another user? We are in 25.1.3 version.
I haven’t done that, but so long as you can place the right ABAC/RBAC on the locks (System-Locks) then that should hide the go button. I just did a quick test, and can see even in constellation System-Locks pick up when you have a lock.
The bigger issue is around when the lock is released and keeping information refreshed - given these views don’t auto-refresh, the UX might not be so great if I have to keep refreshing to see if my colleagues has unlocked it…
Hi @MarcCheong
Thanks for sharing such a detailed article. I’m currently in a situation where I’m trying to implement something similar in the conste application
I’m curious about another option available here: “Allow user to perform action when all conditions are true.”
I had a similar requirement in the traditional UI, where I needed to allow users to perform an action on an assignment only when a specific condition was true. I used the Allow user to perform option and added a condition using @containsIgnoreCase(pxThread.pxCurrentAccessGroup,""), so that the action would be available only when the access group matched the required condition.
That approach worked well in the traditional UI, so I’m wondering if it would be possible to implement a similar approach here as well.
I have not tested with pxThread itself in this scenario but I have seen other people using pxThread.pxCurrentAccessGroup in Constellation architecture, so I’m fairly certain this should work.
Thanks Marc, Then let me try this!
I did tried this and it got worked!
Great news. Thanks for letting us know

