Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, April 19, 2024 
 
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!
 External Development Forums - SalesLogix OLEDB Provider
Forum to discuss using the SalesLogix OLE DB Provider from external applications (including usage of built-in provider procedures). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix OLEDB Provider | New ThreadView:  Search:  
 Author  Thread: SLX Procedures
Jeff L
Posts: 65
 
SLX ProceduresYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Mar 12 11:47 AM
fiogf49gjkf0d

Hello,


Where can I get a list of all SLX procedures avaiable through the oledb providor.


 


Specifically I need to get to the group sql statement stored in a blob field. 


 


Alternatly, can I call a proceedures to give me all of the records the group call for ?


 


Thanks in advance.


Jeff


 

[Reply][Quote]
Jeff L
Posts: 65
 
Re: SLX ProceduresYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Mar 12 11:49 AM
fiogf49gjkf0d

FYI we are using SLX web version 7.5.4


I need to be able to acces the contacts called for by the groups from an out side app.


Thanks


 

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: SLX ProceduresYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Mar 12 12:55 PM
fiogf49gjkf0d

You can get the List from the SalesLogix LAN Developers Reference, but here are a few:


 


  slx_ClearGlobalID, slx_CycleLogFile, slx_DBIDs, slx_GetServerList....


 


The SLX Store Procedures are not there to retreive any data. For that you would just execute SQL queries (e.g. SELECT * FROM CONTACT). The Query will return all records visible to the User you are logged in with (on the Connection String).


 


That said, Groups are a different animal all together.


The Group Definition is Stored within the Plugin Table (and could have many versions, so you need to get the Latest version). The definition is stored within a BLOB on a Binary format. There are some undocumented functions exposed on some of the DLLs included with SalesLogix that may allow you to get the definition as XML, from there you could get the SQL Statement. And then you could get the data for that Group.


 


 

[Reply][Quote]
RJ Samp
Posts: 973
Top 10 forum poster: 973 posts
 
Re: SLX ProceduresYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Jul 12 7:26 AM
fiogf49gjkf0d

On the LAN side you can:


 


Application.BasicFunctions.GetGroupSQL


 


maybe there's an equivalent on the web side?

[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 © 2024 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): 4/19/2024 10:25:57 PM