# Field Mapping

This section guides you on how to manage your Global Mapping settings which includes, Data Mapping and Field Mapping.

You'll have the ability to view and manage all your mapped fields and data on the Global Mapping page on their respective pages.

{% content-ref url="../../../error-handling/resolve-field-mapping-issues" %}
[resolve-field-mapping-issues](https://support.iafcertsearch.org/accreditation-bodies/error-handling/resolve-field-mapping-issues)
{% endcontent-ref %}

{% content-ref url="../../../error-handling/resolve-data-mapping-issues" %}
[resolve-data-mapping-issues](https://support.iafcertsearch.org/accreditation-bodies/error-handling/resolve-data-mapping-issues)
{% endcontent-ref %}

***

{% hint style="info" %}
**Tips:**

To minimize data upload issues, we recommend you add data mapping before importing your data. This way you can eliminate interruption during the import process. To know more about adding data mapping, click [here](https://support.iafcertsearch.org/accreditation-bodies/error-handling/resolve-data-mapping-issues).
{% endhint %}

## View all your mapped fields

1. Go to **'Import Settings'**&#x20;
2. Click the **'Global Mapping'** tab
3. Click the **"Field Mapping"** tab&#x20;
4. In the Field Mapping tab, you'll have access to all of your Mapped and Unmapped fields from all of your import activities.

## Add Field Mapping

1. Go to **'Import Settings'**&#x20;
2. Click the **'Global Mapping'** tab
3. Click the **"Field Mapping"** tab&#x20;
4. In the Field Mapping tab, click  **'+ Add Field Mapping'**&#x20;

<figure><img src="https://907136775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtxznoqtwGklxZjbTzUrS%2Fuploads%2FAZrYejkTviLvlYiHxv8k%2FScreenshot%202024-03-25%20at%205.50.23%E2%80%AFPM.png?alt=media&#x26;token=fbbf454e-9c44-4577-9559-97f8c26a7856" alt=""><figcaption></figcaption></figure>

5. Enter the value of the source data
6. Select where you want to map the source data
7. Select Mapping Status

<figure><img src="https://907136775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtxznoqtwGklxZjbTzUrS%2Fuploads%2Fb4eludZBprkYHmmrxdNR%2FScreenshot%202024-03-25%20at%205.54.22%E2%80%AFPM.png?alt=media&#x26;token=111db274-c6e0-4dff-9dc0-cd6a79ec613a" alt=""><figcaption></figcaption></figure>

8. Once done, click the **'Submit'** button

## Edit Mapped Data

1. Go to **'Import Settings'**&#x20;
2. Click the **'Global Mapping'** tab
3. Click the **"Field Mapping"** tab&#x20;
4. In the Field Mapping tab, look for the mapped data you want to edit.
5. Click the **'Actions'** button, then click **'View Details'**
6. In the Mapping Details modal, click 'Edit'

<figure><img src="https://907136775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtxznoqtwGklxZjbTzUrS%2Fuploads%2Fs7x4rQ5mvVsKihaKT71P%2FScreenshot%202024-03-25%20at%205.55.58%E2%80%AFPM.png?alt=media&#x26;token=7dd6aab8-8b5e-4d22-960c-14f6eb49a8f8" alt=""><figcaption></figcaption></figure>

7. Update the fields you want to edit.
8. Once done, click the **'Save Changes'** button

## Delete Mapped Data

1. Go to **'Import Settings'**&#x20;
2. Click the **'Global Mapping'** tab
3. In the Field Mapping tab list, look for the mapped data you want to edit.
4. Click the **'Actions'** button, then click **'Delete Mapping'**&#x20;
5. A delete confirmation modal should appear, click **'OK'**
6. Once done, your mapped data should be deleted from your Field Mapping list.

***

## Field Mapping Rules

* Any unrecognized field names will not be recognized and require field mapping.
* One (1) source field **CAN'T** be mapped to multiple target fields
  * *In this example, Issue Date is mapped to Certification Issue Date and Certification Original Issue Date.*
    * **Issue Date** -> Certification Original Issue Date
    * **Issue Date** -> Certification Issue Date
* Multiple source fields values **CAN** be mapped to one (1) target field
  * *In this example, Cert Status and Status are mapped to Certification Status.*
    * **Cert Status** -> Certification Status
    * **Status** -> Certification Status
  * In Excel, renaming the sheet tab name is considered a field mapping issue


---

# 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://support.iafcertsearch.org/accreditation-bodies/data-management/import-settings/global-mapping/field-mapping.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.
