Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. | |
Input data | Required | Not available | Select the component on the script canvas. |
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select Global Resources.
|
|
Table Name | Required | Available | Enter the name of the Microsoft Dynamics AX table to write. | |
Action | Required | Not available | Select one action.
|
![]() |
Commit Type | Required | Not available | Select one commit type.
|
|
Input | Required | - | Set the schema definition specified in [Table Name]. | |
Input/Column Name | Required | Available | Enter the column name in the Microsoft Dynamics AX table.
You can set the first column of the file specified in property action of [Read column name from file] as the column name. |
|
Input/Data Type | Required | Not available | Select a data type for the column.
You can set the second column of the file specified in property action of [Read column name from file] as the data type. |
|
Input/Key | Required | Not available | Select the column as key for the update condition.
|
|
Item name | Description | Remarks |
---|---|---|
Read column name from file | Select the file in the file Selectr and set the first column of the file as the column name.
Set the second column of the file as the data type. |
|
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 input data that had been writen successfully. |
|
error_count | The number of input data that had been writen unsuccessfully. |
|
commit_type | The number of commit type. |
|
message_category | When an error occurs, the category to which corresponding message code belongs to is stored. |
|
message_code | When an error occurs, its corresponding message code is stored. |
|
message_level | When an error occurs, the severity of the corresponding message code is stored. |
|
error_type | When an error occurs, the type of the error is stored. |
|
error_message | The error message for the error occurred is stored. |
|
error_trace | Stack trace of the occurred error is stored. |
|
Exception name | Causes | Solution |
---|---|---|
ResourceNotFoundException Resource not defined.Name: [] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource not defined.Name:[<name of Global Resources>] |
Resource definition selected in [Destination] is not found. | Please check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Global resource name >:There is no BusinessConnector connection. |
Resource definition selected in [Destination] is not found. | Please check the global resource specified in [Destination]. |
BusinessConnectorException
<Global resource name > Required connection settings cannot be null. Cannot connect to AX server. |
[Destination]Resource definition is insufficient. | Please check all items of resource definition selected in [Destination]. |
InvalidPropertyConfigurationException
Table name cannot be null. |
[Table Name] is not set. | Enter [Table Name]. |
BusinessConnectorException
The operation failed. The record <Table Name> does not exist. |
[<Table Name>] may be incorrect. | Please check the name of table in Microsoft Dynamics AX. |
VerificationException
Action is wrong. |
[action] may be incorrect. | Please check the selection of [action]. |
InvalidPropertyConfigurationException
No column setting. |
[Input] is not set. | Please check the setting of [Input]. |
BusinessConnectorException
The supplied method arguments are not valid. |
[<Input/Column Name>] may be incorrect. | Please check the [<Input/Column Name>] that should be same as the column name in Microsoft Dynamics AX table. |
BusinessConnectorException
Unable to compile static void NetExecuteStmt(<Table Name> axTbl_0) { select forupdate axTbl_0 where axTbl_0<Input/Column Nam> == the value of [Input data];} |
[<Input/Column Name>] checked as Key may be incorrect. | Please check the [<Input/Column Name>] checked as Key. |
BusinessConnectorException
Input string was not in a correct format. |
[<Input/Data Type>] may be not same as the data type in Microsoft Dynamics AX. | Please check the [<Input/Data Type>] that should be same as the data type in Microsoft Dynamics AX. |
CannotConvertException
<column no> column error Columnlogic - <input data type> can not be converted to <Native type>. |
Input data may be include error format data. | Please check the input data. |
InvalidPropertyConfigurationException
Key Column for where must be set. |
[<Input/Key>] may not be checked. | Please check the [<Input/Key>].
If the checkbox of [<Input/Key>] is able to be changed, one column should be checked at least. |
InvalidPropertyConfigurationException
Column for update must be set. |
All columns in [<Input/Key>] may be checked. | Please check the [<Input/Key>].
If the checkbox of [<Input/Key>] is able to be changed, one column should be removed the check at least. |