Trigger dialog for "opening telephone application" via EventDataDialog

lock
push_pin
done
Besvarat
5

Is there a way to trigger the "open telephone application" dialog through the EventDataDialog? 
I have tried using the markup element to add an link,but it seems like it only works with weblinks or is there some other way i could be able to trigger this while being in the dialog flow? 

12. dec. 2024 | 11:41 fm

Allt Svar (5)

Hi Fredrik,


I don't think this is technically possible by default - but you could use the markup logic to redirect to a custom screen (based on HTML element), which could look similar to the following logic:

https://www.perplexity.ai/search/new?q=pending&newFrontendContextUUID=96f9c39d-9638-4b90-bc98-bbb29392c1d5

 

Just a creative alternative which might suit your needs.

12. dec. 2024 | 11:50 fm
Correct link:
https://www.perplexity.ai/search/create-a-html-page-which-will-olOKerb0QmKSm48nPEbIjw
12. dec. 2024 | 12:04 em
Hi Bas,
thank you for your reply.
They currently have these functions as custom elements in the old service, but we are currently looking into how we can implement the same things into the new service module.
Your solution would probably work but they want to receive the phone dialog in the same screen as the request so I guess that would be achievable by adding the functions to a custom screen and then displaying it as a webpanel on the request.
Just wanted to see if I could create the same logic through SuperOffice EventDialogs instead of using custom screens.
12. dec. 2024 | 12:27 em
Hi Fredrik,

Yeah that sounds like a method which should at least work. Another alternative 'might' be to link it to a button in the request header - which redirects to a CRMscript - which then redirects to a tel-hyperlink. Probably you would have to use the "Action = Open website" logic then (and link it to your script which contains the HTML-redirect-logic), instead of executing a CRMscript.
13. dec. 2024 | 07:54 fm

Hi Fredrik,

with preference "Default values / Phone-link format" you can change the standart tel: protocol to somthing else e.g. domycall:%p

This way you can forward the call to your local listener wich can be defined in registry at

Computer\HKEY_CLASSES_ROOT\domycall\shell\open\command

12. dec. 2024 | 12:27 em

Lägg till svar