Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.