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(),
}
},