suiteAppInfo.isSuiteAppInstalled(options)

Note:

The content in this help topic pertains to SuiteScript 2.0.

Method Description

Use this method to determine if a specified SDF SuiteApp is installed.

Returns

Returns true if the specified SuiteApp is installed.

Returns false if the specified SuiteApp is not installed.

Supported Script Types

Client and server scripts

For more information, see SuiteScript 2.x Script Types.

Governance

5 units

Module

N/suiteAppInfo Module

Sibling Module Members

N/suiteAppInfo Module Members

Since

2021.1

Parameters

Note:

The options parameter is a JavaScript object.

Parameter

Type

Required / Optional

Description

options.suiteAppId

string

required

The id of the SuiteApp.

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/suiteAppInfo Module Script Sample.

            // Add additional code
...
var isSuiteAppInstalled = suiteAppInfo.isSuiteAppInstalled({
    suiteAppId: 123
});
...
// Add additional code 

          

Related Topics

N/suiteAppInfo Module
SuiteScript 2.x Modules
SuiteScript 2.x

General Notices