RetailTransactionService::updateWishListLine Method [AX 2012]
Updates a wish list line.
client server public static container updateWishListLine(str wishListLineXml)
Run On
CalledParameters
- wishListLineXml
- Type: str
The input xml string containing updated field information.
Return Value
Type: containerContainer with the status as true if the update of record is successful and false otherwise.
Show: