Code Assist MCP for Workday

Build 26.0.9655

FlattenSubfields

Whether to expand single instance, currency, and multi-instance columns into multiple subfield columns.

Data Type

bool

Default Value

true

Remarks

Note: This connection property only applies when ConnectionType is set to WQL.

By default, the server automatically flattens certain WQL field types into two columns each:

  • Single instance and Self referencing instance fields are split into an .id column and a .descriptor column.
  • Currency fields are split into a .value column and a .currency column.
  • Multi-instance fields are split into .id and .descriptor columns when ExpandMultiValues is set to True.

Set this connection property to False to disable all subfield flattening. When disabled, all field types are exposed as a single column and the server returns the raw value from Workday for each field.

For example, with this property set to True (the default), a primarySupervisoryOrganization single instance field is exposed as two columns:

  • primarySupervisoryOrganization.id
  • primarySupervisoryOrganization.descriptor

With this property set to False, the same field is exposed as one column:

  • primarySupervisoryOrganization

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655