ProductTraceabilityHelper.FindUnitOpBatchesByDateRange

This function performs Lookup BatchItem objects by unit op and date range.

Syntax Parameters Return Value
Function ProductTraceabilityHelper.FindUnitOpBatchesByDateRange( _
    UnitOpId As Long, _
    StartTime As Variant, _
    StopTime As Variant, _
    IncludePartialMatches As Boolean) As Variant
  • UnitOpId [in]

Type: Long

  • StartTime [in]

Type: Variant

  • StopTime [in]

Type: Variant

  • IncludePartialMatches [in]

Type: Boolean

Variant