# Build 3.58.2 (04tRl000001EpLRIA0)

## Duplicate Settings - Migration to the new JSON based format

From this version, the Duplicate Settings have been moved from SObejcts into a unique JSON.&#x20;

This reduces the complexity of Duplicate settings spanned over many objects (mainly DDQ Duplicate Objects, DDQ Duplicate fields...). This change requires a migration step that is made simpler by using a dedicated migration package provided by Delpha.&#x20;

* After the main Delpha package is installed, add the **DelphaUpgrade258** package (unmanaged) to your org. It will facilitate the migration process. &#x20;
  * Package Id: 04tRl000001EAVBIA4
  * Package URL : **/packaging/installPackage.apexp?p0=**&#x30;4tRl000001EAVBIA4

Once the upgrade package is installed, open a developer console and run the script below.&#x20;

```apex
delpha.DDQ_DuplicateSettingsMigration.quickMigration();
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.delpha.io/delpha-for-salesforce/delpha-upgrade/upgrade-tasks/build-3.58.x/build-3.58.2-04trl000001eplria0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
