Skip to main content

Link component

Level: beginner

Use the Link component to add clickable URLs. Additionally, you can display a label above the URL text.

View the example of a configuration object that adds the clickable URL below.

Example of a configuration object that adds the clickable URL
{
"type": "crt.Link",
"caption": "\$MyActivityCaptionAttribute",
"label": "Label",
"clicked": {
"request": "crt.UpdateRecordRequest",
"params": {
"entityName": "Activity",
"recordId": "\$MyActivityIdAttribute",
}
}
}

string type

Component type. crt.Link for the Link component.


string caption

Link name.


string label

Link title.


object clicked

The request fires when a user clicks the link.