Share this post on:

DeleteItemTypes

Deletes specified item types.

DeleteItemTypes Parameters

types : String[]
Array of item types to delete.
Each item can be full item type name or ID.

DeleteItemTypes Examples

CreateTask('DeleteItemTypes', { Key = Value })

Import

Imports package with solutions structure.

Import Parameters

Package : Url
URL to zip file or directory with solutions structure.

RemovePackage : Boolean = false
True to remove the package after importing.

Update : Boolean = false
True to update solutions if they exist.

Recover : Boolean = false
True to recover the following import errors:

  • All references to non-existing users will be replaced by the current user
  • All items importing errors will be ignored.

Exact : Boolean = false
True to work in exact mode (remove all old types and views that are not defined in the package).

CustomIdentifiers : Boolean = false
True to set custom values for identifiers from package if provided.

Import Examples

CreateTask('Import', { Key = Value })

Install

Installs an application module.

Install Parameters

Package : Url
App module package to install.

RemovePackage : Boolean = false
True to remove the package file after installing.

Install Examples

CreateTask('Install', { Key = Value })

Uninstall

Uninstalls specified application module.

Uninstall Parameters

Uid : String
App module ID to uninstall.

Uninstall Examples

CreateTask('Uninstall', { Key = Value })
Share this post on:

Leave a Comment

Your email address will not be published. Required fields are marked *