06-14-2022 09:48 AM - edited 02-16-2023 12:29 PM
Statement:
I can use global variables.
Question Credit: Peter Fugere
Is this statement fact or fiction? Comment your best guess below! Answers will be revealed in one week.
* This question is applicable to Platform 7.3.0 and may not be relevant to future releases
Solved! Go to Solution.
06-21-2022 12:05 PM
06-14-2022 02:02 PM
FACT! I think. Through the BRApi dashboards functions.
06-14-2022 04:30 PM
Fact. Every business rule has a global object where you can store global variables.
06-14-2022 05:59 PM
Tim is correct, but you must enable the global functions under properties
07-08-2022 12:24 PM - edited 07-08-2022 12:25 PM
This setting allows you to reference the business rule in a member formula. The globals object is always enabled.
06-15-2022 03:38 PM
Fact. Can be done in the following way:
Dim MyVariable As Integer = 5 (Can be done with other datatypes such as "String")
Globals.SetObject("DesiredGlobalVariableNameHere", MyVariable)
Globals.GetObject("DesiredGlobalVariableNameHere")
06-16-2022 06:45 AM
Fact... I think...
Change the settings under Variables?
#newbie
06-21-2022 12:05 PM
You were all correct -- well done!!!