Versions Compared

Key

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

This article explains how to import Rank Codes into APM

Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

Workflow

  1. Download the attached

excel
  1. Excel template for the Rank Codes import (at the bottom).

Import Rank Codes.xlsx
  1. Fill in the data in the columns:
    Code - max 10 symbols, capital letters only, spaces and

spaces and
  1. some of the special signs are not allowed (e.g. !,?,*,%);


          
  1. However, there are still signs that are allowed (/,&). So you'd better test it by adding dummy Rank Code under General Codes from the user interface;
    Name - varchar (max 40 symbols);
    Sort - integer values in range 0-999;

Image Removed
  1. Image Added

  2. Copy the

sql
  1. SQL select for those lines into the SQL Studio;

    Image Modified

  2. Use CTRL+F in SQL Studio to search for all lines with ".
    Substitute all the signs " with the empty values.

Image Removed
  1. Image Added

  2. Run the insert statement.

    Image Modified

  3. Refresh APM and open General Codes. You will see that the new Ranks were added into the system.


Image Removed
  1. We recommend you to

do this
  1. run the insert in the Test system first to see that it works fine and only after apply the same changes in Prod.

Template

View file
nameImport Rank Codes.xlsx