Hi,
Is it possible to have field level security set up so that admin and normal users can follow the below logic:
e.g.
Field called /ABC/:
Admin has create, read, update access
Normal user has read access only
In the above scenario, admin can manipulate field however they want, and normal user can't (expected behaviour).
However, following this logic means that normal user also cannot create or update a D365 record without getting an error message.
Field ABC needs to be editable by admins only.
The only way getting around this at the moment is setting field to read only for everyone and using god mode from plugin to edit as admin. Would like to have an alternate method to this using what was described above.
Thanks