SessionParameters.<Session parameter name>
Usage:
Description:
A set of properties contains the session parameter values. You can access values by name. Property names are the same as parameter names, as specified in the designer.
You can use it to obtain or specify a session parameter value of the same name. You can specify types that are allowed for the session parameter value when creating a session parameter in designer. The following types can be allowed:
- Number;
- String;
- Date;
- Boolean;
- Undefined;
- Null;
- ValueStorage;
- FixedArray;
- FixedMap;
- FixedStructure;
- UUID;
- TypeDescription;
- AccountType;
- AccountingRecordType;
- AccumulationRecordType;
- Any reference.
Availability:
Note:
Only values of listed types can be elements of values of FixedArray, FixedMap, FixedStructure types.
See also: