Server-side Metadata

As the changes to Asset only relate to additional fields, the server-side metadata should be identical to the metadata of the entity that is being overridden with one exception. An additional node, Override, is required. This additional node specifies whether or not the entity is brand new and which custom handcrafted classes need to be generated. For more information, see the Cúram Evidence Generator Specification - Appendix E.1.1 Override Node .

The following is the custom server XML metadata file for Asset:

          <EvidenceEntity>
  <Entity logicalName="Asset"
    relateEvidenceParticipantID="">
          <Override newEntity="No" customize="No" hook="Yes"
      relatedAttribute="No" validation="No" />
          <RelatedEntityAttributes exposeOperation="No"
      relatedEntityAttributes="No" />
    <Relationships/>
    <BusinessDates
      startDate="startDate"
      endDate="endDate"
    />
  </Entity>
</EvidenceEntity>