New fields in person documents

Hi. I’ve got a question about new fields in person documents. Is it possible and wise to modify the person document for new fields?I have an other tab in the person document which is empty. Is this tab for my own fields?

I need some extra information for the persons and no field matches. I googled for this but had no luck. Is there a how to available how I could manage this?

Thanks

Micha

Subject: New fields on person document

Create a new subform to contain your fields then add your subform to the $PersonExtensibleSchema.

To include in the LDAP schema, your subform should contain a hidden field named $YourSubformName

Computed when Composed

with the formula

FIELD $objectclass := $objectclass : “YourSubformName”;1

You will have to re-add the subform to the $PersonExtensibleSchema after server upgrades that change the NAB design.

Subject: New fields…

Thanks for your awnser.I’ll give it a try.

Best regards

Micha Blankenburg

Edit:

Works fine! Thanks for you hint.