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

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 12704

Trending Articles