1. Knowledge Base
  2. How-To
  3. Workday Adaptive Planning Data Target Requirements

Update Accounts - Workday Adaptive Planning Data Target Requirement

Update Accounts - Workday Adaptive Planning Data Target Requirement

DataBlend supports the standard API calls to Update Accounts within Workday Adaptive Planning leveraging the Workday Adaptive Planning SDK. In addition, custom fields can be added for data that is unique to your business practices.

DataBlend Query Field Example 

Workday Adaptive Planning Object (API)

Required

Notes

16 id Yes
The internal system ID number for the account.This can be used to identify accounts in other API calls, such as exportDimensionFamilies.
Current Assets
name Yes
The name of the account, as it appears on reports and sheets.
Cur_Assets
code No  
Total current assets
description No  
CA shortName No  
E exchangeRateType No
Only present for instances with multicurrency enabled and for accounts with displayAs="CURRENCY". Possible values: any of the exchange rate type codes present in the instance, as configured in Manage Currencies. "A"=Monthly Average, "E"=End of Month.
1 hasSalaryDetail No  
PRIVATE dataPrivacy No
Choose whether the value of account is private (PRIVATE), public at top level only (PUBLIC_TOP) or public at all levels (PUBLIC_ALL). This defaults to PRIVATE.
0 isBreakbackEligible No  
1 proceedWithWarnings No Indicates whether the user wants to ignore warning messages and go ahead with the update operation: 0 for no, 1 for yes. If there are warnings and proceedWithWarnings=0, then account will not be updated. Set proceedWithWarnings=1 to update the account when there are warnings.