How to make a mobile number hyperlink on the section page.

Hi Guys,

How to make mobile phone number hyperlink on the section page? I have made it hyperlink on the record page using below code and it is working fine.

 

{

                "operation": "insert",

                "name": "STRING1f27bc1d-c936-4310-96b7-9d648cf0459e",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 12,

                        "row": 2,

                        "layoutName": "Header"

                    },

                    "bindTo": "SMPhone",

                    "enabled": false,

                    "showValueAsLink": true,

                    "href": {

                        "bindTo": "SMPhone",

                        "bindConfig": {

                            converter: "getLinkValue"

                        }

                    },

                    "linkclick": {

                        "bindTo": "onCallClick"

                    },

                    "controlConfig": {

                        "autocomplete": Terrasoft.generateGUID(),

                    }

                },

 

 

 

Like 0

Like

1 comments

 

Hello Singla,

You can add  "showValueAsLink": true  in diff. More information you can find here:

https://community.creatio.com/articles/how-can-we-store-url-and-make-field-clckable-form?_gl=1*17twi4f*_gcl_au*MTYxNTAzNjkzMi4xNjkyOTU4NzI3 

Best regards, Anhelina!

Show all comments