📚 SAP Business One SDK Help

UnitsPerTime Property
See Also 

Description

The number of resource units to which the TimePerUnits field relates. The default value is 1.

Field name: NumResUnit.

Property type

Read-write property

Syntax

Visual Basic
Public Property UnitsPerTime() As Long

Remarks

Example:

You have a machine that works in cycles. Each cycle takes 15 minutes and it can process 3 items in 1 cycle (3 capacity units within 15 minutes.) In TimePerUnits enter 00:15:00, and in UnitsPerTime enter 3. Alternatively, you can define TimePerUnits as 00:05:00, and UnitsPerTime as 1.

See Also