ADO.NET Provider for Xero WorkflowMax

Build 23.0.8839

IncludeCustomFields

Determines if Custom Fields should be included as table columns or not. Including CustomFields will impact the performance.

データ型

bool

デフォルト値

false

解説

It is possible to create custom fields in Xero WorkflowMax. To retrieve their values you can set IncludeCustomFields=true as a connection property. Doing so will list the custom fields created as table columns. These custom fields can also be updated for ex.

UPDATE Costs SET CF_1='new CF value' WHERE ID='CostID'
Note: You can still update custom fields even when a specific table doesn't support UPDATE operation.

Custom Fields are very expensive. They require one request per record to retrieve. For this reason, they are disabled by default.

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