Hi All
I want to add the hidden text field in crm 2015 form and want to call that hidden field on the Skype call event of contact no so as to concatenate the area code with the phone no to call on the skype.
Thanks
Tin -tin
*This post is locked for comments
I want to Create a Web Resource, and then paste in the modified JScript. - You can help in the following Web Resource, which can be modified to work with Lync
function callLyncNumber(phoneFieldName) {
var phoneField = document.getElementById(phoneFieldName);
phoneField.style.textDecoration = "underline";
phoneField.style.color = "blue";
phoneField.ondblclick = function () { if (phoneField.value != null && phoneField.value != "") { window.open("tel:" + phoneField.value); } };
}
Hi Tin-tin, thank you for reaching out.
Would it not be easier to update the database with the appropriate area codes? Then have an ongoing workflow that updates contacts when created with the area code. Not sure how you are validating area codes, but just a thought.
-Tom
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156