Adding a new identifier to an existing identifier screen
You can add a new identifier to an existing identifier screen.
Procedure
- Create an identifier HTML file corresponding to the new identifier that you want to add to the list of existing identifiers.
- 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 theextn
folder in same path as the original identifier screen. For example,extn/common/address/display/identifiers/SL/AddressDisplay.html
- Retain all existing entries and add an entry in the
<IdentifierList>
element of theExtnScreenIdentifiers.xml
file. For example:<Identifier identifierId="SL" description="<provide appropriate desc>"/>
. - Restart the server after making the required changes.