Special Handling Notes displays on reload even after dismissingIssue The user clicks on dismiss button available on the special handling note and reloads the form, still, the SHN pops up. Steps to replicate the issue:The user opens the record and SHN will be shown. User clicks on to dismiss and if again reloads the form. >Expected behavior: The SHN should not show. Reference: Special handling notes overview >Actual behavior: The SHN will be shown again.CauseThe property is disabled: "Display special handling notes only once per session." ResolutionTo fix the issue please follow below steps: Navigate to Special Handling NotesClick on PropertiesEnable "Display special handling notes only once per session." property If the below property "Display special handling notes only once per session." is enabled then, The user opens the record and SHN will be shown.User clicks on to dismiss and if again reloads the form, the SHN should not show again.2. If the user logs off and logs in (new session) to the instance and opens the record, the SHN will show again, and if the user clicks on to dismiss and reload it will not be shown until the session is expired.