Memory() mvSQL runtime function in Jitterbit App Builder
Summary
Returns value of column from Shared()
function if exists, otherwise from the Caller()
function.
Syntax
Memory(<name> [, <datatype> ])
Parameters
name
A string representing the requested column by name.
datatype
Data type, string is default, optional. Supported datatypes:
- String (default)
- Numeric
- UUID
- Boolean
Returns
A value of datatype datatype
, or NULL
if name
references an unavailable column.
Examples
Memory('AppID', UUID)
returns B58736D1-B42C-450E-B017-ACE3C99B8F65
.