Hi Community,
We have a simple string field in one of our Creatio instances that is not being updated (tested with a Supervisor user).
Field is NOT being updated in the following scenarios
1- Frontend: When we save the record page.
2- Application Layer : The field is not being update from Bussines Processes.
3- OData4 : We tried to update from Postman with OData4 request, without success
Is there any lock mechanism that prevents the field from being updated written in CSharp?
The field can only be updated when we perform an Update directly in the database layer.
Thank you
Sasor