Forum Discussion
Hi Laura,
what you see is default behavior. What you want to achieve requires a change in the "Express ECO ImpactMatrixGrid" Method. I do not have a sample for this specific use case, but maybe this hints help: (or at least gives you an impression of the amount of work you will face).
You have to extend the ActionBase.prototype.ChangeRelatedAffectedItem part of the code. You can add your code at the end of this code block, just before impactGrid.refreshGridWithTimout();
Check if your selected Item has a BOM with not released Parts. Consider that you may need a multilevel query. Than create new Affected Items with a regular "add" AML query (use ActionBase.prototype.addNewRelatedAffectedItem as possible sample).
Good luck [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Angela