added AD group support to notifications system
This commit is contained in:
@ -866,8 +866,8 @@ AddMakeup:
|
||||
Convert @VM to '' in SlotWaferIDs
|
||||
|
||||
// Flush/update pending index transactions.
|
||||
Update_Index('WO_MAT', 'MU_PART_NO', False$)
|
||||
Update_Index('WO_MAT', 'CURR_STATUS', False$)
|
||||
Update_Index('WO_MAT', 'MU_PART_NO', False$, True$)
|
||||
Update_Index('WO_MAT', 'CURR_STATUS', False$, True$)
|
||||
|
||||
IF Get_Status(errCode) THEN
|
||||
ErrMsg(errCode)
|
||||
@ -1197,3 +1197,4 @@ return
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user