Share via


RetailTransactionService::updateWishListLine Method [AX 2012]

Updates a wish list line.

Syntax

client server public static container updateWishListLine(str wishListLineXml)

Run On

Called

Parameters

  • wishListLineXml
    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