Label.modify Method [AX 2012]
Modifies the text and comment associated with a specified label.
public boolean modify(
str label,
str text,
[str comment])
Run On
CalledParameters
- label
- Type: str
A string that specifies the label ID. The string must include the at sign (@) followed by a label file ID and a number.
- text
- Type: str
A string that specifies the text associated with a label ID.
- comment
- Type: str
A string that specifies the comment associated with a label ID.
Community Additions
ADD
Show: