IsPowerServerApp

Description

Reports whether the current application is an installable cloud application deployed using PowerServer.

Syntax

IsPowerServerApp ( )

Return value

Boolean.

Returns true if the current application is deployed using PowerServer and false if it is not.

Examples

This example executes the scripts only when the application is deployed using PowerServer:

Boolean lb_IsPowerServerApp
lb_IsPowerServerApp = IsPowerServerApp ( )
IF lb_IsPowerServerApp THEN
    ...
END IF

See also

IsPBApp

IsPowerClientApp