Make a Phone Call using URL

MaximeDawns
Member Posts: 10
Version : DYNAMICS NAV 2009 R2 - 6.00.32012 - Not using RTC Client
Hi, I want to make a basic phone call using URL. Wether it opens the navigator or not doesn't matter.
The way I think could be possible is to call this type of URL :
When I type this in my navigator, it opens my default phone app, so this should work.
Problem is:
This works, and I would like to adapt this to NAV.
Hi, I want to make a basic phone call using URL. Wether it opens the navigator or not doesn't matter.
The way I think could be possible is to call this type of URL :
tel:+33102030405
When I type this in my navigator, it opens my default phone app, so this should work.
Problem is:
- If I use HYPERLINK method I get the "Invalid URL, would you like to copy it clipboard ?" : https://i.imgur.com/RbG0QeG.png
- If I use WinHttpRequest Automation, it's pretty much the same... https://i.imgur.com/Moz6r6t.png
This works, and I would like to adapt this to NAV.
<a href:"tel:+33102030405">TEL</a>Any idea ?
0
Best Answer
-
Name DataType Subtype
WSH_Shell Automation 'Windows Script Host Object Model'.WshShell
IF ISCLEAR(WSH_Shell) THEN
CREATE(WSH_Shell);
WSH_Shell.Run('tel:+33102030405');1
Answers
-
[Topic moved from 'NAV Three Tier' forum to 'NAV/Navision Classic Client' forum]
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!1 -
Name DataType Subtype
WSH_Shell Automation 'Windows Script Host Object Model'.WshShell
IF ISCLEAR(WSH_Shell) THEN
CREATE(WSH_Shell);
WSH_Shell.Run('tel:+33102030405');1 -
@tomg - Are you suggesting this code will make a phone call?Thanks
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/1 -
-
Hi, i'm a new user using the version nav 2009 sp1 and wanted to do the same for my contacts, when i press it i need to run/open the tel:CONTACT.
Sorry for the newbie question, where do you upload this lines?
Thanks for the help.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions