/
RELATIONSHIP OBJECT

RELATIONSHIP OBJECT

Defines a relationship between 2 contacts (e.g. mother and son)

RELATIONSHIP PROPERTIES

PROPERTY

NAME

TYPE

DESCRIPTION

PROPERTY

NAME

TYPE

DESCRIPTION

#RELATIONTSHIP.PARENT

parent

CONTACT

The first member of the relationship

#RELATIONTSHIP.CHILD

childĀ 

CONTACT

The second member of the relationship

#RELATIONSHIP.TYPE

type

RELATIONSHIP CODES

Indicates the type of relationship between the CONTACTS

#RELATIONTSHIP.RELATIVE

relative

RELATIVE CODES

This field has only value if #RELATIONSHIP.TYPE = "FAMILY"

The relationship from PARENT to CHILD. For example if John is uncle of Mary (Mary is daughter of John's sister), then the properties of the RELATIVE object would be:

  • PARENT = John

  • CHILD = Mary

  • CODE = SIBLING(F).CHILD(F)

For more information about relationships see RELATIVE CODES



Related content