~Cheryl ElhipigenlenMay 6, 2014, 2:48 AM366 PostsCreate a view based upon that field When you validate that field you can get the view column as a collection and see if the newly typed value is a member of that collection. If it is then validation fails and they have to type in another Value
~James FezboosimarettuMay 6, 2014, 4:47 AM10 PostsThank you Thank you for your answer. I guess it was something like that. But how will i use it and where will i trigg it when i use xpages validation for fields?
~Cheryl ElhipigenlenMay 6, 2014, 1:24 PM366 PostsIn the querySave event of the document data source is where I do my field validations. If this event returns "false" then the document is not saved and the page remains open. Use SSJS to do the lookup.