Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. | |
Input data | Optional | Not available | Select a component on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resource. ![]()
|
|
Record ID | Required | Available | Specify the ID of the record of which the table belongs to. | |
Table field code | Required | Available | Specify the field code of the table. | |
Delete all the data of the table | Optional | Not available | Set whether or not to delete all data.
|
|
Table field list | Required | - | Specify the table field. |
|
Table field list/Key | Required | Not available | Select keys to be included in delete conditions.
|
|
Table field list/Field name | Optional | Not available | Field name is displayed. | |
Table field list/Field code | Optional | Not available | Field code is displayed. | |
Table field list/Field type | Required | Not available | Field type is displayed. |
Item name | Description | Remarks |
---|---|---|
Get table list | Retrieves the table field code from kintone application and displays it in [Table field code]. | |
Update field list | Retrieves the field information from the table specified in [Table field code] and sets it to [Table field list]. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component variable name | Description | Remarks |
---|---|---|
count | The number of deleted data is stored. |
|
message_category | When an error occurs, the corresponding message code's category is stored. |
|
message_category | When an error occurs, the corresponding message code's category is stored. |
|
message_code | When an error occurs, the corresponding message code is stored. |
|
message_level | When an error occurs, the corresponding message code's severity is stored. |
|
error_type | When an error occurs, the error type is stored. |
|
error_message | When an error occurs, the error message is stored. |
|
error_trace | When an error occurs, the error's trace information is stored. |
|
Exception name | Cause | Solution |
---|---|---|
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition specified in [Destination] is not found. | Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. | Specify [<property name>]. |
KintoneResponseStatusException <status code><contents of status code> <contents of error> |
An error occurred during kintone processing. | Check the settings according to the error message. |
org.apache.http.client.ClientProtocolException | [Subdomain name] is invalid. | Check [Subdomain name] of [Destination]. |