Label.insert Method [AX 2012]

Creates a label ID for a specified text string.

public str insert(
    str text, 
    str comment, 
    str module)

Run On

Called

Parameters

text
Type: str
A string data type that specifies the text associated with the label ID.
comment
Type: str
A string data type that specifies the comment associated with the label ID.
module
Type: str
A string data type that specifies a three-letter label file ID.

Return Value

Type: str
A string data type value for the label ID that is created.

This operation allocates a new label ID across all languages.

Community Additions

ADD
Show: