Share via


EMSFlow::processFlows Method

Processes all the EMSFlow records and generates all the related incoming and outgoing EMSFlow records.

Syntax

client server public static boolean processFlows(
   [QueryRun _qRun, 
    TransDate _calcFromDate, 
    TransDate _calcToDate])

Run On

Called

Parameters

  • _qRun
    Type: QueryRun Class
    A QueryRun object of the EMSFlow records to be processed.
  • _calcFromDate
    Type: TransDate Extended Data Type
    A date value that filters on all the EMSFlow records having a smaller FromDateTime field.

Return Value

Type: boolean
true if all the EMSFlow records have been processed; otherwise, false.

See Also

Reference

EMSFlow Table