Limit Asset List
Updated: 21 May 2010 | 1 comment
Is there a way to limit the number of assets listed in the asset finder dropdown?
discussion Filed Under:
Is there a way to limit the number of assets listed in the asset finder dropdown?
Comments
You could customize the Dataset/Query used to populate this field.
Within the file 'subWorkitemEditGeneral.ascx' instead of using the query 'Asset' which is define in the table 'query' within the database 'Altiris_incidents' as "Select * from Asset_View" you might want to restrict the select statement by:
1) CREATING YOUR OWN QUERY
2) AMENDING THE CURRENT QUERY
Select * from Asset_View
Where ...
Thanks
Would you like to reply?
Login or Register to post your comment.