Workday Tenant Information - 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 LOB Broker web.config file, locate the <client> section. Ensure that the Workday Tenant information is set for each <endpoint> attribute.

<endpoint address="https://[WORKDAY DOMAIN]/ccx/service/[TENANT]/Financial_Management/v28.0" binding="customBinding" bindingConfiguration="Workday_Binding" behaviorConfiguration="WorkdayActivityBehavior" contract="FM.Financial_ManagementPort" name="Financial_Management" />

<endpoint address="https://[WORKDAY DOMAIN]/ccx/service/[TENANT]/Resource_Management/v28.0" binding="customBinding" bindingConfiguration="Workday_Binding" behaviorConfiguration="WorkdayActivityBehavior" contract="RM.Resource_ManagementPort" name="Resource_Management" />

<endpoint address="https://[WORKDAY DOMAIN]/ccx/service/[TENANT]/Revenue_Management/v28.0" binding="customBinding" bindingConfiguration="Workday_Binding" behaviorConfiguration="WorkdayActivityBehavior" contract="RevenueManagement.Revenue_ManagementPort" name="Revenue_Management" />

<endpoint address="https://[WORKDAY DOMAIN]/ccx/service/[TENANT]/Human_Resources/v28.0" binding="customBinding" bindingConfiguration="Workday_Binding" behaviorConfiguration="WorkdayActivityBehavior" contract="HR.Human_ResourcesPort" name="Human_Resources" />

<endpoint address="https://[WORKDAY DOMAIN]/ccx/service/[TENANT]/jcarlson/Hyland_AP_Currency_Report" behaviorConfiguration="WorkdayActivityBehavior" binding="customBinding" bindingConfiguration="Workday_Binding" contract="CurrencyReport.ReportPort" name="CurrencyReport" />