2.2.4.37 CustomFieldPartialValue
The CustomFieldPartialValue complex type specifies the custom field value with minimum information when compared to that of CustomFieldValue. This management server SHOULD use this to return the custom field values during the enumeration operations. The management client MUST NOT use this to specify custom field value. The management client MUST instead always use the CustomFieldValue complex type for specifying custom field values.
-
<xs:complexType name="CustomFieldPartialValue"> <xs:sequence> <xs:element minOccurs="0" name="ParentCustomFieldId" nillable="true" type="xsd:long" /> <xs:element minOccurs="0" name="ParentCustomFieldType" nillable="true" type="ipam:CustomFieldType" /> <xs:element minOccurs="0" name="Value" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ValueId" nillable="true" type="xsd:long" /> </xs:sequence> </xs:complexType>
ParentCustomFieldId: This specifies the custom field for which the value is specified.
ParentCustomFieldType: This specifies the type of the custom field for which the value is specified.
Value: This specifies the value of the custom field if the ParentCustomFieldType specifies CustomFieldType.Freeform.
ValueId: This specifies the RecordId of the value for the custom field if the ParentCustomFieldType is CustomFieldType.Multivalued.