LOB Broker Integration Section - AP Automation - Workday - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

AP Automation - Workday

Platform
OnBase
Product
AP Automation - Workday
Release
Foundation 23.1
License
Premier
Standard
Essential

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> -->