load barcode data

hi all

i load the data for iteminventbarcode table

i loaded sucessfully

but when i check in item - > setup → barcodes , i cant see the datas in form fields

but the data available in table…

wht is the issue :frowning:

pls anyone help me

thanx iin advance

pls anyone help me

urgent

This is because it’s inner joined to InventDim and that’s why it’s not displaying your records.

You probably left the InventItemBarcode.inventDimId field blank. You need to initialize it with a dimension. You might be able to get away with putting “AllBlank” in that field and it will probably show up.

thanx alex :slight_smile: