RetailTransactionServiceWishList::getWishListLines Method [AX 2012]
Gets a list of wish list lines
client server public static container getWishListLines(
RefRecId wishListId,
AccountNum customerId,
boolean favoriteFilter,
boolean publicFilter)
Run On
CalledParameters
- wishListId
- Type: RefRecId Extended Data Type
A wish list id.
- customerId
- Type: AccountNum Extended Data Type
A customer id.
- favoriteFilter
- Type: boolean
Indicates whether or not to filter by favorite.
- publicFilter
- Type: boolean
Indicates whether or not to filter by public.
Show: