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!
|
|
Group Manager functionality
Posted: 02 Jul 07 12:08 PM
|
SalesLogix Client v6.2.6
At the bottom of the Group Manager dialog is a "Show Groups" checkbox. After it is checked, you have the option to display a list of groups "visible to" or "owned by" a selected user. I need to duplicate this functionality. How can I do this with scripting? I wanted to examine the plugin for the Group Manager, but I have not been able to find it.
Thanks in advance for your help! |
|
|
| |
|
Re: Group Manager functionality
Posted: 03 Jul 07 3:06 AM
|
You won't be able to open this plugin as it's hard-coded. However, if all you want is the SQL behind it - just run the SLX Profiler and examine what it's doing. This should give you enough to be able to build your own.
|
|
|
| |
|
run slx profiler 
Posted: 06 Jul 07 7:51 AM
|
how to run slx profiler in SLX 7.0
vamsi
|
|
|
|
Re: run slx profiler 
Posted: 06 Jul 07 9:08 AM
|
It is a separate EXE installed as part of "Require Administrative Tools and Servers" install. To use it.
- Run SalesLogix (note: the SLX component you want to monitor needs to me in memory before you can tell the SLXProfiler to monitor it. - Start the SLXProfiler.exe - In the SLXProfiler select the running SalesLoigix.exe to monitor
The SLXProfile has online help
|
|
|
|
Re: run slx profiler 
Posted: 09 Jul 07 6:02 AM
|
The SLXProfiler.exe is located in the .\Program Files\SalesLogix folder. I have only the 7.0.x client installed on my box here and from what I can tell, it is part of the client install as well - not just the Admin Tools and Servers install.
John G. |
|
|
|