Home >Weblog
Thursday, March 29, 2007
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
1.   Re: SnT Thursday: Fun with Synonyms
Karl-Henry Martinsson on 03/29/2007 08:29:28 PM
That tip only works if the document has been saved, right? If it is a new document, will it still work?
2.   Re: SnT Thursday: Fun with Synonyms
Vince on 03/29/2007 08:52:25 PM
Discussion for this entry is now closed