In the Application Server web.config file, locate the following section and uncomment (remove the <!-- and --> from the beginning and end of the attribute) to enable this configuration:
<!-- Uncomment this section to enable LOB Broker Integration -->
<!--<Hyland.Integrations.LOBBroker.LOBBrokerConfigSection TraceLevel="5" >
<AccountsPayableAPI
VendorCacheSearchMinChars="1"
VendorMasterKeyedLookupOp="GetVenMasterRecordbyVenIDNCompID"
VendorMasterLookupSequence="GetVenMasterRecordbyVenIDNCompID, GetVenMasterRecordbyPONumNCompID, GetVenMasterRecordbyPhoneNCompID, GetVenMasterRecordbyTaxID, GetVenMasterRecordbyVATID, GetVenMasterRecordbyZipCodeNCompID, GetVenMasterRecordByVenAddressNCompID, GetVenMasterRecordbyWebSiteNCompID, GetVenMasterRecordbyBankAccountNumber, GetVenMasterRecordbyVenNameNCompID"
VendorMasterLookupReturnMultiple="false"
VendorCacheAutoCompleteResultsMax="30" />
<DataSources>
-->
<!--The relay endpoint will point to the WCF .config "endpoint" attribute "name".-->
<!--
<DataSource Name="APAcceleratorRelay"
API_Type="Hyland.Integrations.LOBBroker.AccountsPayableOperationSet"
API_DLL="Hyland.Integrations.LOBBroker.AccountsPayable.dll"
LOB_RelayEndpoint ="LOBBrokerEndpoint"
Schemas_DLL="Hyland.Integrations.LOBBroker.Schemas.dll">
<Operations>
<Operation Name="GetPONumberOpenList" NoInputArg="true" CacheRefreshMinutes="5" />
<Operation Name="GetVendorList" NoInputArg="true" CacheRefreshMinutes="60" />
<Operation Name="GetCompanyList" NoInputArg="true" CacheRefreshMinutes="720" />
<Operation Name="GetCurrencyCodesList" NoInputArg="true" CacheRefreshMinutes="720" />
<Operation Name="GetProcessLevelList" NoInputArg="true" CacheRefreshMinutes="720" />
<Operation Name="GetTermsList" NoInputArg="true" CacheRefreshMinutes="720" />
<Operation Name="GetFinancialWorktags" NoInputArg="true" CacheRefreshMinutes="720" />
<Operation Name="GetAccountCategoryList" NoInputArg="true" CacheRefreshMinutes="720" />
</Operations>
</DataSource>
</DataSources>
</Hyland.Integrations.LOBBroker.LOBBrokerConfigSection> -->