Vince's Dominolog 
About Lotus and other stuff
SnT Thursday: Fun with Synonyms
A keyword field set to allow synonyms will show the values left of the '|' in a list, but stores the value to the right.
If you want to store both values but don't want do an additional lookup, you could access both values using LotusScript;
The selected value by uidoc.FieldGetText("productID") and the stored value using uidoc.Document.ProductID(0).
Technorati tag: Show-n-Tell Thursday
 
  comments (2)