Monday, January 2, 2012

Thing to be aware of when using "Generate unique keys.." in view

I had trouble with a couple of views today. The views had the option Generate unique keys in index checked.

When the views were replicated to other servers, they weren't built. When trying to open them I got the error message Entry not found in index

I found the solution on the Domino forums, add @IsUnavailable($Conflict) to the view selection.

1 comments:

Anonymous said...

I consider it a best practice to include this in the Selection Formula of all Lookup views.
@IsUnavailable($Conflict)