DMT - Dynamic Attributes error

Has anyone successfully DMT’d Dynamic Attribute Classes for AUOM?

Trying to reload AUOM Dynamic Attribute classes after pilot refresh and I cannot get past the error:

Attribute enabled for MRP are Required everywhere.

It likely refers to the Demand, Supply, Inventory options seen here:

However, the data doesn’t exist in the DynAttrClassDtl table and the DynClassAttrDtlReq table doesn’t exist in the DMT template.

The closest I can find are the two fields seen here
(DynAttrClassDtl#RequiredAtSelectedCodes
& DynAttrClassDtl#RequiredAtSelectedDesc)
but these don’t exist in the DTL table either so how would I know what to populate in them?

I gather that the ability to DMT AUOM data is somewhat newly released so checking if anyone has done this or has suggestions before creating a support case.

TIA,
Josh

Looking at the REST API response, it seems the correct format for these field values are like so:

Inventory~Supply~Demand

image

Tried that in DMT and it works.

1 Like