Name

sn_install_base.AssetIBIntegrationConstants

Description

Asset - Install base integration constants

Script

var AssetIBIntegrationConstants = Class.create();
AssetIBIntegrationConstants.prototype = {
  initialize: function() {
  },

  type: 'AssetIBIntegrationConstants'
};

//Table names
AssetIBIntegrationConstants.INSTALL_BASE_TABLE = 'sn_install_base_item';
AssetIBIntegrationConstants.ASSET_TABLE = 'alm_asset';
AssetIBIntegrationConstants.MODEL_CATEGORY_TABLE = 'cmdb_model_category';

//Field names
AssetIBIntegrationConstants.ASSET_FIELD_ON_IB = 'asset';
AssetIBIntegrationConstants.IB_FIELD_ON_ASSET = 'install_base';
AssetIBIntegrationConstants.IBCLASS_FIELD_ON_MODELCATEGORY = 'install_base_item_class';
AssetIBIntegrationConstants.ASSETCLASS_FIELD_ON_MODELCATEGORY = 'asset_class';

//Field mappings for install base to asset sync and asset to install base sync
AssetIBIntegrationConstants.IB_TO_ASSET_FIELDMAP = {
  'account': 'account',
  'consumer': 'consumer',
  'location': 'location',
  'install_date': 'install_date',
  'sys_id': 'install_base'
};
AssetIBIntegrationConstants.ASSET_TO_IB_FIELDMAP = {
  'location': 'location',
  'install_date': 'install_date',
};

Sys ID

f7800e89878a6510d3230e19dabb35df

Offical Documentation

Official Docs: