# Push Qty

## Command Description

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

This command pushes the BOM quantities from the main assembly to the underlying components (parts and assemblies). Quantities are stored in a custom iProperty. Therefore the components themselves can contain information about the number of its occurrences in different parent (main) assemblies.

<figure><img src="/files/MckgNvIhyS512gby0zHn" alt=""><figcaption><p>Number of component occurrences transferred to the individual component iProperty</p></figcaption></figure>

## Command Location

* Assembly environment (`Be.Smart T4I -> BOM panel`).

## Command Settings

As the Push Qty command modifies the iProperties of individual components that may be present in different main assemblies (projects), it is necessary to have this command properly configured.

### The best recommended settings

1. In the main assembly, enter the value for the Project iProperty. The value should (must) be unique for different projects.<br>

   <figure><img src="/files/SoaTssw8ta2rQNRHWdhQ" alt=""><figcaption><p>Project iProperty value in the main assembly</p></figcaption></figure>
2. In Be.Smart `Be.Smart T4I ribbon -> Be.Smart T4I -> Edit settings -> Quantities -> Push` verify the *Add Design Tracking 'Project' iProperty from the MAIN assembly as a prefix* **is** *checked* and enter a value for the *Property name* field.<br>

   <figure><img src="/files/hCQbe70GeS64km73a8Ln" alt=""><figcaption><p>Push Quantities settings</p></figcaption></figure>
3. The resulting iProperty name containing the quantity will be composed of the Project iProperty and the Property name, e.g. *BOMtools-Qty*.

{% hint style="warning" %}
It is recommended to always use the *Project* iProperty of the main assembly and a special *Property name* defined in Be.Smart T4I settings.
{% endhint %}

### Not recommended settings

Any combination of settings other than those listed above can lead to confusion about the number of component occurrences in parent assemblies (if checked through the component iProperties).

## Workflow Overview

1. Run the command.
2. Confirm the message to push the quantities from the main assembly BOM to the child components.


---

# 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://help.holixa.com/holixa-tools4inventor/commands-overview/bom/push-qty.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.
