Hi,
In the old security system I denied write permission for certain objects in a role, because I don't' want certain users to modify the object from the UI, but by code I could change a property.
For example I have the Stock object, I want that the user can read the values, but cannot modifiy any of the values.
But by code, when the user saves an Invoice, I need that by code the stock changes are saved.
With the new security system, I get an error when the user saves the invoice, because the user has no write permission to stock Object.
Thanks
Analia