Hi Everyone,

I need to add button in the standard list (say Contacts). On click of this button, I want to call custom web service function. Is there a way I can do that. Is there any alternative available for the same.

Thanks,
Manoj

Like 0

Like

6 comments

Hello Manoj,
Thank you for your question.

There is an article available on the Academy that covers this topic with an example.

Regarding following...MoreLess

Show all comments (5)

Hello,



I am trying to set up an action for a button in my email template. I want to create a "forward this email" button that opens up an email client when the user clicks it but there doesn't seem to be a way to do this. I can see that you can set up a text hyperlink that will open up an email to specific address, but that isn't quite what I'm after.



Does anybody know a way to do this?

Like 0

Like

4 comments

Hello Evie,

What do you mean by "opens up an email client"? Do you want to create a similar button to the base one but in the template itself? 

Show all comments (3)

Hi Everyone,

I need to Hide button based on organizational role. I've used the following code but am not able to achieve the objective.

attributes:{

             "IsUserX": {

                 ...MoreLess

Like 0

Like

1 comments

Hi,

There is no onEntityInitialized method in the section page (it's available in the edit page only). If you need the button to be visibl...MoreLess

Show all comments

Hi Team,

I want to fetch the values of actions associated with the section that I'm accessing for which I have written the code given below:

The code is giving me the result as :

I'm still not able to fetch the list of action menu items as the section. Please help me fetch the values of action button items.

Thanks in advance

Sarika Sharma

Like 0

Like

2 comments

Hi,

Please explain which data do you want to fetch from these buttons.

Thank you!

Best regards,

Oscar

Show all comments (1)

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)

Like 0

Like

1 comments

Dear Mitch,

Thank you for your question!

You may find these links useful:

1. https://academy.creatio.com/docs/developer/elements_and_components/basi…

2...MoreLess

Show all comments

Hi Community,

Any idea how we can show tool tip on mouse hover for action buttons on Section grid

          {

                "operation": "merge",

                "name": "DataGridActiveRowOpenAction",

                "parentName": "DataGrid",

                "propertyName": "activeRowActions",

                "values": {

                    "className": "Terrasoft.Button",

                    "style": Terrasoft.controls.ButtonEnums.style.BLUE,

                    "caption": "Open",

                    "tag": "Open",

                    "visible": true

                },

            },

Like 0

Like

4 comments

Dear Fulgen,

There is a perfect Academy article here that will fit your needs. This article describes how to add pop-up hints to buttons an...MoreLess

Show all comments (3)