RetailTransactionServiceWishList::createWishListLine Method [AX 2012]

Creates a wish list line.

Syntax

client server public static container createWishListLine(str wishListLineXml)

Run On

Called

Parameters

  • wishListLineXml
    Type: str
    The input xml string containing the wish list line field information.

Return Value

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

See Also

Reference

RetailTransactionServiceWishList Class