I have tried to use a similar approach to the one mentioned in the forum discussion. Here is an example of how to filter recipients to contain 'mycompany' in the email address in the action dashboard of the contacts section.
Hello. Thank you. The solution works, but it is not ideal. It is necessary to check the Account domain, or there may be employees who have a Gmail email. I am looking for another solution.
The example I provided serves as a foundation for adding email address filtering for the action dashboard. You can use this example as a base and modify the filtering logic according to your preferences.
How can I add a new channel to action dashboard panel IN Freedom UI. I wanted to create a custom module in action dashboard on click of that I need to show some contact information.
It doesn't allow for adding anything to the actions dashbaord for Freedom UI. I am sure this isn't going to change since the Actions Dashboard for Freedom UI is considered deprecated.
I'm afraid we don't have any possibility to contol this behavior using page handlers. But if anyone has an example to share please share it. I've registered a task for our R&D team to make it possible to control it using no-code tools.
it would be great to be able to intercept it via request handlers in code too. Overriding the behaviour is essential to a lot of our customisation for clients.
By clicking this button you run the onPublishButtonClick method from the BaseMessagePublisherPage schema. So you need to override the logic of this method in case additional logic should be triggered upon clicking this button.
Is it possible and are there any articles for adding a custom button in the action panel? I searched and was unable to find a specific question or article for this. See image and highlighted spot below. I want to add a button and link it to creating a new custom type of Activity record (in addition to the existing blue flag icon for a to-do task)
The columns in the action dashboard are columns of activity so you need to add it on activity object first. To add it on the activity card on the action dashboard please see the community article below:
To make the Attached button in the Activity Element Function, i.e., For Example- If the attached button is a Cancel Button which on click should direct to another stage(Canceled) in the DCM Cycle.
If this activity is created by the DCM and the button sets the activity's status to "Canceled", you can just go into the DCM setup and set it to go to the "Canceled" stage if the activity's status is "Canceled":
How can I add a new action to dashboard panel on Contact? I want add a button that show some contact information by default when open the edit contact page
Unfortunately, there is no functionality that would allow you to customize the action dashboard buttons without the additional development in the current version of the system. We have the suggestion registered and passed to R&D team already and it will appear in one of the further releases of the system (no ETA yet).
If you need the additional button in the current system version, feel free to inspect the page and find the code responsible for the out-of-the-box buttons. Then you can use it as an example for your own development.