From Clomosy Docs

Revision as of 08:39, 14 October 2024 by ClomosyManager (talk | contribs) (Created page with "A global variable can be created in the project. To create a global variable, parameters must be defined. These parameters can be used in any desired unit within the project.<br> <div class="alert alert-warning" role="alert" data-bs-theme="light"> The process of creating parameters is located under the "User Defined Params" section on the Application Development Environment page. </div> When the '+' button is clicked in the Para...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A global variable can be created in the project. To create a global variable, parameters must be defined. These parameters can be used in any desired unit within the project.

When the '+' button is clicked in the Parameters tab, a "Add Param" box appears on the page as shown below.

AddParamV1.0.png

1

Param Name

The parameter name is being defined. The parameter has multiple data storage fields: (Value Str, Value Text, Value Integer, Value Float, Value Date).


2

Value Str

It represents the field name where string data for the parameter will be stored.


3

Value Text

It represents the field name where long textual data related to the parameter will be added.


4

Value Integer

It represents the field name where numerical data related to the parameter will be added.


5

Value Float

It represents the field name where decimal numerical data related to the parameter will be added.


6

Value Date

It represents the field name where date data related to the parameter will be added.


7

Add Param

After creating the parameter and adding the desired entries to the respective fields, the parameter addition process is completed by clicking the button to perform the addition.