Hello,
Right now - when we create an item barcode we have 4 dimensions to fill - configuration id, style, size and color. Most of the items in our system do not use any of these dimensions(and they're left empty), but there is an item group which uses two of them - size and color. Now we need to add another one - GTD number (InventGtdId_RU) - one of the tracking dimensions. The point is for AX to check this dimension too when filling bar code field in SalesLine (automatically).
I tried the following: I added new field group in InventDim - these four (ProductDimensions field group) + InventGtdId_RU. Updated InventItemBarcode form, but nothing happened. I tried to add the field through "Personalize" (i know this is not correct, but i couldn't get it elsehow) - it worked as far as filling the field wrote the right inventdimid in InventItemBarcode table - containing the size, color and GTD. However, when you add a new sales line AX doesn't care about the GTD number when filling the bar code field. I suppose there's somewhere in the form/table (SalesTable, SalesLine) where i have to modify the dimensions' group and add GTD number, but I have no idea where this place is.
Anyone ever tried sth like that? Any suggestions?
MS Dynamics AX 2012 R2