Share via


RetailConnTableDistributionTree.endLabelEdit Method [AX 2012]

Edits and updates the record with the specified data.

Syntax

public void endLabelEdit(
    int _idx, 
    str _text, 
    anytype _data)

Run On

Client

Parameters

  • _idx
    Type: int
    The primary key value of the record.
  • _text
    Type: str
    The text to be updated in the record.
  • _data
    Type: anytype
    The ID value.

See Also

Reference

RetailConnTableDistributionTree Class