Share via


RetailTransactionServiceWishList::getWishListLines Method [AX 2012]

Gets a list of wish list lines

Syntax

client server public static container getWishListLines(
    RefRecId wishListId, 
    AccountNum customerId, 
    boolean favoriteFilter, 
    boolean publicFilter)

Run On

Called

Parameters

  • favoriteFilter
    Type: boolean
    Indicates whether or not to filter by favorite.
  • publicFilter
    Type: boolean
    Indicates whether or not to filter by public.

Return Value

Type: container
A list of wish list lines matching the parameters

See Also

Reference

RetailTransactionServiceWishList Class