Forum Discussion

NIKHIL234656595's avatar
12 years ago

barcode rule

I want only 5 characters of barcode to appear in the NBU gui.

 

What to do?

  • If you look at my picture, you will see that the media id is R0TW00, so the media id is correct.

    The rule

    MEDIA_ID_BARCODE_CHARS = 1 8 3:4:5:6:7:8

    does NOT affect the barcode, it ONLY affects the media id length.

    It is NOT possible to change the barcode length in NBU.

    So in summary.

    The length of the barcode can NOT be changed in NBU.

    The media_id_barcode_chars rule only control which characters from the barcode are used to make the media id.

    Look at the name, MEDIA_ID_barcode_chars - this tells you what it does, 'which characters from the barcode are going to make up the media id'.

    Martin