Is there a way to set the default Material Card checkboxes at the Part Card level so when the part is added to a BOM, things like plan/view/pull as assembly checkboxes are marked appropriately?
Yes, I know we do this because we always want View as Assembly checked by default.
We actually have (2) methods running for this… not sure if both are required or not. Its been too long… but they’re both identical.
One is a Post-Processing on Erp.BO.EngWorkBench.ChangeECOMtlMtlPartNum
The other is a Post-Processing on Erp.BO.EngWorkBench.Update
Condition:
Set Field:
2 Likes
Thanks for the response! I’m not sure that is what we want though. We don’t want every type of part set the same and we still want to be able to change it from the Engineering Workbench if we change our minds on whether to stock it vs build as needed. So something that happens after a workbench change would not allow for that.
1 Like

