User is unble to remove an existing 'tag' from a recordIssue After removing the tag from a record, once the page is refreshed the tag comes back. It doesn't get removed.CauseThe tag in question might have a different owner and is not set as "Global", thus the user might not be having enough privileges to remove/delete the tag from the record. Only the Owner would be able to pass the required ACL to remove it.ResolutionThe issue can be fixed by either of the below solution:> Set the tag as "Global" by modifying the form layout and adding the "Global" field to the form and setting it to true. This will make the tag editable for everyone.> Or change the owner to the required user(affected user). This will make the tag editable only for the new user.