Asset Management Suite

 View Only
  • 1.  Additional System Number Field

    Posted Jul 15, 2009 02:11 PM
    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


  • 2.  RE: Additional System Number Field

    Posted Jul 15, 2009 02:41 PM
    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



  • 3.  RE: Additional System Number Field

    Posted Jul 15, 2009 04:25 PM
    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.


  • 4.  RE: Additional System Number Field

    Posted Jul 16, 2009 11:00 AM
    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.


  • 5.  RE: Additional System Number Field

    Posted Jul 16, 2009 02:46 PM
    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


  • 6.  RE: Additional System Number Field

    Posted Jul 17, 2009 09:10 AM
    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?