---
title: Reconcile after an update
description: Now that you have used IDM to reconcile two data stores, try something else. Assume the Engineering organization wants to overwrite all user telephone numbers in its employee data store with one central telephone number.
component: pingidm
version: 7.5
page_id: pingidm:getting-started:gsg-try-one-change
canonical_url: https://docs.pingidentity.com/pingidm/7.5/getting-started/gsg-try-one-change.html
keywords: ["Getting Started", "Demo", "Reconciliation"]
---

# Reconcile after an update

Now that you have used IDM to reconcile two data stores, try something else. Assume the Engineering organization wants to overwrite all user telephone numbers in its employee data store with one central telephone number.

For this purpose, you can set up a default telephone number for the next reconciliation:

1. Click Configure > Mappings > `HumanResources_Engineering` > Edit.

2. On the HumanResources\_Engineering mapping page, click the Properties tab, and expand the Attributes grid.

3. In the TARGET column, select the row that contains the `telephoneNumber` attribute.

4. Click the Default Values tab, and type a default number:

   ![gsg-telephone](_images/gsg-telephone.png)Figure 1. Set a new default telephone number

When you click Update, and Save, IDM changes the [mapping](../synchronization-guide/mappings.html) in the `sync.json` file. The next time you run a reconciliation from Human Resources to Engineering, the default telephone number will be included for all employees in the Engineering group.
