Hi-
I am working in Oscript and would like to do something like:
String Action = "View"
Integer code = 0
code = $Audit(Action)
In other words I would like
code = $AuditView
Where that value is a global value out there. I do not want to have to write a massive case statement.
Is this possible?
Thanks!
Kevin