8/28/2025 9:30:22 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.
|
|
|
| |
| |
| |
|
Re: Application.BasicFunctions.GlobalInfoFor
Posted: 16 Mar 09 7:58 AM
|
It's simply a way of storing data to be available throughout SLX and lasts for the duration of the session. GlobalInfoSet - sets a variable and GlobalInfoFor retrieves it - GlobalInfoClear clears it. So, if you set "gVar1" for example at the start of SLX (via the Open event for example) then your script can retrieve it later or (or modify it) - it saves you having to write into temp tables etc. Any script/form etc. can pickup/modify the data at any time. Very handy !
|
|
|
|
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!
|
|
|
|
|
|
|
|