Skip to main content
Version: 1.8.0

ITAM Application Deployment

tip

Role required: admin

To deploy the ITAM application, complete the following steps:

  1. Install the ITAM application.
  2. (optional) Deploy demo data.

To install the ITAM application for the first time, use the full version pack. To update the application from the previous versions, use the update packages.

Full version deployment

caution

Ensure you are going to install the ITAM application 1.8.0 on:

  1. Install the [ITAM]_1_8_0_full.sop package.

  2. In the Simple Application, add a new column Corresponding asset (corresponding_asset_id) to the Default form view of the Configuration Item (sys_cmdb_ci) table to ensure proper visualization of the relationship between the asset and the current configuration item.

  3. (optional) If the ITSM application is installed on your instance and you require communication between these applications, install the [ITAM]_ITAM_1_3_1_ITSM_1_12_1_full.sop package and configure the ITAM-ITSM Connector. Once configured, you do not need to reconfigure it as it remains actual for further updates.

  4. (optional) Upload the [ITAM]_1_8_0_master_data_EN_full.sop package that contains ITAM record labels from the Form Label (sys_color_table_label) table in English.

    caution

    After the package is installed, the record labels in Russian will be replaced with the English ones.

  5. (optional) By default, asset and nomenclature names are created in Russian. In case you need them to be in English, when in the ITAM application, change the itam.cmdb.naming.language_code system property value to en.

Update installing

Install all versions and patches in their release order.

Example:

To update the application from version 1.1.1 to 1.8.0, sequentially install the update packages in the following order: 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0, 1.4.1, 1.4.2, 1.5.0, 1.6.0, 1.6.3, 1.7.0, and 1.8.0. Always follow the version deployment instructions.

Update version 1.7.0 to version 1.8.0

caution

Ensure you are going to install the ITAM application 1.8.0 on:

  1. Install the [ITAM]_1_7_0.sop package.

  2. (optional) Install the ITAM-ITSM Connector and configure the forms if not done earlier.

  3. (optional) Add record labels in English using one of the packages:

    • If ITAM Record Labels have already been installed to your instance with the previous version, upload the [ITAM]_1_8_0_master_data_EN.sop package that contains updated record labels.

    • To install record labels in English for the first time, use the [ITAM]_1_8_0_master_data_EN_full.sop package. It contains English record labels for ITAM tables in the Record Label (sys_color_table_label) table.

    caution

    After the package is installed, the record labels in Russian will be replaced with the English ones.

  4. (optional) By default, asset and nomenclature names are created in Russian. In case you need them to be in English, when in the ITAM application, change the itam.cmdb.naming.language_code system property value to en.

Populating the Total costs and Default value fields with relevant values on the asset form

In this version, we added a mechanism that automatically calculates the total cost for each asset based on the sum of all related, non-cancelled actual cost items. When related cost items are added, the Default currency field on the asset form is now automatically set to the currency specified in the currency.default system property. Total costs are calculated in this currency.

note

Follow the instructions below only if records of actual cost items already exist on your instance when you upgrade the version.

To populate the Total cost and Default currency fields, run the [ITAM] Update assets - total cost and currency script as follows:

  1. Ensure that the required default currency is selected in the currency.default system property.

  2. Ensure that exchange rates are loaded in the Currency exchange rates (currency_exchange_rate) table on your instance, including the currency specified in the currency.default system property. For more information about loading exchange rates, see Currency.

  3. Navigate to System SchedulerScheduled Scripts.

  4. Open the [ITAM] Update assets - total cost and currency script record, also available at {instance URL}/record/sys_schedule_script/177565304110039092 address, and configure the fields as follows:

    FieldValue
    ActiveYes
    Run frequencyOnce
    Run date and time

    Specify the time when the system load is minimal, for example, after midnight.

    Example: 2025-09-01 01:01:00

    The system will run the script according to the time set in the Preferences menu of the platform, not the time set on your device. If they differ, for your convenience, edit the time zone in the Preferences so that it coincides with the time on your device.

As a result, the Total cost and Default currency fields on the asset form are populated with the relevant data.