Question

How to remove communication options under progress bar ?

Hi Team,

 

How to remove this highlighted communication option under the progress bar (setup using section cases designer). Please see the below screenshot

Here we need only progress bar.

 

Please help!

 

Thank you for your time!

Like 0

Like

5 comments

Hi Akshit,

 

The code below should be added to the diff array of the ActionsDashboard module of your section:

{
				"operation": "remove",
				"name": "Tabs"
			}

Once done and the page is refreshed you will see that the tabs were removed:

Best regards,

Oscar

Oscar Dylan,



How to identify the ActionDashbaord module of any section (OOTB / Custom section)?

Could you please share the steps to identify the corresponding action dashboard module of a section?

 

Best Regards,

Bhoobalan Palanivelu.

We have found this article which has done the trick for ourselves:

 

Removing the Facebook, WhatsApp, or Telegram Message Buttons from the Actions Dashboard in Creatio

https://customerfx.com/article/removing-the-facebook-whatsapp-or-telegram-message-buttons-from-the-actions-dashboard-in-creatio/

 

The remaining buttons can be removed by using the browser inspector to identify the buttons and then enter a remove similarly.

Hi,

you can use the Section actions dashboard manager application from the Marketplace to choose which action to show/hide: https://marketplace.creatio.com/app/section-actions-dashboard-manager-creatio

Show all comments