From 8282b5a7d49364fbb9abbe9cfde63b0831f3121e Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Mon, 11 Nov 2024 08:21:13 -0700 Subject: [PATCH] Modified API to create a new test wafer lot to use the new generic routine CreateNewLot --- LSL2/STPROC/CREATENEWTESTWAFERLOT_API.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LSL2/STPROC/CREATENEWTESTWAFERLOT_API.txt b/LSL2/STPROC/CREATENEWTESTWAFERLOT_API.txt index a4b5f52..49c8330 100644 --- a/LSL2/STPROC/CREATENEWTESTWAFERLOT_API.txt +++ b/LSL2/STPROC/CREATENEWTESTWAFERLOT_API.txt @@ -68,7 +68,6 @@ API createnewtestwaferlot.POST OIWizardID = Field(Cookie, '=', 2) end Next Cookie - ValidSession = OI_Wizard_Services('ValidateSession', OIWizardID) If ValidSession then // Check if payload has the required information to create a react mode change record @@ -91,7 +90,7 @@ API createnewtestwaferlot.POST Username = Xlate('OI_WIZARD', OIWizardID, OI_WIZARD.EMPLOYEE_ID$, 'X') PrinterID = 'WEB' SRP_JSON(TWLotObject, 'Release') - LotId = Lot_Services('CreateNewTestWaferLot', LotType, ProdName, LotQty, VendorPartNo, VendorLotNo, VendorCode, Username, PrinterID) + LotId = Lot_Services('CreateNewLot', LotType, ProdName, LotQty, VendorPartNo, VendorLotNo, VendorCode, Username, PrinterID) If Error_Services('NoError') And RowExists('LOT', LotId) then Message = 'Create TW Lot Successful: New Lot ID - ' : LotId GoSub CreateHALItem