FORMULA LANGUAGE


Examples: @IsEmbeddedInsideWCT
A programmer wants to use Instant Messaging if the Notes content is being viewed from within Workplace client, and otherwise use Sametime. The programmer creates actions to use both, and wants to show only the action that is appropriate for the current environment.

This function, placed in the Hide When tab of the Sametime action, will hide the action when any Notes content is open within Workplace client.

@IsEmbeddedWithinWCT

This function, placed in the Hide When tab of the Instant Messaging action, will hide the action in a standalone Notes environment or when no Notes content is open within Workplace client.

@Not(@IsEmbeddedWithinWCT)

See Also