Share via


RetailTransactionService::getWishLists Method [AX 2012]

Gets a list of wish lists

Syntax

client server public static container getWishLists(
    RecId 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 lists matching the parameters

See Also

Reference

RetailTransactionService Class