How can I bypass system messages on my CSM portal?

lamarchel
Giga Expert

Hi!

I developed a workflow with automatic approval for registration requests for people with an email domain compatible with their account's domains.

 

It works well, but the role attribution messages ("Added role {0} for {1}") show on the CSM portal and it doesn't look professional.

 

Is there any way to hide them ?

 

Thanks!

1 ACCEPTED SOLUTION

So a super easy way to make your workflow async is to add a timer step before your split. 1-2 seconds is enough. 

View solution in original post

4 REPLIES 4

Kieran Anson
Kilo Patron

Is this a flow in flow designer or a workflow?

 

This occurs because your flow is running in the foreground. If you run it in the background it runs off of the current user session and those messages are suppressed. 

 

If you share a screenshot of your current logic, we might be able to easily tweak it

Hi!

Here is my workflow :

Registration workflow.pngAnd here, the result on my CSM portal :

CSM Portal.png

I added my script in the file attachments.

 

Thank you very much for your help.

 

 

So a super easy way to make your workflow async is to add a timer step before your split. 1-2 seconds is enough. 

Hi!

It works!! I would never have fond it by myself.

You are my "Hero of the Day".

Thank you very much.