Solution Artifact: OrderHeaderSubscription.xml
Applies to: SharePoint Server 2010
This topic presents the contents of the OrderHeaderSubscription file that is used in the Customer Orders declarative Outlook solution.
<?xml version="1.0" encoding="utf-8"?>
<Subscription LobSystemInstanceName="AdventureWorksContosoLOBInstance" EntityNamespace="AdventureWorksContoso" EntityName="OrderHeader" Name="AdventureWorksContosoOrderHeaderSubscription" View="GetSalesOrderHeaderById" IsCached="true" RefreshIntervalInMinutes="360" xmlns="https://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">
<Queries>
<Query Name="AdventureWorksContosoOrderHeaderQuery" MethodInstanceName="GetSalesOrderHeaders" DefaultDisplayName="OrderHeader Read List" RefreshIntervalInMinutes="180" IsCached="true" Enabled="true" />
</Queries>
</Subscription>