25

Suggested by Marialecia Guada Suarez Completed 

Status Details

The feature has been enabled in 10.0.2

In order to cover flexibility of the number sequence, following setup is enabled that is currently behind the flight “WHSNumberSequenceExtensionFeature”.

The flight will activate a new setup in Warehouse management parameters Number sequences and a new form.

 Out of the box, this setup is available for the following number sequences:

      • License plate ID
      • Wave label ID
      • Container ID
      • Bill of lading ID
  • License plate ID rules will remain as Is if no extension is configured, and overridden with new rules if some extension is configured there
  • Extension segments description:
    • GS1 prefix: GS1 prefix in Warehouse management parameters
    • Application identifier: 00 for SSCC, for example, 420 for BOL, fixed numeric value
    • New number for the Number sequence specified
    • Packing type: field from Unit sequence group lines or 0 as default (current LP logic)
    • Check digit: Modulo 10 calculation

In order to cover flexibility of the number sequence, following setup is enabled that is currently behind the flight “WHSNumberSequenceExtensionFeature”.

The flight will activate a new setup in Warehouse management parameters Number sequences and a new form.

 

Out of the box, this setup is available for the following number sequences:

      • License plate ID
      • Wave label ID
      • Container ID
      • Bill of lading ID
  • License plate ID rules will remain as Is if no extension is configured, and overridden with new rules if some extension is configured there
  • Extension segments description:
    • GS1 prefix: GS1 prefix in Warehouse management parameters
    • Application identifier: 00 for SSCC, for example, 420 for BOL, fixed numeric value
    • New number for the Number sequence specified
    • Packing type: field from Unit sequence group lines or 0 as default (current LP logic)
    • Check digit: Modulo 10 calculation

 Thanks

 Philippe

 

 

Thank you very much for this feedback.

We have it registered in our backlog, we have just no come to it yet.

Sincerely,

Philippe Jacobsen

PM, Microsoft 

Comments (4)
  • Impact of this:

    • If a vendor sends out the LP’s they have shipped via ASN they will send the SSCC numbers (18 digits)
      When the LP’s arrive and they are scanned, an application will skip the 00 and will receive the SSCC codes in the system.
      So if AX creates SSCC’s with 00 and sends out the shipped LP’s, they will send 2 characters too much.

     

    • When labelsoftware prints labels, label software will construct SSCC codes and will add the application identifier to the barcode.

     

    • SSCC codes are 18 digits long. Only in AX they are 20 digits long.
  • Extend of that if full GS1-128 integration, decode, and impact on scenario.

  • Suggest the following change should be made.
    1. A new check box ‘Check Digit’ to be added to warehouse parameters – General – Company information fast tab
    2. When ‘Generate license plate’ flag is checked on the mobile device menu item the license plate ID shall be calculated as follows: -
    a. If the Check Digit flag is not checked the license plate will be generated and consist of
    GSI company prefix + License plate number sequence.
    b. If the Check Digit flag is checked the license plate will be generated and consist of
    GSI company prefix + License plate number sequence + 1 character check digit
    check digit calculation according to barcode format, e.g. SSCC 17 digits, GSIN 16 digits etc.
    As an example in SSCC format
    GSI company prefix = 12345678
    LP Number sequence = 901234567

    Result without check digit parameter checked= 12345678901234567
    Result with check digit parameter checked= 123456789012345675

  • SSCC codes should be 18 digits and in AX they are 20 which is just wrong.

    The SSCC code only needs to be 20 digits when it is printed as a barcode and then it should be formatted as (00)123456789123456789.

    IMO that should be handled by the setup relating to printing the barcode labels.