added AD group support to notifications system

This commit is contained in:
Infineon\StieberD
2024-10-04 17:35:08 -07:00
parent 0b5ce72c39
commit 2a5abee93e
38 changed files with 9811 additions and 2732 deletions

View File

@ -1,24 +1,26 @@
Compile Subroutine Temp(dummy)
Declare Function datetime
Debug
Open 'SYSENV' To hSysenv Then
Open 'TEMP_SYSENV' To hNewSysenv Then
Select hSysenv
EOF = 0
Loop
Readnext Key Else EOF = 1
Until EOF
//If IndexC(Key, 'SRP', 1) then
Read Rec From hSysenv, Key Then
Write Rec To hNewSysenv, Key Else
Debug
end
End
//end
Repeat
End
End
dt = datetime()
*Open 'SYSENV' To hSysenv Then
* Open 'TEMP_SYSENV' To hNewSysenv Then
* Select hSysenv
* EOF = 0
* Loop
* Readnext Key Else EOF = 1
* Until EOF
* //If IndexC(Key, 'SRP', 1) then
* Read Rec From hSysenv, Key Then
* Write Rec To hNewSysenv, Key Else
* Debug
* end
* End
* //end
* Repeat
* End
*End
return