Customize BOM Type values in MPMLink
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Customize BOM Type values in MPMLink
Hi,
I am new to MPMLink, so this might be something basic. My requirement is to add some custom types for the BOM Type in the drop down menu (which by default has the values Costing, Production & Testing). This is while creating a new Downstream branch from the Manufacturing Associative Part Structure Browser. The BOM Type is not an object I believe, could not find anything so far. Please help or any clues how to proceed further would be great.
Thanks
Solved! Go to Solution.
- Labels:
-
Manufacturing_Transformation
- Tags:
- MPMLink BOMType
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
They are modeled, so you can't extend them from Type & Attribute, but as follows:
- Use enumCustomize to update:
- <WT_HOME>/codebase/wt/vc/views/Variation1RB (BOM Type)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @sbegum-2 ,
To change legal value list I would do something like this: Organisations -> Utilities -> Type and Attribute
Management -> Select Part -> Attributes -> BOM Type -> Right Mouse Button -> View Info - > Constrains -> Legal Value List
To set default BOM Type value in MAPSB ( Manufacturing Associative Part Structure Browser) go to:
Organisations -> Utilities -> Type and Attribute Management -> Select Part -> Layouts -> MAPSB Structure Transformation Layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
They are modeled, so you can't extend them from Type & Attribute, but as follows:
- Use enumCustomize to update:
- <WT_HOME>/codebase/wt/vc/views/Variation1RB (BOM Type)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator