Added menu item in NDW Main to launch OI Wizard Create TW Lot

This commit is contained in:
Infineon\Ouellette 2025-01-23 09:17:36 -07:00
parent 9d86fd5fba
commit a275005358
2 changed files with 1514 additions and 1467 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,7 @@ Compile function Lot_Services(@Service, @Params)
Declare function TEST_WAFER_PROD_SERVICES, SRP_Datetime, Datetime, Database_Services, Lot_Services, Error_Services, RTI_CREATEGUID
Declare function SRP_Array, SRP_Json, Environment_Services, Logging_Services
Declare subroutine Database_Services, Btree.Extract, Lot_Services, Error_Services, Labeling_Services, SRP_Json, Logging_Services
Declare subroutine SRP_Run_Command
$insert APP_INSERTS
$Insert LOT_EQUATES
$Insert TEST_WAFER_PROD_EQUATES
@ -1147,6 +1148,11 @@ Service IncreaseLotWaferCount(LotId, IncreaseQty)
end
end service
Service OpenOIWizardCreateTWLotInBrowser()
Command = 'explorer https://goto.infineon.com/oiwizard/Lot/CreateTestWaferLot/'
SRP_Run_Command(Command)
end service