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.
|
|
|
|
CreateAdHocGroup & Refresh issues
Posted: 08 Sep 06 2:04 PM
|
fiogf49gjkf0d I'm using the CreateAdHocGroup function in a script and then want to immediately set that group to the current group and send the user to that group. The problem is that group doesn't show up until after a CNTRL + F5.
Is there any way around this, or am i SOL? |
|
|
|
Re: CreateAdHocGroup & Refresh issues
Posted: 09 Sep 06 9:05 AM
|
fiogf49gjkf0d It's been a while since I used that, but IIRC you're SOL .
You can, however, programatically invoke the CTRL+F5 as well to get it to show after creating it. |
|
|
| |
| |
|
Re: CreateAdHocGroup & Refresh issues
Posted: 18 Sep 06 11:49 AM
|
fiogf49gjkf0d To perform a CTRL+F5 use:
Application.BasicFunctions.DoInvoke "Function", "View:Refresh"
And to do just an F5 use:
Application.BasicFunctions.DoInvoke "Function", "View:RefreshCurrent" |
|
|
|
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!
|
|
|
|
|
|
|
|