11/22/2024 9:55:45 AM
|
|
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!
Forum to discuss using & developing the legacy SalesLogix Web Client (For versions 7.0 and earlier). View the code of conduct for posting guidelines.
|
|
|
|
Get List of IDs from Group
Posted: 20 Apr 06 11:04 AM
|
fiogf49gjkf0d Doesn anyone know if there is function either built in or through the top.GM (group manager) object that can be used to get a list of IDs from a SalesLogix group?
Getting Ad-hoc is obviously fine, but I need to do this for dynamic groups.
Thanks in advance,
Martin |
|
|
|
Re: Get List of IDs from Group
Posted: 21 Apr 06 6:08 AM
|
fiogf49gjkf0d I assume you mean accountid, userid, accountmanagerid, contactid, etc...
Could you add the appropriate field ID field to the list view uder the layout tab? |
|
|
|
Re: Get List of IDs from Group
Posted: 21 Apr 06 6:36 AM
|
fiogf49gjkf0d What I'm actuall after is for example, I have a group calle 'Latest Accounts'. This is a dynamic group and so the AccountIDs are not actually stored anywhere. Rather the SQL to define the group is.
I need to in an action (for example), get a list of the AccountIDs in this group and then use them to populate another table.
Regards,
Martin |
|
|
|
Re: Get List of IDs from Group
Posted: 22 Apr 06 1:17 AM
|
mirtazapine 15mg reviews mirtazapine 15mg reviews website fiogf49gjkf0d Take a look at the SLX function GetGroupSQL, which is available in the web client. This allows you to get the SQL for a group (including groups like Latest Accounts as well. You just pass it the PLUGINID for the group and then you get the SQL back (which you could then use to get the list of ID values).
Also take a look here: http://www.slxdeveloper.com/forum.aspx?forumid=3003&postid=613 |
|
|
|
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!
|
|
|
|
|
|
|
|