Legacy platform

Adding a new identifier to an existing identifier screen

You can add a new identifier to an existing identifier screen.

Procedure

  1. Create an identifier HTML file corresponding to the new identifier that you want to add to the list of existing identifiers.
  2. Copy the new identifier HTML file to the directory where the original identifier HTML file exists. For example, consider the Address Display screen. If you want to add an identifier say SL (Srilanka), copy AddressDisplay.html for SL to the extn folder in same path as the original identifier screen. For example, extn/common/address/display/identifiers/SL/AddressDisplay.html
  3. Retain all existing entries and add an entry in the <IdentifierList> element of the ExtnScreenIdentifiers.xml file. For example: <Identifier identifierId="SL" description="<provide appropriate desc>"/>.
  4. Restart the server after making the required changes.