> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/attach2dynamics/how-to-guides/remove-guid.md).

# Remove GUID

When a document is uploaded to the SharePoint using Attach2Dynamics or using OOB Documents tab in SharePoint, a folder with record name is created in the SharePoint. But along with the name, GUID (Unique ID of the record) is also added in the SharePoint folder name as shown in the below screenshot this GUID:

<figure><img src="/files/-MQjl41DG7ZXz3gPyD08" alt="Remove GUID"><figcaption></figcaption></figure>

To remove the GUID you first need to change the organization settings of CRM. To change the settings, please follow the steps given below:

* Navigate to the [link](https://urldefense.com/v3/__https:/github.com/seanmcne/OrgDbOrgSettings/releases__;!!HCORQGcuXVTsyh1-D2uGonQ!47A-28I6CHxMnG8ZNQ7cG5DwmlugOASgzIlXJSkbZDciHrJmdJAV_2kXJu99EfF8h2SNyQ$) and download the **‘OrganizationSettingsEditor’** solution file by clicking on the name as shown in the below screenshot.

<figure><img src="/files/-MP9WSdBGM4KqPr_MpCD" alt="Remove GUID"><figcaption></figcaption></figure>

* Once the solution is downloaded, import it into your environment.
* Click on the **gear** icon --> Select **Advanced Settings**.

<figure><img src="/files/-MP9Wgw8Mi0EqhCDmQqb" alt="Remove GUID"><figcaption></figcaption></figure>

* Navigate to Settings --> Solutions --> Click on **'Import solution'** button.

<figure><img src="/files/-MP9WnsIbB4_aJ56NQf_" alt="Remove GUID"><figcaption></figcaption></figure>

<figure><img src="/files/-MP9WtS3S9Rc4IWIyQpc" alt="Remove GUID"><figcaption></figcaption></figure>

* Please choose the downloaded **OrganizationSettingsEditor** solution file and click on the **'Next'** button to proceed.

<figure><img src="/files/-MP9X-xAKdgHa9nAJxeT" alt="Remove GUID"><figcaption></figcaption></figure>

<figure><img src="/files/-MP9X5Jkb7jBYx1V3E3N" alt="Remove GUID"><figcaption></figcaption></figure>

* After the solution is successfully imported, open the solution and navigate to the Configuration page and search for **‘CreateSPFoldersUsingNameandGuid’.**

<figure><img src="/files/-MP9XBowTUZa9e-DfdCj" alt="Remove GUID"><figcaption></figcaption></figure>

* By default, the **‘Current Value’** of **‘CreateSPFoldersUsingNameandGuid’** is set to true, to change it, click on the **edit** button.

<figure><img src="/files/-MP9XIdkutzyPKyiF9_R" alt="Remove GUID"><figcaption></figcaption></figure>

* Enter **‘false’** (lower case) in **‘CreateSPFoldersUsingNameandGuid’** field --> Click on **‘Update’** button --> Click on **‘OK’** button from the confirmation pop-up.

<figure><img src="/files/-MP9XO7jU5OcPBRmZp5r" alt="Remove GUID"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note: SharePoint Folders created after applying the above settings will be created without a GUID; the history folders in SharePoint which are created before the above settings will remain with a GUID.**
{% endhint %}

{% hint style="info" %}
**Disclaimer: When you disable the GUID, ensure that each record folder has a unique name. Failure to do so may result in potential risks such as sync conflicts, folder overlaps, or even data being overwritten during synchronization.**
{% endhint %}

{% hint style="success" %}
For any queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inogic.com/attach2dynamics/how-to-guides/remove-guid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
