How to remove info message of adding/removing role in custom portal.Issue When we add/remove any role to user or groups info messages will be shown on the page. This is the expected behavior of the system. If customer tries to add/remove role to user using server script of widget in custom portal once the role addition/removal is done on portal it displays the info messages.CauseExpected Behavior of the platform to show info messages on portal as well.ResolutionIf the scripting is used to add/remove roles then we can try to hide the info messages on custom portal to avoid bad user experience by flushing the system messages. System Info Messages can be removed by using gs.flushMessages() api after role addition/removal line in script.