UDSGetField (Magic xpi 4.5)
This function returns the specified UDS variable's field value.
Syntax:
|
UDSGetField (Alpha udsvar, Alpha locatefieldname, Alpha locatefieldvalue, Alpha fieldname, Alpha udsmodel)
|
Parameters:
|
udsvar
locatefieldname
locatefieldname
locatefieldname
udsmodel
|
Returns:
|
The field data according to field type.
|
Example:
|
UDSGetField ('F.CustomerList','CustomerID','15','CustomerName','StandardList').
Returns the name of the customer whose CustomerID = 15 in the StandardList UDS model's F.CustomerList flow variable.
|
See also:
|
UDSClear, UDSDeleteRecord, UDSGet, UDSSet, UDSUpdateField
|