From Bright Pattern Documentation
Jump to: navigation, search
• 5.19 • 5.3 • 5.8

Microsoft Dynamics Delete Object

Microsoft Dynamics Delete Object scenario block


The Microsoft Dynamics Delete Object scenario block is used for deleting a specified object in the Dynamics 365 database. You may find it useful to pair this block with the Microsoft Dynamics Search Object block; you can search the Dynamics 365 CRM database for an object and then use the Delete Object block to remove it.

Properties

Microsoft Dynamics Delete Object properties


Title text

The name of the instance of the block (any name).

Object type

The type of object you want to delete in the Dynamics 365 database.

Select from one of the following types:

  • Account
  • Case
  • Contact
  • Contract
  • Invoice
  • Lead
  • Opportunity
  • Order
  • Quote

Object ID

The object ID is the name of the variable that will be used to identify the Dynamics 365 object to be deleted. The variable name of the object ID will be set only if the block succeeds.

Conditional Exits

If the create operation has failed, the block will take the Failed or No Data exit.

Failed

This exit is taken if the search operation failed due to invalid parameters, timeout, or network connectivity to the Dynamics 365 CRM.

No Data

This exit is taken if no data matching the specified search criteria is found.


< Previous | Next >