- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2014 01:07 AM
Hi Guys, I am trying to set the default value of the caller field. The below code is already there, I want to show only the caller who are active could you please help me with the rest of the code?
javascript:incidentGetCaller();
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2014 01:16 AM
No need to change the default value if you only want to return active users, just update the 'Reference Specification' tab and the Reference Qual Condition to ACTIVE is TRUE.
Then if you don't auto-populate the caller field with the current user and need to lookup users, it will only return active-true users, is that your intention?
By default that incidentGetCaller() will autopopulate the caller field if the user logging the incident is not an itil user, otherwise it presumes they are logging a call on behalf of someone so will use the reference qualifier to only show you active users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2014 01:45 AM
Kindly mark that answer correct/helpful which helped you solve your issue