RetailGroupMemberLine::productLookup Method
Calls the lookup form for the product field on retail member lines, filtered by category if it is assigned.
Syntax
client server public static EcoResProduct productLookup(
FormReferenceControl _formReferenceControl,
RetailGroupMemberLine _groupMember,
[DataAreaId _dataAreaId])
Run On
Called
Parameters
- _formReferenceControl
Type: FormReferenceControl Class
The reference group control that has the lookup.
- _groupMember
Type: RetailGroupMemberLine Table
The current RetailGroupMemberLine record that is being edited.
- _dataAreaId
Type: DataAreaId Extended Data Type
The data area ID of the legal entity to filter; optional.
Return Value
Type: EcoResProduct Table
The selected product record.