RetailBarcodeManagement Class [AX 2012]

This RetailBarcodeManagement class manages the barcode creation or updation for the items.

Syntax

class RetailBarcodeManagement

Run On

Server

Methods

  Method Description
Hh809847.pubmethod(en-us,AX.60).gif barEanUseItem
Hh809847.pubmethod(en-us,AX.60).gif calcMask Intializes the mask characters and incements the variables based on the barcode mask.
Hh809847.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif checkItemMask
Hh809847.pubmethod(en-us,AX.60).gif checkMaskChar
Hh809847.pubmethod(en-us,AX.60).gif createBarcodeForItemVariant Creates a barcode for the variant item and returns the item barcode.
Hh809847.pubmethod(en-us,AX.60).gif createBarcodeNoDim Generates a barcode for the item with no dimensions.
Hh809847.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif hasCheckDigit This method checks whether check-digit is required for specific setups.
Hh809847.pubmethod(en-us,AX.60).gif initMaskCharacters Intializes all the mask characters.
Hh809847.pubmethod(en-us,AX.60).gif isNum Checks if the parameter is a number.
Hh809847.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif parmBarcodeSetup Gets or sets the BarcodeSetup parameter.
Hh809847.pubmethod(en-us,AX.60).gif returnBarcForItemVariant Calculates barcode mask from the item variants.
Hh809847.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh809847.pubmethod(en-us,AX.60).gif Hh809847.static(en-us,AX.60).gif ::CheckBarcode
Hh809847.pubmethod(en-us,AX.60).gif Hh809847.static(en-us,AX.60).gif ::checkItemMaskRetailVariants
Hh809847.pubmethod(en-us,AX.60).gif Hh809847.static(en-us,AX.60).gif ::getBarcodeJpegImageAsBase64String Gets an image of the bacode as base64string.
Hh809847.pubmethod(en-us,AX.60).gif Hh809847.static(en-us,AX.60).gif ::getRetailVariants
Hh809847.pubmethod(en-us,AX.60).gif Hh809847.static(en-us,AX.60).gif ::numberSeq Gets a new number sequence value for the item barcode.

Top

Inheritance Hierarchy

Object Class
  RetailBarcodeManagement Class