customFieldsDto Data Type

The Class CustomFieldsDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
customField customFieldDto element 0/unbounded The custom field.
inheritedCustomField customFieldDto element 0/unbounded The inherited custom field.

Example

<CustomFields>
  <customField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
    <fieldType>...</fieldType>
    <languageDescriptions>
      <languageCode>...</languageCode>
      <description>...</description>
    </languageDescriptions>
    <stringValue>...</stringValue>
    <dateValue>...</dateValue>
    <longValue>...</longValue>
    <doubleValue>...</doubleValue>
    <booleanValue>...</booleanValue>
    <listValue>
      <value>
        <dateValue>...</dateValue>
        <doubleValue>...</doubleValue>
        <longValue>...</longValue>
        <stringValue>...</stringValue>
        <entityReferenceValue/>
        <childEntityValue/>
        <booleanValue>...</booleanValue>
      </value>
    </listValue>
    <mapValue>...</mapValue>
    <entityReferenceValue classname="..." classnameCode="..." code="..."/>
    <indexType>...</indexType>
    <fileValue>...</fileValue>
    <formattedValue code="..." description="..." id="...">
      <singleValue>...</singleValue>
      <listValue>...</listValue>
      <mapValue>...</mapValue>
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </formattedValue>
    <guiPosition>...</guiPosition>
  </customField>
  <inheritedCustomField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
    <fieldType>...</fieldType>
    <languageDescriptions>
      <languageCode>...</languageCode>
      <description>...</description>
    </languageDescriptions>
    <stringValue>...</stringValue>
    <dateValue>...</dateValue>
    <longValue>...</longValue>
    <doubleValue>...</doubleValue>
    <booleanValue>...</booleanValue>
    <listValue>
      <value>
        <dateValue>...</dateValue>
        <doubleValue>...</doubleValue>
        <longValue>...</longValue>
        <stringValue>...</stringValue>
        <entityReferenceValue/>
        <childEntityValue/>
        <booleanValue>...</booleanValue>
      </value>
    </listValue>
    <mapValue>...</mapValue>
    <entityReferenceValue classname="..." classnameCode="..." code="..."/>
    <indexType>...</indexType>
    <fileValue>...</fileValue>
    <formattedValue code="..." description="..." id="...">
      <singleValue>...</singleValue>
      <listValue>...</listValue>
      <mapValue>...</mapValue>
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </formattedValue>
    <guiPosition>...</guiPosition>
  </inheritedCustomField>
</CustomFields>