Share via


WMSPalletNumberDP.fetchGenerate Method [AX 2012]

Generates the pallet IDs.

Syntax

private void fetchGenerate(
    PositiveNumber _noOfLabels, 
    BarcodeSetup _barcodeSetup, 
    Barcode _barcode)

Run On

Server

Parameters

  • _barcodeSetup
    Type: BarcodeSetup Table
    The bar-code setup that will be used to generate a barcode.
  • _barcode
    Type: Barcode Class
    The bar-code object that will be used to generate a bar-code string.

Exceptions

Exception Condition
UpdateConflictNotRecovered

The pallet IDs could not be recovered.

UpdateConflict

There was an update conflict.

Remarks

This method generates the pallets that are based on the number of labels provided.

See Also

Reference

WMSPalletNumberDP Class