RetailGroupMemberLineQueryProvider::distinctAndMasterProductQuery Method [AX 2012]

Creates a query that finds all products that are not variants.

client server public static Query distinctAndMasterProductQuery([DataAreaId _dataAreaId])

Run On

Called

Parameters

_dataAreaId
Type: DataAreaId Extended Data Type
The data area ID of the legal entity to filter values; optional.

Return Value

Type: Query Class
A query to find all products which are distinct or masters.
Show: