Share via


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

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

See Also

Reference

MCROrderEventTable Table