Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts order events that occur from quality package check module.
Syntax
public void insertFromQualityPackageCheck(
SalesId _salesId,
MCROrderEventType _orderEventType,
UserId _userId,
[MCRComment _reason])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The salesId related to this order event.
- _orderEventType
Type: MCROrderEventType Enumeration
The type of order event being created.
- _userId
Type: UserId Extended Data Type
The userId performing the action.
- _reason
Type: MCRComment Extended Data Type
The reason why the action was taken.