
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2018 11:42 AM
Carrying along with my building the Asset Management plugin for our instance I am wondering about the appropriate roles.
I have created a hardware asset management admin group for our Asset Managers to be able to add, update, and remove entries as required and have given that group the Asset role. That was easy to determine.
Not so easy for me to determine is the role I should use for a group that will essentially only have read access to the hardware assets. The role description in the docs site are not detailed enough for me to know which of the listed roles there would provide that. I see the inventory_user role, but the description only says that that role allows for accessing stock information, and creating and managing transfer orders... If my techs only have that role will they be able to see the hardware assets at all?
Any feedback on this would be great.
Cheers
A.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2018 03:27 AM
Try the following:
create a new role "inventory_user_readonly"
let the new role contain the inventory_user role
give the new role to the respective person (via a group)
here is the tricky part: you will have to modify all relevant Access Controls (write and delete) - I counted 4: write a script for these ACs like:
var currentUser = gs.getUser();
answer = !currentUser.hasRole('inventory_user_readonly');
you could also put in a proper if and then return the answer; but you want to return a false if the user has the role in order to have the AC deny access.
If it dosn't work, roll back everything you did.
Kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2023 09:21 PM
Are there any roles available in ServiceNow platform for Hardware Asset Management (HAM) ? If yes can someone send me the link where that knowledge resource can be specifically located within ServiceNow Docs ? I did try my best to find it but with no success. Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 02:22 AM
Hi Yashik,
I think the answer can be found here:
https://docs.servicenow.com/bundle/tokyo-it-asset-management/page/product/asset-management/reference...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2023 04:11 AM
Here are the roles that are explicitly added with HAM:
hope that helps