Jump to content

Linking Asset to h_sys_accounts


Claire B

Recommended Posts

Hi,

Apologises if this is already covered elsewhere within the forums but I cannot find what I am looking for.

I'm trying to produce a report linking CMDB Asset (and CMDB Computer) tables to h_sys_accounts to allow me to display a list of laptops (for example) with users allocated, and using h_sys_accounts to filter the group of users from a specific department or area.

I've tried using CMDB Users to link the CMDB Asset and h_sys_accounts together but it would not work.

Hope someone can help.

Thank you :-)

Link to comment
Share on other sites

Hi @Claire B

The table h_cmdb_assets is the main asset table.  This table also contains the user that uses that asset which is held in the h_used_by and h_used_by_name columns.

Assets can also be shared with multiple users.  Information about the shared users can be found in the h_cmdb_assets_users table.  As you are looking for "users allocated" I don't think this is something that you are looking for in your report.

Departments can be both stored against an asset and a user.  If you are using the Department field on the asset and want the report based on this, it simplifies how the report is created as you don't need any info from the h_sys_accounts table? You'll only need to run a report that lists all assets that are allocated to users (excluding shared) and group by department.  This report can look a little like this...

image.png

 

If you want to use the department that the user belongs to, this is a bit more complicated as a user can be a member of multiple departments. 

asset-users-by-department.report.txt

  • Like 1
Link to comment
Share on other sites

Hi James - thank you for coming back to me.

Unfortunately we're not able to make use of the department field within the Asset record, as it's currently not being populated/updated, which is the reason we're looking into the use of h_sys_accounts table where we can pull a report listing the laptops with the criteria of a specific department/job titles to list all of the laptops in use by a specific department/team (basing on the user name being recorded on the asset record (Used By Name)).

Link to comment
Share on other sites

Hey,

 

Something like this might work based on what you've said above?

 

image.thumb.png.22f88812e4718ecbac092c339d3a8b85.png

 

Then add your filters against h_sys_accounts as you see fit.

 

It just splits h_used_by into substrings using : as the delimiter (since it's a URN), and then returns the first substring from the right (the negative means start from the right, 1 being the first match).

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...