Share via


SourceDocumentLineItem.calculateDefaultDimension Method [AX 2012]

Calculates the default dimension for the line.

Syntax

protected DimensionDefault calculateDefaultDimension()

Run On

Server

Return Value

Type: DimensionDefault Extended Data Type
The default dimension for the line.

Remarks

This value is cached in the parmDefaultDimension method. All consumers should use that method to retrieve the default dimension because it will call this method as necessary.

See Also

Reference

SourceDocumentLineItem Class