Share via


RetailCopyStoreInformation.initFromArgs Method [AX 2012]

Initializes the RetailCopyStoreInfo object by using the parmEnum method.

Syntax

public void initFromArgs(Args _args)

Run On

Server

Parameters

  • _args
    Type: Args Class
    The Args object from which to initialize the global objects.

Exceptions

Exception Condition
Error

The call is for wrong class.

Remarks

The RetailStoreTable record that contains the Args value. The RetailStoreId object is initialized by using the value of from the storeId field in the RetailCopyStoreInfo object.

See Also

Reference

RetailCopyStoreInformation Class