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, then do the following to determine whether the attribute is already being used:
3. From the Domino Designer, open ACMENAMES.NTF.
4. Do one of the following:
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)
See also