PurchOrderLineSourceDocumentLineItem.calculateDefaultDimension Method [AX 2012]

Calculates the default dimension for the line.

protected DimensionDefault calculateDefaultDimension()

Run On

Server

Return Value

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

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

Community Additions

ADD
Show: