Alert Triggered When Assigning Ticket to SelfProblemWhen assignment group members open a ticket and assign it to themselves by clicking 'Assign to me', alerts are triggered indicating that the user should have write access to the table and showing invalid update. However, the logged-in user already has access to the record. Steps to reproduce 1- Connect as user12- Go to /esc portal3- Create any Request4- Impersonate User25- Open the request created on step #36- Click "Assign to me"- Error: Write access is required to assign the request LR0003128 to yourself- Error: Invalid value on Update- => Assigned to cannot be empty!7- but refreshing the record saw the user was assigned Root CauseIn this case, there is a custom business rule (BR) affecting the issue. This custom BR is the one that address the error displayed Steps to Resolve1. Be sure you do have any activated custom business rule on the tables affected2. Disable the custom BRs or adjust the code to avoid any error.