
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2017 04:57 PM
I have a Catalog Item 'Loaner Laptop Request'. I am creating a task using a workflow and assigning it to the concerned team as soon as a user creates a loaner laptop request.
After the task has been assigned to the concerned team, I want to give them the power to assign a respective Configuration Item to the requester. The requirement is to show only 'In Stock Computers' in the Configuration Item lookup instead of all the CIs.
I tried writing a Dictionary Override -> Reference Qualifier with a custom condition on sc_task but I don't think this is a good idea because my application is in a global scope.
How should I achieve this?
Solved! Go to Solution.
- Labels:
-
Enterprise Asset Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2018 11:10 AM
I created a JavaScript function and applied it to the reference qualifier to filter off of cmdb. It works like a charm. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2017 06:57 PM
HI,
If you not using cI loopup field anywhere else then duplicate the variabe and give give this reference qualifier

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2017 09:57 PM
We are using CI lookup field in a couple of applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 06:05 AM
Does CI loopup in another application have reference qualifier? if not then prob u can duplicate the CI lookup just for this table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 05:24 PM
Can you give me an example on how to do this?