> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/integrations/setting-up-limio-for-salesforce/detailed-salesforce-setup/permission-sets-overview/dismiss-blocked-product.md).

# Permission to Dismiss a Blocked Product Rule

## Overview

Limio allows to block purchases related to a product a customer already owns. This config is called **Related Products** and can be found on the product set up page:<br>

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

For example, you might want someone who already has *Digital + Print* to not be able to buy *Digital*. To do so, you can specify *Digital* in the list of **Related Products** on the *Digital + Print* product.

This config is shared between Limio Commerce and Limio for Salesforce.\
Learn more about Limio Commerce implementation of the feature here: [https://docs.limio.com/components/component-library/standard-components/component-block-related-purchase-modal](https://docs.limio.com/components/component-library/standard-components/component-block-related-purchase-modal "mention")

In Limio for Salesforce, when an agent selects a new offer associated with a product a customer already owns, they see this modal with a message:<br>

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

While this rule generally applies to the majority of orders, there are specific scenarios where you may need to permit certain users to override the rule and proceed with an order.

To accommodate such cases, Limio for Salesforce offers a specialized custom permission called "Dismiss a blocked product rule" (API name: `dismiss_blocked_product_rule`). This permission is integrated into the out-of-the-box Assisted Sales - Admin permission set for seamless access and management. It is also possible to include it in your custom permission sets.

Users who have this permission assigned, see the modal with additional functions namely with the

"I want to ignore the blocking product rule and proceed with the selected offer." toggle and a **Proceed with the selected offer** button that becomes clickable when the toggle is enabled.<br>

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

### How to add or remove Custom Permission

1. In Setup, navigate to Permission Sets, choose the existing one you want to update or create a new clone. Click "Edit".
2. Locate "Custom Permissions" section.
3. Click "Edit", then add or remove **Dismiss a blocked product rule** custom permission.
4. Click "Save" to apply the changes.
5. Assign updated permission set to the selected users.


---

# 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.limio.com/integrations/setting-up-limio-for-salesforce/detailed-salesforce-setup/permission-sets-overview/dismiss-blocked-product.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.
