Main N4 Entity
WorkInstruction
Functionality
Apex Module
Execution of the ApexInterceptor class which detects entity changes by XPS
Description
When a work instruction update from XPS is detected the groovy hook will be executed before any built-in n4 interception logic.
Interface Method(s) and Injected Data
void execute(WorkInstruction inWi, WiMoveStageEnum inStageIs, WiMoveStageEnum inStageWas)
Parameters
inWiThe WorkInstruction updated
inStageIsThe new move stage of the WI
inStageWasThe old move stage of the WI
Exception/Transaction Handling
BizViolations will be logged and processing continues. Other exceptions will abort.
Availability
2.1+