RetailGroupMemberLine::categoryLookup Method

Calls the lookup form for variant fields on retail member lines, it also allows the selection of a retail or retail special category

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static EcoResCategory categoryLookup(FormReferenceControl _formReferenceControl, [RefRecId _selectedCategoryHierarchyId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static EcoResCategory categoryLookup(FormReferenceControl _formReferenceControl, [RefRecId _selectedCategoryHierarchyId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static EcoResCategory categoryLookup(FormReferenceControl _formReferenceControl)

Run On

Called

Parameters

Return Value

Type: EcoResCategory Table
The selected category record.

See Also

Reference

RetailGroupMemberLine Table