LabelBulkEditor.modify Method [AX 2012]

Modifies the text and comment that are associated with a specified label ID.

public boolean modify(
    str label, 
    str text, 
   [str comment])

Run On

Server

Parameters

label
Type: str
A string that specifies the label ID. The string must include an at sign (@) followed by a label file ID and a number.
text
Type: str
A string that specifies the text that is associated with the label ID.
comment
Type: str
A string that specifies the comment that is associated with the label ID.

Return Value

Type: boolean
true if the label is modified; otherwise, false.

Community Additions

ADD
Show: