Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Current process name

How can I get the current process name
for use in expressions?

Sergei
0 Kudos
Message 1 of 3
(3,215 Views)
With some string functions on the $Alarm.process datamember.

E.g. right($Alarm.process,len($Alarm.process)-(find("\",$Alarm.process,3)))

Or see attachement.

Maybe there are other ways...

Hope this helps.
Roland
Message 2 of 3
(3,215 Views)
Many thanks for taking care of the problem.
This approach will solve my current task.

Regards,
Sergei


> With some string functions on the $Alarm.process datamember.
>
> E.g.
> right($Alarm.process,len($Alarm.process)-(find("\",$Alarm.process,3)))
>
> Or see attachement.
>
> Maybe there are other ways...
>
> Hope this helps.
> Roland
0 Kudos
Message 3 of 3
(3,215 Views)