The Stock# Keyword Type was originally configured with a Keyword Type mask of AAAA.
One of the documents in the system has a current Stock# Keyword Value of ABCD. The mask is later changed to 0000. The current Keyword Value of ABCD is not valid in the new mask because the mask is now configured to accept only numeric values. This incompatibility results in an invalid Keyword Value that is not properly displayed for the document.
Original Keyword Mask |
Stored Keyword Value |
Displayed Keyword Value |
---|---|---|
AAAA |
ABCD |
ABCD |
Modified Keyword Mask |
Stored Keyword Value |
Displayed Keyword Value |
---|---|---|
0000 |
ABCD |
Blank, because ABCD is not numeric |