RetailCreateItemLabelByItem.initFromArgs Method [AX 2012]

Initializes the labelType and storeId parameters with the caller arguments.

Syntax

public void initFromArgs(Args _args)

Run On

Server

Parameters

  • _args
    Type: Args Class
    A caller argument object.

Exceptions

Exception Condition
Error

The caller form is not a RetailInventItemLabelPrinting form.

-or-

There is no caller to the class.

See Also

Reference

RetailCreateItemLabelByItem Class