You’re implementing Role Based Access Control (RBAC) by using the rendered or disabled property, correct? So the field is enabled/rendered if the current user is in a specific role.
Role management is fairly easy and getting the information about whether the current user is in role is easy as well.
However, providing User Based Access Control will require a lot more effort. How will you manage which users have access to which fields? You can still implement your logic to determine whether a field should be enabled/rendered based on your own java function, but managing that information will be something you have to implement.
Regards,
Mark
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods