Share via


AxdVendVendRequestSignup.deleteList Method [AX 2012]

Throws an error because this document class does not support the 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 delete.

Return Value

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

Remarks

The value of the _constraintListCollection parameter must be an instantiated, empty AifConstraintListCollection object. The object will be populated when the readList method is run.

See Also

Reference

AxdVendVendRequestSignup Class