updated WO_MAT and WM_IN actions to mark cassettes as processed when cassettes have a quantity of zero
This commit is contained in:
@ -245,7 +245,7 @@ end service
|
||||
|
||||
|
||||
Service DeployHGCV()
|
||||
debug
|
||||
|
||||
! Get list of work orders in production today.
|
||||
SchedEvents = Schedule_Services('GetScheduleEvents', (date() - 7), (date() + 7))
|
||||
WOList = ''
|
||||
@ -350,7 +350,7 @@ Service DeployHGCV()
|
||||
HgCVList = Database_Services('ReadDataRow', 'SYSLISTS', 'HGCV_UAT')
|
||||
|
||||
For each WoMatQAKey in HgCVList using @VM
|
||||
If WOMatQAKey EQ '167798*67' then debug
|
||||
|
||||
Database_Services('ActivateRecord', 'WO_MAT_QA', WoMatQAKey)
|
||||
Profiles = {PROFILE}
|
||||
ThickRecipeFound = False$
|
||||
@ -586,7 +586,8 @@ Service SetupDevServices()
|
||||
|
||||
DevDBServices = 'Update Material Logs':@VM:'Log Transaction Postings':@VM:'Process Wafer Image Queue':@VM
|
||||
DevDBServices := 'Process UCL Requests':@VM:'Process ROTR Requests':@VM:'Process Wafer Image Requests':@VM
|
||||
DevDBServices := 'Process SQL Requests':@VM:'Send Notes':@VM:'Update Notification Groups'
|
||||
DevDBServices := 'Process SQL Requests':@VM:'Send Notes':@VM:'Update Notification Groups':@VM
|
||||
DevDBServices := 'Update Security Groups':@VM:'Auto Scheduler'
|
||||
|
||||
Query = "SELECT SERVICES"
|
||||
|
||||
|
Reference in New Issue
Block a user