Forum Discussion
bryan-riley
2 months agoCreator II
Support filed a feature request for it, suggested UI-based restrictions using Javascript methods on the form to modify the visible/readonly form item options
mconstantin_aras_com
25 days agoCreator I
Hello
UI is not enough, any advanced user can inspect web page and enable to property to bypass the restriction.
You need to cover both client and server side restriction.
I cannot share the solution we have implemented, but I can tell you that yes, it is feasible, and that you need to be careful of not introducing access right that should not be there (bypassing canAdd and Permission defined on Item Type).
When implementing this consider that permission should be managed per Item Type, per life cycle map, per life cycle state.
Regards
Michael