Salesforce

JInstanceOf (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

JInstanceOf (Magic xpa 3.x)

Simulates the Java's operator instanceof.

Syntax:

JInstanceOf(pseudo-reference, class name)

Returns:

A 'TRUE'LOG value if the object is not a NULL and can be cast to the class without generating an exception.

Example:

JINSTANCEOF(A, 'javax.jms.Message').

Note:

The parameter must be a BLOB.

See also:

Java Functions

The Online Samples project (program JV01)

Reference
Attachment 
Attachment