JDBC Driver for Workday

Build 23.0.8839

RunBudgetCheck

Creates a budget check for transactions.

Workday Resource Information

Creates a budget check for transactions.

Secured by: Budgets REST APIs

Scope: Budgets

Aggregate Fields

The 本製品 represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.

This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.

TransactionLines_Aggregate


[{
  transactionAmount: Currency /* The Transaction Amount for the budget check transaction. */
  planInformation: [{
      spendAmount: Currency /* The Current Spend Amount for the \~plan\~ with budget check enabled. */
      ledgerAccountOrLedgerSummary: { /* The Ledger Account or Ledger Account Summary for the \~plan\~ with budget check enabled. */
          descriptor: Text /* A preview of the instance */
          id: Text /* Id of the instance */
      }
      lineStatus: { /* The budget check status for each \~plan\~ with budget check enabled, for each transaction line. */
          id: Text /* Id of the instance */
          descriptor: Text /* A preview of the instance */
      }
      planAmount: Currency /* The Current \~Plan\~ Amount from the \~plan\~ with budget check enabled. */
      plan: { /* The \~Plan\~ with budget check enabled. */
          descriptor: Text /* A preview of the instance */
          id: Text /* Id of the instance */
      }
      currency: { /* The company base Currency for the transaction amount. */
         *id: Text /* wid / id / reference id */
          descriptor: Text /* A description of the instance */
          href: Text /* A link to the instance */
      }
      accountingWorktagsOrAggregationDimension: [{
          descriptor: Text /* A preview of the instance */
          id: Text /* Id of the instance */
      }]
      availableAmount: Currency /* The Available Amount for the \~plan\~ with budget check enabled. */
      aggregatedTransactionAmount: Currency /* The Aggregated Transaction Amount for the \~plan\~ line with budget check enabled. */
  }]
  ledgerAccount: { /* The Transaction Ledger Account for the budget check transaction. */
      descriptor: Text /* A preview of the instance */
      id: Text /* Id of the instance */
  }
  accountingWorktags: [{
      id: Text /* Id of the instance */
      descriptor: Text /* A preview of the instance */
  }]
  currency: { /* The company base Currency for the budget check transaction. */
      descriptor: Text /* A preview of the instance */
      id: Text /* Id of the instance */
  }
  bookCode: { /* The Transaction Book Code for the budget check transaction. */
      descriptor: Text /* A preview of the instance */
      id: Text /* Id of the instance */
  }
}]

Input

Name Type Description
Company_Descriptor String A preview of the instance
Company_Id String Id of the instance
InflightTransactionDate Datetime The transaction Date for the budget check transaction.
OverallStatus_Descriptor String A preview of the instance
OverallStatus_Id String Id of the instance
TransactionLines_Aggregate String A JSON aggregate. The transaction Lines for the Budget Check transaction.

Result Set Columns

Name Type Description
Company_Descriptor String A preview of the instance
Company_Id String Id of the instance
InflightTransactionDate Datetime The transaction Date for the budget check transaction.
OverallStatus_Descriptor String A preview of the instance
OverallStatus_Id String Id of the instance
TransactionLines_Aggregate String A JSON aggregate. The transaction Lines for the Budget Check transaction.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839