I have a twoOption Field (y/n - default value n) on a custom entity secured with field level security.
If I create this entity with a user who doesn't have this permission everything works fine on the form - the user doesn't see this field on the form. Also update works fine.
But if i create this entity via a workflowaction I get error: User with ID xxxx does not have Update permissions for the yyyyy attribute in the zzzzz entity. I don't touch this field in my code.
Am I missing something?
thx
©a-x-i