Basic information
Available from version: 1.0.X
Description
StorageData function set are functions that operate on a special formal parameter called StorageData to read the data stored in it. The StorageData formal parameter stores data in the JSON object format and acts as a data clipboard, which eliminates the need to create dedicated variables for storing various types of technical data. The possible stored variable types in the StorageData parameter are: string, int, float, boolean, date, dateTime, string[], int[], float[], boolean[], date[], dateTime[].
Configuration parameters
- [Text] StorageData.getString
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a text value based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Integer] StorageData.getInteger
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns an integer value based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Float] StorageData.getFloat
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a float value based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Boolean] StorageData.getBoolean
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a boolean value based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Date] StorageData.getDate
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a date value based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Datetime] StorageData.getDatetime
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a datetime value based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [String[]] StorageData.getStringArray
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a text array based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Integer[]] StorageData.getIntegerArray
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns an integer array based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Float[]] StorageData.getFloatArray
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a float array based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Boolean[]] StorageData.getBooleanArray
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a boolean array based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Date[]] StorageData.getDateArray
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a boolean array based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Datetime[]] StorageData.getDateTimeArray
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Returns a boolean array based on the parameter / key name in the StorageData formal parameter | Text | Editable field |
- [Boolean] StorageData.exist
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Parameter name* | 1.0.X | Checks if there is a parameter with the given name in the StorageData formal parameter | Text | Editable field |
Parameter*- required field
Sample configuration
Sample contents of the formal parameter StorageData
Change log
1.0.X
- Adding function set