RetailCopyTerminalInformation.initFromArgs Method [AX 2012]

Intializes the variables with the terminal data.

Syntax

public void initFromArgs(Args _args)

Run On

Server

Parameters

  • _args
    Type: Args Class
    An argument variable that holds the dataset information.

Exceptions

Exception Condition
Error

The dataset data is empty.

-or-

The dataset data does not match with the RetailTerminalTable table.

See Also

Reference

RetailCopyTerminalInformation Class