Share via


ReleaseUpdateDB60_Retail.updateToRetailGroupMemberLine Method [AX 2012]

Takes a record which used to use RetailItemGroupDepartmentAllBase enum to relate to items or groups, uses the specified fields to read the type and relation, looks up the entity, creates the proper RetailGroupMemberLine, and returns the RecId of the new RetailGroupMemberLine record.

Syntax

private RefRecId updateToRetailGroupMemberLine(
    RetailItemGroupDepartmentAllBase _type, 
    Common _recordToReadFrom, 
    FieldId _relationFieldId)

Run On

Server

Parameters

Return Value

Type: RefRecId Extended Data Type
RecId of the new RetailGroupMemberLine record.

See Also

Reference

ReleaseUpdateDB60_Retail Class