# 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:

![](/files/-MQjl41DG7ZXz3gPyD08)

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.

![](/files/AC0bVhAo0917ThTRDVnZ)

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

![](/files/ttZ6SxPfUT1Z6slLIddu)

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

![](/files/6wBeRZDKTFlykQgXmOTQ)

![](/files/F6jUIZ5ONDn4hURUVwUt)

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

![](/files/9GrOeLEwsv7KDARzigEQ)

![](/files/0kV1vBXYWHrdrrlgnMvk)

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

![](/files/kO72y2EeHotcYCcWXqcg)

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

![](/files/2z487jX0Arx97F00PoSe)

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

<figure><img src="/files/e7wRkOwIcyIYzkeMZTLg" alt=""><figcaption></figcaption></figure>

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

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


---

# 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://docs.inogic.com/sharepoint-security-sync/how-to-guides/remove-guid.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.
