Share via


SalesUpdateConfirmDatesCommand.prefixTextSalesLine Method [AX 2012]

Creates the information message text for the specified SalesLine record.

Syntax

protected str prefixTextSalesLine(SalesLine _salesLine)

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    A SalesLine record that represents a sales line.

Return Value

Type: str
A String value that describes the sales line.

See Also

Reference

SalesUpdateConfirmDatesCommand Class