Hello,
I would like to know if there is a way to allow or forbid a table field modification depending on the user and the value, for example:
User A should be allowed to modify the field "status" of the "customer-account" page from "active" to "blocked" but not from "blocked" to "active".
User B should be allowed to do the opposite, modify the customer-account status from "blocked" to "active" but not the other way around.
With the standard NAV permissions we can simply grant edit/read/... accesses to objects, but this kind of permission is not feasible.
I was wondering if there was a way of implemeting a modifications matrix or similar, that could allow me to do this in an elegant fashion...
*This post is locked for comments