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.

Additional System Number Field

Updated: 23 May 2010 | 5 comments
resendesw's picture
0 0 Votes
Login to vote

Good monring everyone.  I have a question.  We need to add a additional system number field to our different asset types (comptuers, monitors, etc).  We sometimes acquire items that need to be tagged with our company id tags but sometime need to be tagged with a second one as well (state and federal programs sometime require this).  I can create a user-defined dataclass and add it to the General Tab (called it Alternate System Number).  Question is how do I report on this field?  If someone has given me this alternate number or if I need to do a search (works fine if I use the primary System Number).  Do I have to make a new Computer Resource Type?

Thanks

Comments

MBHarmon's picture
15
Jul
2009
0 Votes 0
Login to vote

Once you've added your user

Once you've added your user dataclass it should become a table on the Altiris database.  You should then be able to Join that table on the ResourceGuid column (it can go by a couple of names depending on what you're joining) and any fields you've added to that Dataclass will match up as long as the Dataclass has been added to your Resource Type.

I did an article on asset report writing awhile back that might help:
https://www-secure.symantec.com/connect/articles/asset-report-writing-tips

- Matt

EMercado's picture
15
Jul
2009
1 Vote +1
Login to vote

If you need this on all your

If you need this on all your assets, make sure you link the dataclass to the "Asset" resource type so all resource types will inherit that dataclass.

resendesw's picture
16
Jul
2009
0 Votes 0
Login to vote

Thanks

Thanks to both of you who responded.  Since these are two fields that are need for every asset type I indeed added it to the Asset Resource Type (thanks EMercado).  And MBHarmon that article you wrote looks great.  Going to do some testing today and see how it all goes.  Will let you both know how it goes.

resendesw's picture
16
Jul
2009
0 Votes 0
Login to vote

One most question

OK..I was able to run a report almost the way I want it.  One other question (and this just came to me from mgmt).  The dataclass I added was a static drop down box with three choices.  They would like a report that allows for a picker to be used to choose between the choices instead of three different reports.  Any article or anything that I can be pointed to do accomplish this.  Hopefully this is the last piece to this small project.

Thanks

MBHarmon's picture
17
Jul
2009
0 Votes 0
Login to vote

You'll just need to set a

You'll just need to set a parameter up for your report.  It's pretty easy to do. 

Is your picker choosing from 3 different fields or 3 possible values from one field?

- Matt