Salesforce

JSetStatic (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

JSetStatic (Magic xpa 3.x)

Updates a class variable.

Syntax:

JSetStatic('class name.variable name', '<variable-signature>', value)

Returns:

True when the update is successful. A False value is returned when the variable name was not found, or the last parameter could not be converted according to the signature.

Example:

JSetStatic('pkg.CLS_A.a2', 'I', B)

See also:

Java Functions

The Online Samples project (program JV05)

Reference
Attachment 
Attachment