RetailTransactionServiceWishList::deleteWishListLine Method [AX 2012]
Deletes a wish list line.
client server public static container deleteWishListLine(RecId lineId, RefRecId wishListId)
Run On
CalledParameters
- lineId
- Type: RecId Extended Data Type
The id of the line to be deleted.
- wishListId
- Type: RefRecId Extended Data Type
The id of the list to be deleted. This is only used if line id is 0.
Return Value
Type: containerContainer with the status as true if the delete of record is successful and false otherwise.
Show: