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
ServerParameters
- 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.
Community Additions
ADD
Show: