Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

Table of Contents
maxLevel2
excludeOlder Versions|Additional Resources|Related Links|Related Information

Overview

You can use this Snap to delete objects in Microsoft Dynamics 365 for Sales databases.

...

Snap Type

Dynamics 365 for Sales Delete is a Write-type Snap that deletes records from Microsoft Dynamics 365.

...

You must have a Dynamics 365 OAuth2 Account Online Account, data to query, and access to the objects concerned.

...

For troubleshooting purposes, try performing a similar operation directly on the MS Microsoft Dynamics 365 console and collect the necessary data. Compare the data used in the user interface with the SnapLogic pipelines to see if there are any inconsistencies.

...

Expand
titleDynamics 365 for Sales Delete: Advanced Use Case

In this example, we retrieve data from a PostgreSQL DB and insert it into the MS Dynamics 365 for Sales DB.

Here's how this pipeline works:

  1. PostgreSQL - Select: Retrieves customer data from the PostgreSQL DB.

  2. Head: Selects the first five records retrieved.

  3. Mapper: Maps attribute headers in the PostgreSQL data to the corresponding attribute headers in MS Microsoft Dynamics 365 for Sales DB.

  4. Dynamics 365 For Sales Create: Adds the mapped data to the Dynamics 365 For Sales DB.

  5. Mapper1: Maps the attribute heads in the Dynamics 365 For Sales DB with the existing ones in the same DB to facilitate targeted deletion.

  6. Dynamics 365 For Sales Delete: Deletes the recently added data from the Dynamics 365 For Sales DB.

Download the sample pipeline

...