updated auto-hold function to use active directory dl group

This commit is contained in:
Infineon\StieberD 2024-11-19 14:55:18 -07:00
parent 392f61e8bb
commit f3c7cf62ea

View File

@ -344,12 +344,12 @@ Service ProcessAutoHold()
// Send notification if list is not null // Send notification if list is not null
If HoldList NE '' then If HoldList NE '' then
Recipients = XLATE('NOTIFICATION', 'AUTO_HOLD', NOTIFICATION_USER_ID$, 'X') Recipients = ''
SentFrom = 'SYSTEM' SentFrom = 'SYSTEM'
Subject = 'Makeup Wafer Auto-Hold Report' Subject = 'Makeup Wafer Auto-Hold Report'
AttachWindow = '' AttachWindow = ''
AttachKey = '' AttachKey = ''
SendToGroup = '' SendToGroup = 'AUTO_HOLD'
Message = 'The following makeup cassettes are older than three years and have been automatically ' 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$ Message := 'placed on hold.':CRLF$:'Reminder: EpiPro lots can contain multiple RDS lots.':CRLF$:CRLF$
Swap @FM with CRLF$ in HoldList Swap @FM with CRLF$ in HoldList
@ -1352,3 +1352,4 @@ ClearCursors:
Next counter Next counter
return return