REFERENCE
To define an attribute for a new object class you have added to the Domino Directory, add a field to the appropriate subform.
Note Do not add the fields ListName or ServerName.
1. From the Domino Adminstrator or Notes client, choose the name for the attribute, and then complete Steps 2 - 5 to determine whether the attribute is already being used:
2. Open the Domino LDAP Schema database (SCHEMA.NSF) on a server that runs the LDAP service.
3. Select the All Schema Documents - LDAP Attribute Types view.
4. Do a full-text search for the name of the attribute you plan to define for the object class.
5. Do one of the following:
7. From the IBM® Lotus® Domino® Desinger, open ACMENAMES.NTF.
8. Do one of the following:
10. Next to the Name property, assign the field a name as described in Step 1.
11. Next to the Type property, choose one of the following data types, and keep "Editable" selected:
Where fieldname is the name you gave the new field.
For example, if you add the field "shoesize" and you want to require that all entries include values for the field, enter this formula:
@V2If(shoesize = ""; @Failure("shoesize is required"); @Success)
Related topics