11/26/2024 1:26:42 PM
|
|
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 writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Application.BasicFunctions.CreateAdHocGroup
Posted: 10 Sep 06 8:14 PM
|
fiogf49gjkf0d Who can explain in detail how to use: Application.BasicFunctions.CreateAdHocGroup.
I use it in this way:
Application.BasicFunctions.CreateAdHocGroup "_COURSE_DETAIL", txtCourse.Text, "", ""
Requirement is when invoke, create an adhoc group in contacts with the coursename as the group name.
Thanks any hints in advance. |
|
|
|
Re: Application.BasicFunctions.CreateAdHocGroup
Posted: 11 Sep 06 9:32 PM
|
fiogf49gjkf0d It's right there in the Len Dev Ref help (chm) file in the SalesLogix App directory: Function Creates an ad hoc group from a list of CRLF keys.
Object Application.BasicFunctions.CreateAdHocGroup
Syntax CreateAdHocGroup
Parameters MainTable (String)– Name of the Main Table this group is based on.
GroupName (String)– Name of the group to be created. IDs (String)– a CRLF delimited list of Keys from the Main Table.
StartingID (String) – First ID within the ID list to begin creation from. If empty, the complete ID list will be used.
Returns Boolean
-- rjl
|
|
|
|
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!
|
|
|
|
|
|
|
|