MCROrderEventTable::markFTCEventsAsInactive Method
Deactivates the FTC order events.
Syntax
client server public static void markFTCEventsAsInactive(
TableGroupAll _tableGroupAll,
[CustAccount _custAccount,
SalesId _salesId])
Run On
Called
Parameters
- _tableGroupAll
Type: TableGroupAll Enumeration
TableGroupAll::All: Inactivate all records. _salesId and _custAccount parameters are ignored.
TableGroupAll::GroupId: Inactivate all records related to the specified customer.
TableGroupAll::Table: Inactivate all records related to the specified sales order. _custAccount parameter is ignored.
- _custAccount
Type: CustAccount Extended Data Type
When the _tableGroupAll parameter is TableGroupAll::GroupId, only events tied to sales orders with the specified _custAccount will be updated.
- _salesId
Type: SalesId Extended Data Type
When the _tableGroupAll parameter is TableGroupAll::GroupId or TableGroupAll::Table, order events with salesId equal to the parameter _salesId will be updated.