Categories:

System functions (System Information)

SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT¶

Shows if an app is installed on the same account as the application package it is based on.

See also:

SYSTEM$IS_APPLICATION_SHARING_EVENTS_WITH_PROVIDER

For more information about event sharing, see Set up logging and event sharing for an application.

Syntax¶

SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT()
Copy

Arguments¶

None.

Returns¶

This function returns the following status messages:

Status Message

Description

TRUE

Indicates if an app is installed on the same account as the application package it is based on.

FALSE

Indicates if an app is not installed on the same account as the application package it is based on.

Access control requirements¶

  • These system functions can only be called from within an app.

Examples¶

SELECT SYSTEM$IS_APPLICATION_INSTALLED_FROM_SAME_ACCOUNT();
Copy