Delete Entity
Operation name
Delete Entity
Function overview
Deletes entity.
Data model
The data model of this component is table model type.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Input data |
Required |
Not available |
Select a component on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Destination |
Required |
Not available |
Select a connection resource.
|
|
Authentication |
Required |
Not available |
Select a connection resource.
|
|
Resource path |
Required |
Available |
Select or enter the resource path. |
|
Get field display name |
Optional |
Not available |
Select whether or not to get field display names when updating Field definition.
|
|
Field definition |
Required |
- |
Displays the field definition of the entity specified in Resource path. |
|
Field definition/Primary Key |
Required |
Not available |
Displays whether Field name is the primary key.
|
|
Field definition/Field name |
Required |
Not available |
Displays the field name of the entity specified in Resource path. |
|
Field definition/Field display name |
Optional |
Not available |
Displays the field display name of the entity specified in Resource path. |
|
Field definition/Type |
Required |
Not available |
Displays the type of Field name. |
|
Property actions
Item name |
Description |
Remarks |
---|---|---|
Update entity set name list |
Get the entity set names from the specified Destination and set them in Resource path. |
|
Update field definition |
Get the field definition from the specified Destination and Resource path, and set it in Field definition. |
|
Option settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Skip entities which the system failed to process |
Optional |
Not available |
Select whether or not to skip entities which the system failed to process and continue processing.
|
|
Data processing method
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Data processing method |
Required |
Not available |
Select a data processing method.
|
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Schemas
Input schema
The number of columns varies depending on the settings for Field definition.
<?xml version="1.0" encoding="UTF-8" ?> <table> <row> <column>Key</column> : </row> <row> : </row> </table>
Element name |
Column name/Label |
Description |
Remarks |
---|---|---|---|
row |
- |
Repeats for the number of the entities to be deleted. |
|
column |
Key |
Input the key of the entity to be deleted. |
|
For schema structure, refer to Table model type .
Output schema
The number of columns varies depending on the settings for Field definition.
<?xml version="1.0" encoding="UTF-8" ?> <table> <row> <column>Key</column> : <column>status_code</column> <column>message</column> <column>error_type</column> </row> <row> : </row> </table>
Element name |
Column name/Label |
Description |
Remarks |
---|---|---|---|
row |
- |
Repeats for the number of the entities to be deleted. |
|
column |
Key |
Outputs the key of the entity. |
|
status_code |
Outputs the HTTP status code of the entity deletion. |
|
|
message |
Outputs the message of the entity deletion. |
|
|
error_type |
When an error occurs, stores the error type. |
|
For schema structure, refer to Table model type .
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Mass data processing
Mass data processing is supported.Transaction
Transaction isn't supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
count |
The number of read data records is stored. |
|
delete_count |
The number of deleted data records is stored. |
|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error 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 trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|
Messages and limitations of the Dynamics 365 for Customer Engagement connector |