> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/bevica-select/bevica-select-outcomes/bevica_select_training_outcomes_-_assembly_management.md).

# Outcomes - Assembly Management

Checklist to validate Assembly Management in Bevica Select. Create and post assembly orders, then confirm quantity and cost impact.

Use this checklist after the [Assembly Management](/bevica-select/bevica_select_training/bevica_select_training_-_assembly_management.md) training.

It helps you prove you can build finished goods from components and understand posting impact.

### Before you start

You need:

* Access to Bevica Select (ideally a test company)
* [Introduction to Business Central](/bevica-select/bevica_select_training/bevica_select_training_-_introduction_to_business_central.md)
* Operations and inventory basics: [Inventory](/bevica-select/bevica_select_training/inventory.md)
* [Assembly Management](/bevica-select/bevica_select_training/bevica_select_training_-_assembly_management.md)

Recommended:

* Work through this with a finance user.
* Capture evidence (assembly order numbers and resulting item/value entries).

### Completion criteria (what “done” looks like)

You’re done when:

* You can create and maintain assembly BOMs.
* You can create, adjust, and post assembly orders.
* You can explain what posted in quantities and costs.

### Assembly BOMs (items)

#### Create and validate BOM items

**Do**

1. Identify BOM items from the item list.
2. Confirm units of measure are correct.
3. Create parent and component items (if needed).
4. Attach a BOM to a parent item.

**Check**

* The BOM drives the correct component quantities on an assembly order.

External reference: [Working with Assembly BOMs (Microsoft Learn)](https://learn.microsoft.com/en-gb/dynamics365/business-central/assembly-how-work-assembly-boms).

### Assembly orders

#### Plan, adjust, and post assembly

**Do**

1. Create multiple assembly orders for planning:
   * parent item
   * quantities
   * dates
2. Adjust assembly order lines to match actual consumption.
3. Post assembly orders.

**Check**

* You can review the resulting:
  * **Item Ledger Entries** (output and consumption)
  * **Value Entries** (cost impact)
* You can explain the stock movement and cost movement.

External reference: [How to undo assembly posting (Microsoft Learn)](https://learn.microsoft.com/en-gb/dynamics365/business-central/assembly-how-to-undo-assembly-posting).


---

# 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.bevica.com/bevica-select/bevica-select-outcomes/bevica_select_training_outcomes_-_assembly_management.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.
