Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With AssetTrack, ServiceNow customers can now streamline asset lifecycle tracking using AssetTrack's enterprise-class barcode and RFID tracking solution.  This includes receiving, IMAC, retirement, physical inventory & audit functions using smartphones, scanners, RFID readers, spreadsheets and a programming API.


System Requirement

The AssetTrack ServiceNow integration requires an instance of AssetTrack Server, which is licensed from AMI.  Contact sales@amitracks.com for a quote.  The integration is easily added to an existing AssetTrack installation version 3.6 or greater by applying a new license key.  Customers on previous versions must upgrade to version 3.6 before the ServiceNow integration module can be installed.

...

SourceColumnsOutput: "{0}, {1}"

Would result with:

Location name: Howell, Michigan


Example:

SourceColumns: ["city", "state"]

SourceColumnsOutput: "{1}, {0}"

Would result with:

Location name: Michigan, Howell


Example:

SourceColumns: ["city", "state"]

SourceColumnsOutput: "{1}_ {0}"

Would result with:

Location name: Michigan_ Howell


Default values are joined by " - " if SourceColumnsOutput is not specified. The default separator can be overridden with OutputSeparator.

...