Hi.
I add extra button to Account Entity. I add this code to clientDef:
"menu": {
"detail": {
"buttons": [
{
"label": "Zadzwoń",
"action": "zadzwon",
"acl": "read",
"style": "default"
}
]
}
},
and button is ok.
but….
My question is how to make button to link: "tel: {name}" ?
I add extra button to Account Entity. I add this code to clientDef:
"menu": {
"detail": {
"buttons": [
{
"label": "Zadzwoń",
"action": "zadzwon",
"acl": "read",
"style": "default"
}
]
}
},
and button is ok.
but….
My question is how to make button to link: "tel: {name}" ?
Comment