AxdBaseCreate.setPrefixText Method [AX 2012]

Constructs the text to be written to the prefix of the Infolog when there are errors creating transactions from an XML document.

Syntax

public void setPrefixText(int _lineNum, int _linePos)

Run On

Server

Parameters

  • _lineNum
    Type: int
    The current line number in the XML document.
  • _linePos
    Type: int
    The current position in the XML document.

Remarks

This protected method is internal to the AxdBaseCreate class and is intended only for use in constructing the text for the Infolog's prefix in case of errors.

See Also

Reference

AxdBaseCreate Class