2.2.4.81 CustomFieldAssociation
The CustomFieldAssociation specifies an association between two custom fields defined in IPAM.
-
<xs:complexType name="CustomFieldAssociation"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="CustomField1" nillable="true" type="ipam:CustomField" /> <xs:element minOccurs="0" name="CustomField2" nillable="true" type="ipam:CustomField" /> <xs:element minOccurs="0" name="CustomFieldValueAssociations" nillable="true" type="sys:ArrayOfTupleOfCustomFieldValueCustomFieldValuenTEz2bI_S" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
CustomField1: One of the custom fields of this association. CustomField1 is associated with CustomField2.
CustomField2: The second of the custom fields of this association. CustomField2 is associated with CustomField1.
CustomFieldValueAssociations: The set of values of the associated custom fields.