AxdSalesOrder.prepareForDeleteExtended Method [AX 2012]

Handles the delete operation.

Syntax

public boolean prepareForDeleteExtended(
    AxdStack _axBcStack, 
    str _dataSourceName, 
    AxdRecordProcessingContext _recordProcessingContext, 
    AxInternalBase _childRecord)

Run On

Server

Parameters

  • _dataSourceName
    Type: str
    A name.

Return Value

Type: boolean
true if the delete operation was successful; otherwise, false.

See Also

Reference

AxdSalesOrder Class