I created a new custom entity. On this new entity, I added a new field (type: Optionset) and activated the Field Level Security on this field.
My test user has only read (and create) permissons on this secure field, and write permissions on this entity. As expected, the user can modify the record, except the secure field, without any issues.
I created a "CRM Dialog / Wizzard" which does retrieve some data and updates some fields of this entity afterwards. I'm NOT triing to update the secure field with the Dialog, just other fields.
I'm still getting a permisson error:
User with ID <testuser> does not have Update permissions for the <my secure field> attribute in the <my custom entity> entity.
Is this a bug from the Dialog? Any ideas how I can solve this issue? Manually without the Dialog, the user can perform exactly the update from the Dialog without problems.
There are no plugins, or other workflows interacting. CRM Version: 2013 on-premise, UR3 SP1 (6.1.3.0119)