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