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