Hi, which version of AX are you using? I tried the auto generate for ItemId and displayProductNumber in R3 CU9 and CU10. ItemId is working fine. For displayProductNumber it gives me the error "NumberSequence is not set". Even though the numberSequence is set up correctly in the product Information parameters. When debugging the code I can see that AX fails to identify the corresponding NumberSequence for the EDT EcoResProductDisplayProductNumber which is used in the DMFProductEntity. In the NumberSeqModuleEcoResProduct.loadModule() the numberSequnce is assigned to the datatypeId of the EDT EcoResProductNumber. I guess that is the problem.
↧