Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, August 29, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Skype or Gtalk integration in windows client.
basanth kumar varma alluri
Posts: 9
 
Skype or Gtalk integration in windows client.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 14 Sep 09 12:33 PM
Can any one suggest me how to integrate SKype into sales logix windows client?
[Reply][Quote]
Jason Webb
Posts: 16
 
Re: Skype or Gtalk integration in windows client.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Sep 09 1:35 PM
What specifically are you looking to integrate? Do you just want to dial out calls, or are you looking to have it save a history transcript of chats? If it is just outgoing calls, this can help you get started http://www.codeproject.com/KB/cs/skypecontrolapicsharp.aspx You will have to use a .net extension, but it should still be possible. I last used that code 2 years ago or so, but it should still work.
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Skype or Gtalk integration in windows client.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Sep 09 2:55 PM
Quote:
Originally posted by basanth kumar varma alluri

Can any one suggest me how to integrate SKype into sales logix windows client?


A quick and easy way would be to add the following to the script:

Sub SkypeCall(ByVal PhoneNumber)
Dim shell

Set shell = CreateObject("WScript.Shell")
shell.Run "callto:" & PhoneNumber, 1, false
Set shell = Nothing
End Sub


Then you can create the phone numbers as hyperlinks or add buttons to pass the phone numbers to this sub like:

SkypeCall txtPhoneNumber.Text


BTW, I've not tested the code above, but it should work for a simple solution (although not as complete as the article that Jason links to).

-Ryan
[Reply][Quote]
LeVar Berry
Posts: 47
 
Re: Skype or Gtalk integration in windows client.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Oct 09 8:55 PM
Whoa.... Ryan ... now that is just too simple. That would work with anything that responds to callto:

[Reply][Quote]
Thomas Aussem
Posts: 57
 
Re: Skype or Gtalk integration in windows client.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 14 Oct 09 8:44 AM
There is an ActiveX COM Object on the Skype website which I have used successful within SalesLogix a few years ago:

http://share.skype.com/sites/devzone/2006/02/skype_com_api_and_skype_contac.html

Cheers,
Thomas
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 8/29/2025 4:35:03 PM