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: Dial Phone.....
Andrew Grandin
Posts: 272
 
Dial Phone.....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 09 Sep 09 4:19 AM
I know, once properly configured, you can make phone calls directly from Sales Logix. Does anyone know if it is possible to customise a similar function for sending text messages to a mobile phone?
[Reply][Quote]
Michael Reischer
Posts: 2
 
Re: Dial Phone.....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 09 Sep 09 12:30 PM
Perhaps Look on Exchange 2010 it has à built in SMS function
[Reply][Quote]
Leon Gort
Posts: 127
 
Re: Dial Phone.....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Sep 09 12:09 AM
I've used a company that supplied a DLL and an API to use their service. Below is the company which is in Australia but I imagine there would be similar everywhere. We used it to send out ticket info from support to techs.

http://redoxygen.com.au/
[Reply][Quote]
Andrew Grandin
Posts: 272
 
Re: Dial Phone.....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Sep 09 6:36 AM
Thanks Leon i have had a look into Red Oxygen and it seems like a good solution. You wouldnt happen to know, or maybe you have it implemented, if you can get it so users can send text messages from within Saleslogix or does it have to be an Outlook function?
[Reply][Quote]
Leon Gort
Posts: 127
 
Re: Dial Phone.....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 11 Sep 09 12:57 AM
Absolutely - that's what we did. You register their COM API and call it from within SLX. I managed to get it working way back in 5.2 so you should have no problem in any version after that. If you use Red Oxygen, their developers were good support if needed. I could probably dig up the code if you needed it (although it was a while ago!)
[Reply][Quote]
Andrew Grandin
Posts: 272
 
Re: Dial Phone.....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 11 Sep 09 4:11 AM
If you could dig up the code Leon that would be fantastic!! I am still fairly new to SLX so any help would be great! Thanks.
[Reply][Quote]
Leon Gort
Posts: 127
 
Re: Dial Phone.....Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 13 Sep 09 6:44 PM
Code below. Just download their API or contact them. You should get a number of free trial messages.

*****************
set SMSobj = CreateObject("REDOXYGENCOM.SMSInterface")

With SMSobj
.email = "service@mycompany.com.au" 'for replies
.AccountID = "RedOxygenAccountID"
.Password = "RedOxygenPW"
.ProxyType = 2
.ProxyAddress = "192.168.20.21"
.ProxyPort = "8080"

end with

SMSobj.SendSMSMessage strmobilenumber , strmessage


if rtrim(cstr(SMSobj.ResponseText)) = "" then
'Write success history record or something
else
'Show Error
msgbox SMSobj.ResponseText,64,"SMS Error"

end if

set SMSobj = nothing

*****************************
[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 3:14:33 PM