Share via


AxSalesLine.parmPdsSameLot Method [AX 2012]

Gets or sets the PdsSameLot parameter.

Syntax

public PdsSameLot parmPdsSameLot([PdsSameLot _pdsSameLot])

Run On

Called

Parameters

Return Value

Type: PdsSameLot Extended Data Type
The value of the PdsSameLot parameter.

Remarks

Process 2.0 Same Batch Lot Reservation public PdsSameLot parmPdsSameLot(PdsSameLot _pdsSameLot = NoYes::No)

Examples

AxSalesLine.parmPdsSameLot(NoYes::Yes);

See Also

Reference

AxSalesLine Class