Good morning,
I have a question how to add a new url field type to the system? I would like the field prefix to be a URL handler type, for example:
If I add a new field with the prefix anydesk: XXXX as the URL field and display it in EspoCRM system, I could connect to the workstation with one click.
A good solution is to add a new url handler field type?
I have a question how to add a new url field type to the system? I would like the field prefix to be a URL handler type, for example:
Code:
<a href="anydesk:user@namespace"> Click here to connect a remote machine </a>
A good solution is to add a new url handler field type?
Comment