Share via


RetailTransactionService::updateWishList Method [AX 2012]

Updates a wish list.

Syntax

client server public static container updateWishList(str wishListXml)

Run On

Called

Parameters

  • wishListXml
    Type: str
    The input xml string containing updated field information.

Return Value

Type: container
Container with the status as true if the update of record is successful and false otherwise.

See Also

Reference

RetailTransactionService Class