Salesforce

UDSGetField (Magic xpi 4.13)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

UDSGetField (Magic xpi 4.13)

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

locatefieldvalue

fieldname

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

Reference
Attachment 
Attachment