Quantcast
Channel: Ivanti User Community: Message List
Viewing all articles
Browse latest Browse all 13696

Re: Get CurrentUser in calculation precondition

$
0
0

I think it should be something like:

 

import System

static def GetAttributeValue(Incident):

Value = 'False'

if Incident.GetCurrentUserName() == Incident.RaiseUser.ToLower()

elif Incident.GetCurrentUserName() == Incident.CreationUser.ToLower:

Value = 'True'

return Value

 

This might be helpful:

http://community.landesk.com/support/docs/DOC-28496


Viewing all articles
Browse latest Browse all 13696


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>