Here are the scenarios we are trying to address.
Parts referenced in the scenarios:
- Manufactured Part = sales part 3000 (manufactured from a shop order)
- Package Component 1 = inventory/sales part 2001
- Package Component 2 = inventory/sales part 2002
- Package Part = package part 2000
- Package Component 1 = inventory/sales part 2001
- Package Component 2 = inventory/sales part 2002
Scenario 1
A tech needs part 2000.
- Part 2000 is added to a customer order.
- Parts 2001 and 2002 are shipped to the tech.
Scenario 2
A tech needs more of part 2001 but does not need part 2002.
- Part 2001 is added to a customer order and is shipped to the tech.
Scenario3
Part 3000 needs to be manufactured and delivered to a customer.
- Part 3000 is added to a customer order.
- A shop order is created and parts 2001 and 2002 are added as material.
- Part 3000 is received from the shop order and then shipped from the customer order.
Scenario 4
In the future, part 2002 is replaced by part 20003.
- Part 2002 would need to be removed as a component from package part 2000 and manufactured part 3000.
- Part 2003 would need to be added as a component from package part 2000 and manufactured part 3000.
Business Need
- The component parts for package part 2000 and manufactured part 3000 will occasionally change.
- That would require both the package part components and shop order configuration structure components to be updated each time.
Question:
If we were to do the following ...
- Remove parts 2001 and 2002 from the configuration structure for part 3000.
- Add package part 2000 as a component to the configuration structure.
… is there a way that the components of package part 2000 could be added to the shop order as material? This way, we would only need to update the components of the package part but not the configuration structure, as the structure would add only the components of the package part.
If this is not a viable option, do you have a suggested alternative?
Thanks!