You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
If a workflow is triggered by an user and this user has "read only rights" on the field that is modified by the workflow, the field is not updated.
⁉️ Describe the bug
We have a few fields that we want to be populated ONLY via automatic calculation and they can never be modified by a person (while they should be read by the users). We have set permissions to "read only" via "profile" page in the settings and correctly the users can only see them in view mode (but not is edit mode). The user is allowed to trigger a workflow that modify them, based on a "starting date" the user can set. Unfortunately the calculation is added in the field only if triggered by admins but not by user.
I consider this a bug because I want the user to be able to "change" them always based on the parameter they can set. This is happening in both cases: the user trigger manually, the workflow is set to run "everytime the record is saved"
🔥 How to trigger the error
Steps to reproduce the behavior:
Go to 'An Entity with a field AA that is "read only" for a user'
Click on 'the field AB that is triggering the workflow to change the field AA'
Be sure the workflow is triggered and/or trigger it manually. THen refresh the page
🐞 bug report
If a workflow is triggered by an user and this user has "read only rights" on the field that is modified by the workflow, the field is not updated.
We have a few fields that we want to be populated ONLY via automatic calculation and they can never be modified by a person (while they should be read by the users). We have set permissions to "read only" via "profile" page in the settings and correctly the users can only see them in view mode (but not is edit mode). The user is allowed to trigger a workflow that modify them, based on a "starting date" the user can set. Unfortunately the calculation is added in the field only if triggered by admins but not by user.
I consider this a bug because I want the user to be able to "change" them always based on the parameter they can set. This is happening in both cases: the user trigger manually, the workflow is set to run "everytime the record is saved"
🔥 How to trigger the error
Steps to reproduce the behavior:
👎 Actual Behavior
see above
👍 Expected Behavior
I expect the field to be updated
👷 Testing
CANNOT TEST as I need a workflow to be set for this
📷 Screenshot of configuration
📝 PHP/Apache/Nginx/Browser/CRM Logs
🌍 Your Environment
❓ Additional context
Add any other context about the problem here.
❗️ Inform the community if you solve the problem
The text was updated successfully, but these errors were encountered: