Limit Asset List

dclaxton's picture

Is there a way to limit the number of assets listed in the asset finder dropdown?

Dominiqueg's picture


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