From f3c7cf62eaebc72f334244f40d0c9efc8078c1cb Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Tue, 19 Nov 2024 14:55:18 -0700 Subject: [PATCH] updated auto-hold function to use active directory dl group --- LSL2/STPROC/MATERIAL_SERVICES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LSL2/STPROC/MATERIAL_SERVICES.txt b/LSL2/STPROC/MATERIAL_SERVICES.txt index 8cf23c1..8209090 100644 --- a/LSL2/STPROC/MATERIAL_SERVICES.txt +++ b/LSL2/STPROC/MATERIAL_SERVICES.txt @@ -344,12 +344,12 @@ Service ProcessAutoHold() // Send notification if list is not null If HoldList NE '' then - Recipients = XLATE('NOTIFICATION', 'AUTO_HOLD', NOTIFICATION_USER_ID$, 'X') + Recipients = '' SentFrom = 'SYSTEM' Subject = 'Makeup Wafer Auto-Hold Report' AttachWindow = '' AttachKey = '' - SendToGroup = '' + SendToGroup = 'AUTO_HOLD' Message = 'The following makeup cassettes are older than three years and have been automatically ' Message := 'placed on hold.':CRLF$:'Reminder: EpiPro lots can contain multiple RDS lots.':CRLF$:CRLF$ Swap @FM with CRLF$ in HoldList @@ -1352,3 +1352,4 @@ ClearCursors: Next counter return +