Solution Artifact: EditOrderHeader.xml

Applies to: SharePoint Server 2010

This topic presents the contents of the EditOrderHeader.xml file that is used in the Customer Orders declarative Outlook solution.

<?xml version="1.0" encoding="utf-8"?>
<Container ContainerType="InfoPath" FillParent="true" xmlns="https://schemas.microsoft.com/office/2009/05/BusinessApplications/Layout">
  <Children>
    <OBPart PartType="SyncState" DataSourceName="PrimaryEntityNameInContext" />
    <OBPart PartType="InfoPath" DataSourceName="PrimaryEntityNameInContext">
      <CustomProperties>
        <CustomProperty Name="FormLocation" Value="OrderHeaderTemplate.xsn" />
        <CustomProperty Name="IsSaveButtonVisible" Value="true" />
        <CustomProperty Name="IsCancelButtonVisible" Value="true" />
      </CustomProperties>
    </OBPart>
  </Children>
</Container>