Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ContextTypeEnum Enum

Describes context data that can be excluded from canvas app context data. You specify which context types to exclude in the excludeContextTypes() method in your CanvasLifecycleHandler implementation.

Namespace

Canvas

Enum Values

Value Description
ORGANIZATION Exclude context information about the organization in which the canvas app is running.
RECORD_DETAIL Exclude context information about the object record on which the canvas app appears.
USER Exclude context information about the current user.