Salesforce

TranslateNR (Magic xpa 2.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

TranslateNR (Magic xpa 2.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 remain in the returned string. Secret names are not translated.

Syntax:

TranslateNR(string)

Parameters:

string: An alpha value with logical names.

Returns:

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

Example:

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

See also:

Translate

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

Reference
Attachment 
Attachment