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.
|