RetailTransactionServiceWishList::createWishList Method [AX 2012]
Creates a wish list.
client server public static container createWishList(str wishListXml)
Run On
CalledParameters
- wishListXml
- Type: str
The input xml string containing the wish list field information.
Return Value
Type: containerContainer with the status as true if the creation of record is successful and false otherwise.
Show: