Globals are predefined variables that can be accessed by different objects within a project and are used when the same information is required repeatedly by various Fabric objects. For example, to define the source application version or a date format in order use the same value in several Fabric objects.
Click for more information about Global's override using SET and SET_GLOBAL commands.
The scope of a Global depends on how it is defined, which can be either:
If the same Global is defined at both Shared Objects and Logical Unit levels, the Logical Unit definition is used within the scope of that Logical Unit. Other Logical Units use the Shared Objects definition.
Click for more information about Using Globals in Fabric.
Do either:\ a. Go to Project Tree > Logical Units > [LU name] > Java and then click Globals.java to open the Globals window. \ b. Go to Project Tree > Shared Objects > Java and then click SharedGlobals.java to open the Globals window.
Populate the settings as follows:\ a. Enter a Global Name in the Name column.\ b. Enter a value in the Value column.\ c. (Optional) Enter a Category in the Category column.\ d. (Optional) Enter a Comment in the Comment column.\ e. Check if the Global is Final.
Click Save.
Notes
Click for more information about using Globals - Code Examples.
Globals are predefined variables that can be accessed by different objects within a project and are used when the same information is required repeatedly by various Fabric objects. For example, to define the source application version or a date format in order use the same value in several Fabric objects.
Click for more information about Global's override using SET and SET_GLOBAL commands.
The scope of a Global depends on how it is defined, which can be either:
If the same Global is defined at both Shared Objects and Logical Unit levels, the Logical Unit definition is used within the scope of that Logical Unit. Other Logical Units use the Shared Objects definition.
Click for more information about Using Globals in Fabric.
Do either:\ a. Go to Project Tree > Logical Units > [LU name] > Java and then click Globals.java to open the Globals window. \ b. Go to Project Tree > Shared Objects > Java and then click SharedGlobals.java to open the Globals window.
Populate the settings as follows:\ a. Enter a Global Name in the Name column.\ b. Enter a value in the Value column.\ c. (Optional) Enter a Category in the Category column.\ d. (Optional) Enter a Comment in the Comment column.\ e. Check if the Global is Final.
Click Save.
Notes
Click for more information about using Globals - Code Examples.