> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/equipme/offer-management/service-portfolio/restricted-portfolio-management-and-fulfillment.md).

# Restricted Portfolio Management and Fulfillment

Until now, anyone with Portfolio Manager access could manage the complete Service Portfolio. That works while one team owns everything, but it becomes limiting as soon as different departments look after different products.

Two restricted permissions let you delegate that work in slices. A specialist team can manage its own products, or process its own orders, without gaining access to everything else.

## Restrict portfolio management to selected products

Setting this up takes two steps, and both have to be in place before anyone gains access.

### 1. Assign a managing group to the product

Each product can have a group assigned under **Responsibilities → Management**. This group defines which organizational unit is responsible for managing the product.

You could assign monitors to your **IT Procurement** group, for example, while mobile phone products are managed by a different team.

<figure><img src="https://3918610632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXNunUyX5NO7xn5mXKS3V%2Fuploads%2F3YJOsDJSf5ptpsKvGUn8%2F3-service-portfolio-detail.png?alt=media&#x26;token=5dabafb2-56fb-45a6-b7d7-6e3b111b488b" alt=""><figcaption><p>Responsibilities section showing the group assigned under Management.</p></figcaption></figure>

### 2. Grant the Restricted portfolio manager permission

The employee also needs the **Restricted portfolio manager** permission, which you enable in their permission settings.

<figure><img src="https://3918610632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXNunUyX5NO7xn5mXKS3V%2Fuploads%2F8FCh0wHyMEusadq3qldw%2F5-employee-permissions.png?alt=media&#x26;token=1864c73c-6941-4c1b-9f24-1f2bab85dc97" alt=""><figcaption><p>Employee permissions with Restricted portfolio manager enabled.</p></figcaption></figure>

Access is granted only when both conditions are met: the employee belongs to the group assigned under Management, **and** holds the Restricted portfolio manager permission. If either is missing, they cannot manage the product.

## Working within a restricted portfolio

Employees with this permission see a Service Portfolio containing only the products assigned to their Management groups. Within that scope they can view, create and manage products as usual, without reaching products managed by other teams.

<figure><img src="https://3918610632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXNunUyX5NO7xn5mXKS3V%2Fuploads%2FwOvd6icE7sGrp28a9k4P%2F4-service-portfolio-list.png?alt=media&#x26;token=095b506d-860a-4c0a-9f60-e084a552cfb0" alt=""><figcaption><p>Service Portfolio view limited to the products of the employee's Management groups.</p></figcaption></figure>

Removing the permission or changing the Management group removes the employee's access. Products they created or edited earlier stay in the Service Portfolio.

## Delegate fulfillment by group

Fulfillment works the same way. Under **Responsibilities → Fulfillment** you define which group is responsible for processing orders related to a product.

<figure><img src="https://3918610632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXNunUyX5NO7xn5mXKS3V%2Fuploads%2FO0qZvvtBvvwJ21LIeUOh%2F3-service-portfolio-detail.png?alt=media&#x26;token=2e4b1f5d-4539-43a5-a307-c9e2e96ed43e" alt=""><figcaption><p>Responsibilities section showing the group assigned under Fulfillment.</p></figcaption></figure>

Again, both conditions apply. The employee must belong to the assigned Fulfillment group and hold the **Restricted fulfillment user** permission.

<figure><img src="https://3918610632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXNunUyX5NO7xn5mXKS3V%2Fuploads%2FdT49HjR6H5z28RXnpE4B%2F5b-permissions-fulfillment-user.png?alt=media&#x26;token=43ec6854-ecb6-4a5a-be5b-0d06b973c779" alt=""><figcaption><p>Employee permissions with Restricted fulfillment user enabled.</p></figcaption></figure>

When both are in place, the employee gains access to **Order processing** for the relevant products. They can work with the corresponding internal fulfillment orders and update their status during provisioning. Orders for products assigned to other Fulfillment groups stay out of reach.

## Availability

Restricted portfolio management and restricted fulfillment are available in customer environments, including managed and standalone customer environments. They are not available in supplier environments.


---

# 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://hub.equipme.io/equipme/offer-management/service-portfolio/restricted-portfolio-management-and-fulfillment.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.
