#7837
Support 3
Participant

    I don’t think you can access the Birthday field as the field object type is reserved. See the following thread for more information about this issue:
    http://www.advansyscorp.com/forums/topic/9331070501/

    In Formativ, you have option to use the native GroupWise address books object or the Formativ wrapping of the address books object. See the comments from the Formativ Language guide:

    quote:


    Property AddressBooks
    Read only property which provides access to the Formativ AddressBooks object.

    Syntax
    groupwise.AddressBooks(): Addressbooks

    Value
    This is a Read Only property. It returns a variable of type Addressbooks.

    Remarks
    This object represents the Formativ wrapping of the GroupWise address books. It is provided in order to make it simpler to access fields, especially in multi-lingual GroupWise clients. If you require access to the native GroupWise address books object model, access the GroupWise.Account.AddressBooks property.


    Regards,
    Advansys Support