MCROrderEventTable::findMostRecentFTCClockStartEvent Method
Finds the most recent 'FTC clock started' event for a given sales order according to the created date field.
Syntax
client server public static MCROrderEventTable findMostRecentFTCClockStartEvent(SalesId _salesId, [boolean _forUpdate])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The salesId of the order event to find.
- _forUpdate
Type: boolean
Specifies whether to mark the found record for update.
Return Value
Type: MCROrderEventTable Table
The order event record with the most recent FTC clock started event.