6/18/2025 2:28:03 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 writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
CreateTempGroup / CreateTempAdHocGroup
Posted: 14 Aug 06 4:44 PM
|
fiogf49gjkf0d I'm trying to programatically create a temp group for a Custom MainView call "Applications" However, when I try to execute either of the following lines of code, nothing happens, and there are no errors.
Dim sReturnIDs sReturnIDs = "QBC99A00MJOH" application.BasicFunctions.CreateTempAdHocGroup "Application", "Profile Results", sReturnIDs, ""
or
Dim sReturnIDs sReturnIDs = "QBC99A00MJOH" application.BasicFunctions.CreateTempGroup("Application", "Profile Results", "ApplicationID", " in ", "(" & sReturnIDs & ")", ""
This same code works properly for Accounts, just can't get it to work for Applications |
|
|
|
Re: CreateTempGroup / CreateTempAdHocGroup
Posted: 15 Aug 06 12:15 PM
|
fiogf49gjkf0d In another thread it was mentioned that CreateTempGroup uses the Latest Account/All Account group to build it's layout (it wasn't clear which one exactly, though SLXProfiler could tell you). Most likely it's looking for a group of a similar name belonging to the "Application" family but I would use the SLXProfiler to know exactly what it wants, then fill the hole. It's much easier than guessing about it. |
|
|
|
Re: CreateTempGroup / CreateTempAdHocGroup
Posted: 04 Jan 07 7:00 AM
|
fiogf49gjkf0d Any progress on this?
Last I'd heard, this was simply a bug/oversight in version 6.x. Hopefully fixed in v 7, since in creating a new record for a MainView, the obvious next step is to programmatically navigate to that new record. |
|
|
|
Re: CreateTempGroup / CreateTempAdHocGroup
Posted: 30 Apr 07 2:38 PM
|
fiogf49gjkf0d CreateTempGroup/CreateTempAdHocGroup do not work in v6.x on custom tables/main views.
Defect # 1-43078
Confirmed with SDK today that this has been fixed in v7. |
|
|
|
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!
|
|
|
|
|
|
|
|