Share via


RetailStatementPost.initFromArgs Method [AX 2012]

Initializes a RetailStatementTable record by using the caller record.

Syntax

public void initFromArgs(Args _args)

Run On

Server

Parameters

  • _args
    Type: Args Class
    The details of the caller data source.

Exceptions

Exception Condition
Error

The caller dataset is not a RetailStatementTable record.

-or-

The method must be called by using a parameter.

Remarks

Calls the StatementTable method to initialize the table.

See Also

Reference

RetailStatementPost Class