Had an instance of an RDS being deleted. Looking into root cause. Interim fix including blocking ALL RDS deletions.

This commit is contained in:
Infineon\Ouellette
2025-08-17 17:51:09 -07:00
parent 804258a167
commit 47b54f6a16

View File

@ -923,11 +923,23 @@ DELETE_RECORD_PRE:
LogData<3> = Name LogData<3> = Name
LogData<4> = Notes LogData<4> = Notes
Logging_Services('AppendLog', objLog, LogData, @RM, @FM) Logging_Services('AppendLog', objLog, LogData, @RM, @FM)
ActionFlow = ACTION_STOP$
return return
DELETE_RECORD: DELETE_RECORD:
Notes = RetStack()
Swap @FM with ' | ' in Notes
LogData = ''
LogData<1> = LoggingDTM
LogData<2> = @User4
LogData<3> = Name
LogData<4> = Notes
Logging_Services('AppendLog', objLog, LogData, @RM, @FM)
ActionFlow = ACTION_STOP$
return return
@ -990,3 +1002,4 @@ Restore_System_Variables:
return return