Announcement

Collapse
No announcement yet.

URL Hanlders

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • URL Hanlders

    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:

    Code:
    <a href="anydesk:user@namespace"> Click here to connect a remote machine </a>
    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?

  • #2
    Currently the recommend method is to create a new field, but that is bad. Hmm you also wanted a text with URL... you can just use Description type field or Advanced note if you do that.

    Wait for v7 to hit release (this week or next week is the expected time). I believe v7 allow you to easily add different URL support but it just a link you won't be able to add the "Click here" text message. Alternatively you can use shortcut (redirection) method through extension: https://docs.dubas.pro/extensions/short-url/

    Comment

    Working...
    X