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.
- _calcToDate
Type: TransDate Extended Data Type
A date value that filters on all the EMSFlow records having a bigger ToDateTime field.
Return Value
Type: boolean
true if all the EMSFlow records have been processed; otherwise, false.