Salesforce

How Do I Set a Different Name for the Current Context? (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

How Do I Set a Different Name for the Current Context? (Magic xpa 4.x)

When you need to rename a context, use the CtxSetName() function. Renaming a context is useful when dealing with a single instance context as the name is static and known.

The syntax is:

CtxSetName(<new name>)

where:

<new name> is a text string up to 128 characters long.

See also

The Online Samples project (program MT02)

Reference
Attachment 
Attachment