entity-resource-descriptors Schema
SupportsHistory Element
entity-resource-descriptors Schema : SupportsHistory Element

Glossary Item Box

Description

true indicates that this entity's fields can be customized in the user interface to support history. The URL attribute is the regular expression for getting history records.
Namespace (none)

Type

Diagram

SupportsHistory Element

Overview

SupportsHistory BooleanWithURLType Complex Type
true indicates that this entity's fields can be customized in the user interface to support history. The URL attribute is the regular expression for getting history records.
url required xs:string

Source

<xs:element name="SupportsHistory" type="BooleanWithURLType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                true indicates that this entity's fields can be customized in the user interface to support
                history. The URL attribute is the regular expression for getting history records.
            </xs:documentation>
  </xs:annotation>
</xs:element>

See Also