I am trying to come up with a way to do Field Level Security with DevForce.
This topic talks about it, but I am not seeing a way to actually perform it.
The use case is wishing for some users not to have access to certain fields. But they still need to update other fields.
The data scrubbing technique does not work, as the scrubbed data would end up getting saved to the database.
Since the permissions are going to vary from role to role, I can't change the entity to match.
So I am not really seeing a way to do this on the server side. An alternate is to send the data down and hide it on the client, but that is not really a security measure.
Just wondering if you have any more thoughts on the matter.
Greg