Delete Entity

Operation name

Delete Entity

Function overview

Deletes entity.

Data model

The data model of this component is table model type.

Properties

= Remarks =

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.

Add

A new connection resource can be added.

Edit list

Connection resource settings can be edited in > HULFT INTEGRATE > Connections.

 

Authentication

Required

Not available

Select a connection resource.

Add

A new connection resource can be added.

Edit list

Connection resource settings can be edited in > HULFT INTEGRATE > Connections.

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.

Selected

Get the field display names.

Not selected

(Default)

Don't get the field display names.

  • When getting field display names, Update field definition may take longer time.

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.

Selected

Use as the primary key.

Not selected

(Default)

Don't use as 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.

  • Enabled when Destination and Authentication are selected.

Update field definition

Get the field definition from the specified Destination and Resource path, and set it in Field definition.

  • Enabled when Destination and Authentication are selected and Resource path is specified.

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.

Selected

Skip the items that failed to be deleted and continue the deletion processing.

Not selected

(Default)

When an item failed to be deleted, end the deletion processing as an error.

 

Data processing method

Item name

Required/Optional

Use of variables

Description

Remarks

Data processing method

Required

Not available

Select a data processing method.

Apply script settings

(Default)

The setting for mass data processing in the script properties is applied to the connector.

Do not perform mass data processing

Mass data processing isn't performed.

Perform mass data processing

Mass data processing is performed.

 

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.

 

= Remarks =

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.

  • The default value is null.

  • The format of the error type is as follows.

    Example: java.io.FileNotFoundException

= Remarks =

For schema structure, refer to Table model type .

Loading schema in Mapper

The schema is loaded automatically.

= Remarks =

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.

  • The default value is null.

delete_count

The number of deleted data records is stored.

  • The default value is null.

message_category

When an error occurs, the category of the message code corresponding to the error is stored.

  • The default value is null.

message_code

When an error occurs, the code of the message code corresponding to the error is stored.

  • The default value is null.

message_level

When an error occurs, the severity of the message code corresponding to the error is stored.

  • The default value is null.

error_type

When an error occurs, the error type is stored.

  • The default value is null.

  • The format of the error type is as follows.

    Example: java.io.FileNotFoundException

error_message

When an error occurs, the error message is stored.

  • The default value is null.

error_trace

When an error occurs, the trace information for the error is stored.

  • The default value is null.

Message codes, exception messages, and limitations

Connector

Message code

Exception message

Limitations

Messages and limitations of the Dynamics 365 for Customer Engagement connector

check

check

check