AxdCustomerQuotation.deleteList Method [AX 2012]
Causes an exception as this document 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 delete.
- _actionPolicyInfo
Type: AifEndpointActionPolicyInfo Class
The record ID of the map policy that specifies which value mapping to perform.
- _constraintListCollection
Type: AifConstraintListCollection Class
A collection of constraint lists that are identified for each document. For more information, see AifConstraintListCollection Class.
Return Value
Type: AifResult Class
The entity key list that defines the deleted transactions.