Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Capability

The 'Equipment Catalog Import' allows Users to update and Import records into the Equipment Catalog grid.

Matches On

The Equipment Catalog Import matches on Part Number. If there is no match, the record from the Import will INSERT. If there is a match, the remaining fields can UPDATE.

Important Notes

Fields that are mapped with Column Mappings or Conditional Logic and are left blank are saved as NULL (this will overwrite existing data for updates).

Fields

Part Number

Required.
Datatype is String.

Description

Conditionally Required if INSERT.
Datatype is String.

Parent Equipment Catalog

Datatype is Hierarchical String.
Value must be an existing Equipment Catalog.

Part Number Barcode

Datatype is String.

Manufacturer

Datatype is String.

Manufacturer Part Number

Datatype is String.

Maximum Quantity

Datatype is Number.

Warranty

Datatype is List.
Value MUST be one of the WARRANTY_LENGTH values. See the List Values wiki page for more information.

Width

Datatype is Number.

Height

Datatype is Number.

Slots

Datatype is Number.

Units (Unit of Measurement)

Datatype is List.
Value MUST be one of the UNIT values. See the List Values wiki page for more information.

Revenue GLA

Datatype is Hierarchical String.
Value must be an existing active revenue GLA.

Revenue Object Code

Datatype is String.
Value must be an existing active Object Code
.

Expense Object Code

Datatype is String.
Value must be an existing active Object Code
.

Worker Install Time

Datatype is Duration.

Worker Remove Time

Datatype is Duration.

Category

Datatype is Boolean.

Assignable

Datatype is Boolean.

Orderable

Datatype is Boolean.

Location Required

Datatype is Boolean.

Asset

Datatype is Boolean.

Consumable

Datatype is Boolean.

Billable

Datatype is Boolean.

Prorate

Datatype is Boolean.

Has Units

Datatype is Boolean.

Contiguous

Datatype is Boolean.

Cabling Equipment

Datatype is Boolean.

Provisioned

Datatype is Boolean.

Call Manager Model

Datatype is String.
Value must be an existing Service Device.

Child Tables:

Default Charges

By default when inserting default charges the first occurrence of a default charge in the import will clear that records default charges and insert the new default charge. Subsequent inserts of default charges for that import will be appended to the record.

Updating - Default Charges cannot be updated. In order to update a default charge you will need to import all the default charges for that Equipment Catalog.

Inserting - Importing a default charge will clear existing default charges as explained above and insert the new record. If you want to append a default charge to the record without clearing the existing default charges, set the Default Charges Clear flag to false.

Charge Catalog

Datatype is Hierarchical String.
Value must be an existing Charge Catalog.

Charge Type

Datatype is List.
Value MUST be one of the CHARGE_TYPE values. See the List Values wiki page for more information.

Override Amount

Datatype is Number.

Quantity

Datatype is Number.

Flags

Default Charges Clear

Datatype is Boolean.
By default the value is set to true, and it's effects will take place for all default charge inserts regardless if this field is mapped or not.
If true, the import will clear that records default charges and insert the new default charge.
If false, default charges will be appended to the record.

Errors:

These errors display if the record save fails:

  • Error : Required field '<FieldName>' was missing from the import file format
  • Error : Required field '<FieldName>' was blank
  • Error : Field '<FieldName>' was not found
  • Error : Field '<FieldName>' was not active
  • Error : Field '<FieldName>' requires "Provisioned" to be set
  • Error : Field '<FieldName>'  requires a Communication Module License
  • Error : Field "Revenue GLA" was not revenue
  • Error : Field '<FieldName>' is not allowed for the given Charge Catalog
  • Error : Field "Charge Catalog" found multiple catalogs with the same name. Field "Charge Type" required to uniquely identify desired catalog
  • Error : Field "Charge Catalog" not allowed for the given Equipment Catalog. The Catalog is not billable.
  • Error : Field '<FieldName>' requires the field "Charge Catalog" to be in the import file format
  • Error : Catalog cannot be both '<FieldName>' and '<FieldName>'
  • Error :  '<FieldName>' Catalog MUST also be '<FieldName>'



  • No labels