📚 SAP Business One SDK Help

DueDate Property
See Also 

Description

Sets or returns the planned completion date of the production order. The DueDate can be modified (read-write) while the ProductionOrderStatus is either Planned or Released (read-only when the status is Closed).

Mandatory for creating a new production order.

Field name: DueDate.

Property type

Read-write property

Syntax

Visual Basic
Public Property DueDate() As Date

Remarks

During upgrade, if ExpectedCompletionDate (WorkOrders) exists, the system copies it as is to DueDate, otherwise, the system sets the DueDate with the value of PostingDate.

See Also