ODBC Driver for Kintone

Build 26.0.9655

ActionSettings

Provides full access to the action rules that automate record creation or updates across Kintone apps, allowing administrators to audit or adjust how cross-app workflows operate.

Select

WHERE 句ではAppId カラムが必須です。本製品 はKintone API を使用してこのカラムによる結果をフィルタリングします。デフォルトでは、本製品 はクライアント側で本製品 内で他のフィルタを処理します。

例えば、次のクエリはサーバー側で処理されます。

SELECT * FROM ActionSettings WHERE AppId = 6
SELECT * FROM ActionSettings WHERE AppId = 6 AND Lang = 'en'
SELECT * FROM ActionSettings WHERE AppId = 6 AND IsPreview = false

Update

ActionSettings を更新するには、Actions を集計として指定します。ActionSettings を更新するには、AppId カラムが必須です。

UPDATE ActionSettings SET Actions = '{"Action_Z":{"name":"Action_A","index":"0"}}' WHERE AppId = 6

Columns

Name Type ReadOnly References Description
AppId Integer False

Identifier of the Kintone app whose action settings are being retrieved or updated.

Id [KEY] String True

Unique identifier of the action, used to reference or update a specific automation rule.

Index String False

Zero-based position of the action within the app's action list, reflecting the order in which actions are displayed.

Name String False

Name assigned to the action, typically used to describe its purpose within the app's workflow.

DestApp String False

Identifier of the destination app where records are copied when the action is executed.

DestCode String False

App code of the destination app, with an empty string returned when no app code is configured in that app's settings.

Mappings String False

Array of objects that define field mapping settings for the action, with an empty array returned when no mappings are configured.

Entities String False

Array of objects listing the users, groups, or departments that are allowed to use the action, excluding inactive or deleted entities.

Revision String False

Revision number of the app settings, allowing you to track configuration versions during updates.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるデータを詳細に制御することができます。

Name Type Description
Lang String

Locale code used to retrieve action settings in a specific language.

IsPreview Boolean

Indicates whether to retrieve action settings from the preview environment ('true') or from the live environment ('false'). The default value is 'true'.

Actions String

Value used only when performing an update to supply modified action settings.

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