Hello!
Version 2022.2.5, we were using DMT to import Dynamic Attribute Sets. We upgraded to 2022.2.14 and it looks like Dynamic Attribute Set is no longer available in DMT.
We do not have AdvancedUnitOfMeasure module. My guess is that Dynamic Attribute Set is now limited by this module in DMT. Can someone confirm this?
Our goal is to assign multiple Attribute Values to a lot of Parts. An import should be much quicker than using the Epicor Part Attributes UI. Could the REST API be an option?
The basics :
- A Dynamic Attribute Class has Attributes.
- A Dynamic Attribute Set is a combination of attribute values.
- A Dynamic Attribute Class can be assigned to a Part. Then, in the Epicor UI, you can select attribute values for the Part. Epicor creates the Attribute Set (if it does not already exist in table DynAttrValueSet) and assigns it to the Part (Part field DefaultAttributeSetID).
For example :
Dynamic Attribute Class “SINK”
Attribute NB_BOWLS (1, 2 or 3)
Attribute DRAIN_POSITION (let’s say, center or corner)
In this example, there are 6 possible Attribute Sets :
- NB_BOWLS = 1, DRAIN_POSITION = CENTER
- NB_BOWLS = 1, DRAIN_POSITION = CORNER
- NB_BOWLS = 2, DRAIN_POSITION = CENTER
- NB_BOWLS = 2, DRAIN_POSITION = CORNER
- NB_BOWLS = 3, DRAIN_POSITION = CENTER
- NB_BOWLS = 3, DRAIN_POSITION = CORNER
DMT :
- We used “Dynamic Attribute Set” to import all possible combinations of attribute values. It seems we can no longer do this without the AUM module.
- We used “Part” to assign a Dynamic Attribute Set to the Part by updating its DefaultAttributeSetID.
Thank you for the help!