added AD group support to notifications system
This commit is contained in:
@ -94,6 +94,24 @@ $Insert PS_EQUATES
|
||||
* $INSERT PRINTSETUP_EQUATES
|
||||
* equ REV_CREATE_ENGINE_NO_UI$ to 0x040
|
||||
|
||||
Main:
|
||||
debug
|
||||
Recipients = ''
|
||||
SentFrom = @USER4
|
||||
|
||||
SendToGroup = 'RDS_HOLD' : @VM : 'FI_SUPPORT'
|
||||
|
||||
Subject = 'Testing 2'
|
||||
Message = 'Testing 1234'
|
||||
AttachWindow = ''
|
||||
AttachKey = ''
|
||||
|
||||
Parms = Recipients:@RM:SentFrom:@RM:Subject:@RM:Message:@RM:AttachWindow:@RM:AttachKey:@RM:SendToGroup
|
||||
obj_Notes('Create',Parms)
|
||||
|
||||
|
||||
return
|
||||
|
||||
* Main:
|
||||
* debug
|
||||
* Open 'LSL_USERS' to hTable then
|
||||
@ -203,3 +221,4 @@ Main2:
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user