Summary
This article describes how to filter the list of available devices which are displayed when checking out using 'Request On Behalf Of'. In particular, the provided query will only list active devices.Synopsis
This article provides information on creating a custom view which can be used to filter out the list of target devices when checking out using 'Request On Behalf Of'Discussion
By default, App Portal will allow the requester to select any device returned by the following query (run against the App Portal database):select * from vUserComputerMap
If it is desirable to filter out the list of devices which will be available, then a custom view can be created which will filter out the device list. The following query can be used to create a view which will filter out any devices which are not active:
CREATE VIEW [dbo].[CustomROBView] AS SELECT Distinct vru.CM12ID as UserResourceID, vru.FullName, vru.email,
vru.UserName, vru.office, vru.Department,vru.UniqueName, vrs.ComputerID as ResourceID, vrs.MachineName, vrs.Client, vrs.Active, vrs.MachineDomain FROM vComputer AS vrs
INNER JOIN dbo.WD_UserComputerMap AS ucm ON ucm.ComputerID_= vrs.ComputerID
LEFT OUTER JOIN vUser AS vru ON ucm.UserID_ = vru.UserID
where vrs.active = 1
GO
This will create a view named CustomROBView which will return all active computers. Once the view has been created, it is necessary to "register" the new view with App Portal. To do this, open the App Portal site, and go to settings->web site->general. For the "Request On Behalf DB View", specify the name of the view which was created. In this case, "CustomROBView".. Once this view has been specified, then only the devices returned by running the view query should be available.
Additional Information
For Additional information, see Enabling a Catalog Item to Be Requested on Behalf of Another User/DeviceWas this helpful?
Related Articles
Add Machines/Users to Target List in App Portal When Using Request to Manual List Option During Checkout 5Number of Views Failed to enumerate domains for windows browser device discovery: The list of servers for this workgroup is not currently … 19Number of Views Where is a Complete List of Available Merge-Tags for Email Templates? 12Number of Views Best Practice: How to Prevent Blocking of Email Sent by FlexNet Operations on Behalf of Tenants 4Number of Views Is There's an API Available to Manage the Reservation List to Add and Return Devices in LLS? 6Number of Views
Revenera Assistant
Online
Hi, I am Reva - Ask me anything.
Updates
No new updates
Chat
Home
Updates
/**/
Thanks for the feedback!
Your feedback has been saved.Rate this response:
1
2
3
4
5
Add Additional feedback ( Optional )
0/240
English
English
Language changed successfully
Something went wrong
Email sent successfully
Something went wrong
Case create successfully
Are you sure you want to cancel
the case creation?
Please select a product to submit the case.
Please select a product version to submit the case.
0/255
Upload Attachment
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to cancel the case creation?
Case closed successfully
File Upload
Maximum file size allowed is 3 MB.
File type not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
© 2026 Flexera Software. All Rights Reserved.
Case id: 00001065
Activity: Status change: 2 hours ago