This article explains how to import Rank Codes into APM
Workflow
- Download the attached excel template for the Rank Codes import.
- Fill in the data in columns:
Code - max 10 symbols, capital letters only, spaces and some of the special signs are not allowed (e.g. !,?,*,%);
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; - Copy the sql select for those lines into the SQL Studio;
- Use CTRL+F in SQL Studio to search for all lines with ".
Substitute all the signs " with the empty values. - Run the insert statement.
- Refresh APM and open General Codes. You will see that the new Ranks were added into the system.
- We recommend you to run the insert in the Test system first to see that it works fine and only after apply the same changes in Prod.