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

  • _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.

See Also

Reference

MCROrderEventTable Table