what are the different parameters based on which @unique in Lotus Notes returns a unique value.
what are the different parameters based on which @unique in Lotus Notes returns a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The documentation is incorrect when it says that @Unique() returns a “random, unique text value”. It is not random, and in fact there is no random component of the value. It is not guaranteed to be unique.
The return value of @Unique is based on the username and the date/time. The first four characters are: First letter of first name + First letter of last name + Second letter of last name + Last letter of last name. The final six characters are a date/time stamp with a resolution of 1 second. I do not know how the encoding for that works. This value will always increase with time.