N/suiteAppInfo Module

Use the N/suiteAppInfo module to access information related to SuiteApps and Bundles. This module is available for all script types.

                                   

In This Help Topic

N/suiteAppInfo Module Members

Member Type

Name

Return Type / Value Type

Supported Script Types

Description

Method

suiteAppInfo.isBundleInstalled(options)

boolean

Client and server scripts

Returns true if the specific bundle is installed.

suiteAppInfo.isSuiteAppInstalled(options)

boolean

Client and server scripts

Returns true if the specified SDF SuiteApp is installed.

suiteAppInfo.listBundlesContainingScripts(options)

Object

Client and server scripts

Returns the IDs for bundles that contain the specified script, for each script specified.

suiteAppInfo.listInstalledBundles()

Object[]

Client and server scripts

Returns a list of bundles that are installed.

suiteAppInfo.listInstalledSuiteApps()

Object[]

Client and server scripts

Returns a list of SDF SuiteApps that are installed.

suiteAppInfo.listSuiteAppsContainingScripts(options)

Object

Client and server scripts

Returns the ID for the SDF SuiteApp that contains the specified script, for each script specified.

Related Topics

SuiteScript 2.x Modules
SuiteScript 2.x

General Notices