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

Re: Clear or populate raise user based on boolean

$
0
0

UPDATE:

 

Trying populate the Raise User attribute using this calculation:

 

import System

static def GetAttributeValue(Activity):

    CurrentUser = Activity.CreationUser.Title

    if Activity._CaseForRequestor != null and Activity._CaseForRequestor == true:

        CurrentUser = Activity.GetCurrentUserName()

    return Activity.GetObjectByAttribute("Activity.RaiseUser", "Title", CurrentUser)

 

But I get this error:

Inner Exception: - Module with Id Activity not found.

 

Any help?


Viewing all articles
Browse latest Browse all 12047

Trending Articles



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