> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/others/user-rights-settings/allow-item-modification.md).

# Allow Item Modification

**YouTube:** [How to Globally Enable Modification of Item or Product Masters?](https://www.youtube.com/watch?v=pyNnXZKbTsA)

## How to Globally Enable Modification of Item or Product Masters?

In this tutorial, we’ll explain how to **enable item modification globally** for all users in **Logic ERP**, making it easier to manage items across branches without configuring individual user permissions.

***

### **Enable Restriction in Global Settings:**

* Open **Logic Admin** and navigate to **Global Settings**.
* Go to **Other** section and click to "User Rights Settings"&#x20;
* Locate and enable the option labeled: **“Allow Item Modification”**

<figure><img src="/files/BYQSMnsfHcWMbMI2WciH" alt=""><figcaption><p>Let's keep this feature enable to observe its impact in billing</p></figcaption></figure>

> **Note:** This option is also available in the **Item Setup Configuration** and **User Access Modules**.\
> However, when configured there, it must be enabled **individually for each user**.\
> Using **Global Settings** allows for a **system-wide application**.

* Save the settings.
* Restart the software to apply the changes.

***

### **Verify Functionality**

* Open the **Item Setup** window.
* Select any **existing item**.
* Make modifications (e.g., update item description, change pricing, etc.).
* Click **Save**.
* The software **successfully saves the changes**.

> You can reopen the item to **review and verify** that your changes have been applied.

***

### **Conclusion**

Enabling **“Allow Item Modification”** via Global Settings helps ensure efficient item management by **granting modification rights to all users** without manual configuration, promoting consistency across all branches.


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/others/user-rights-settings/allow-item-modification.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.
