Share via


AxdTransferOrderPosting.prepareForSave Method [AX 2012]

Prepares an AxBC class for saving.

Syntax

public boolean prepareForSave(AxdStack _axdStack, str _dataSourceName)

Run On

Server

Parameters

  • _dataSourceName
    Type: str
    The data source name.

Return Value

Type: boolean
true if the top element on the stack can be saved; otherwise, false.

Remarks

This method is used to save the record in a table.

See Also

Reference

AxdTransferOrderPosting Class