suiteAppInfo.listInstalledSuiteApps()

Note:

The content in this help topic pertains to SuiteScript 2.0.

Method Description

Use this method to retrieve a list of successfully installed SDF SuiteApps, as an array of objects.

Returns

Object[]

Each object includes the following properties:

  • appId (string)

  • publisherId (string)

  • name (string)

  • version (string)

  • description (string)

  • dateInstalled (Date)

  • dateLastUpdated (Date)

  • installedBy (Installer object, which includes an integer id and a string name)

Supported Script Types

Client and server scripts

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

Governance

10 units

Module

N/suiteAppInfo Module

Sibling Module Members

N/suiteAppInfo Module Members

Since

2021.1

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 installedSuiteApps = suiteAppInfo.listInstalledSuiteApps();
...
// Add additional code 

          

Related Topics

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

General Notices