Salesforce

Translate (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Translate (Magic xpa 4.x)

Translates all logical names, including nested logical names, in a string to their actual values.

If a logical name is not found, it will be removed from the returned string. Secret names are not translated.

Syntax:

Translate(string)

Parameters:

string – An alpha value with logical names.

Returns:

The actual values represented by logical names and nested logical names.

Example:

Running Translate('%Drive%\temp\not found!') where the logical name 'Drive' is 'c:' returns 'c:\temp\not found!'

See also:

TranslateNR

The Online and Rich Client Samples projects (program ST14 and RST14)

Reference
Attachment 
Attachment