Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Limit Asset List

Updated: 21 May 2010 | 1 comment
dclaxton's picture
0 0 Votes
Login to vote

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

discussion Filed Under:

Comments

Dominiqueg's picture
19
Jan
2009
0 Votes 0
Login to vote


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