Share via


AxdPurchRFQPaymTerms.deleteList Method [AX 2012]

Throws an error because this document class does not support the delete action.

Syntax

public AifResult deleteList(
    AifEntityKeyList _aifEntityKeyList, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintListCollection _constraintListCollection)

Run On

Server

Parameters

  • _aifEntityKeyList
    Type: AifEntityKeyList Class
    A list of entity keys that identify the transactions to be deleted.
  • _constraintListCollection
    Type: AifConstraintListCollection Class
    A collection of lists that contain the constraints that are identified for each document. The _constraintListCollection parameter must be an instantiated with an empty AifConstraintListCollection . It will be populated when the readList method is run.

Return Value

Type: AifResult Class
The entity key that defines the deleted transaction.

See Also

Reference

AxdPurchRFQPaymTerms Class