Update Dimensions - Workday Adaptive Planning Data Target Requirement
DataBlend supports the standard API calls to Update Dimensions 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 |
---|---|---|---|
0 | allversions | No | "1" means the dimension value is available in all plan versions, "0" means it is not. If allVersions is missing, the default value is 1. |
0 | autocreate | No | |
available | No | If 1 this dimension value is available in this version. | |
description | No | ||
123 | id | Yes | |
0 | keepsorted | No | |
1 | listdimension | No | |
Customer | name | No | |
12 | parentid | No | |
Dimension | rowtype | No | |
shortname | No | The short name for the dimension, if any, as entered in Dimension Administration | |
useonlevels | No | "1" means this dimension can be used on levels, "0" (or not specified) means it can't. | |
value | No |
The value of the dimension attribute.
If Dimension import automatically creates attribute values is enabled in the dimension attribute administrator UI, any attribute value that does not already exist becomes a new attribute value at the root dimension.
|
More questions about API requirements? Please visit the Workday Adaptive Planning API site https://doc.workday.com/adaptive-planning/en-us/integration/managing-data-integration/api-documentation/metadata-and-data-create-update-and-read-methods/skf1623708608121.html.