
Hi,
In Dynamics AX 2009, we want to put bar codes on items (table InventItemBarcode). Basically we have two types of EAN13 bar codes, one for items sold as pieces and one for items sold per weight.
For pieces this is no issue and we can enter the bar code as it is complete. However, for the weight items we do not know it at the time and AX complains about the check digit (correctly).
Can we somehow specify a mask or similar for the weight?
Otherwise I'm simply thinking about creating a new EAN13 bar code that doesn't check the check digit.
*This post is locked for comments
I have the same question (0)Solved by creating a new bar code type, inherit the EAN bar code class and override the method that validates the check digit. This now has all the same attributes as standard EAN without this check. Works fine.