Salesforce

ParamsUnPack (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

ParamsUnPack (Magic xpa 3.x)

Unpacks the global values from a BLOB variable created by using the ParamsPack function and sets them for the current engine context.

Syntax:

ParamsUnPack (package)

Parameters:

package – A BLOB variable created by the ParamsPack function.

Returns:

True

Example:

ParamsUnpack(A) unpacks the global values created in BLOB Variable A.

Note:

If a global value with the same name already exists for the current context, Magic xpa replaces the global value with the most recently unpacked global value.

See also:

The Online and Rich Client Samples projects (program EV10 and REV10)

Reference
Attachment 
Attachment