MCROrderEventTable::findMostRecentFTCEvent Method
Finds the most recent FTC event according to the created date field tied to a sales order.
Syntax
client server public static MCROrderEventTable findMostRecentFTCEvent(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 event tied to the specified sales ID.