
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 11:14 AM
Hi Guys
I have a form
Where it has three fields:
Requester (sys_user)
Requested For (sys_user)
Return Machine (cmdb_ci_computer)
When I select the return machine, it retrieves from the requester field (myself) instead of Requested For
How do I retrieve the machines in the Return Machine field based on the Requested For field?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:36 PM
It's going to be done by the reference qualifier. Can you share the reference qualifier on the Return Machine field/variable? It should be as easy as swapping the Requester variable in the qualifier for the Requested For variable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:36 PM
It's going to be done by the reference qualifier. Can you share the reference qualifier on the Return Machine field/variable? It should be as easy as swapping the Requester variable in the qualifier for the Requested For variable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 06:33 AM
I definitely have no idea how to do that. In the conditions of the cmdb_ci_computer table filter, there is no 'Requested For' field, which is the field I want to reference.
What I want to do is to display only the machines of the user selected in the 'Requested For' field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 06:35 AM
Definitivamente não tenho ideia de como fazer isso. Nas condições do filtro da tabela cmdb_ci_computer, não existe o campo 'Solicitado para', que é o campo que desejo referenciar.
O que eu quero fazer é exibir apenas as máquinas do usuário selecionado no campo ‘Solicitado Para’.