Domino Code Fragment
| Code Name* Force the value of a field to be unique. | Date* 06/09/2026 | Source (or email address if you prefer)* [email protected] IP address:.104.23.243.66 | |
| Description* How to force the value of a field to be unique? | Type* Formula | Categories* (Misc) | |
| Implementation: | Required Client: | Server: |
| Limitations: | Comments: This formula first checks to make sure a value is entered. If a value is entered, it then uses that value as a key to lookup into the Company code view for a document containing that company code; if no document with that code is found, an error condition is created, which satisfies the @IsError @Function, and returns @Success. If a document with that code is found, the code is returned, which does not satisfy the @IsError function, causing the @Failure message to be returned. | |