We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Managing Loaner Assets with ITSM HAM (not HAM Pro)

bdeery99
Tera Contributor

Hello Community,

Is it possible to manage loaner assets using the ITSM version of HAM?  (not HAM PRO)  There doesn't appear to be any OOB functionality that allows an asset to be designated 'loaner'.  I suppose I could add an option to the 'Asset Function' field, but would prefer not customize if something already exists.

2 REPLIES 2

Runjay Patel
Giga Sage

Hi @bdeery99 ,

 

I would suggest you to initiate with loner request through catalog item and create one task in asset_task table. add start and end date to reclaim of the asset once it reach to end date. You can do using flow like below.

  1. Request submit by end user for loaner asset.
  2. It will go for approval.
  3. Post approval asset will auto assign to requestor.
  4. Send email before 1 week reaching to end date.
  5. Final reminder for taking back .
  6. Auto de allocate asset from the user.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

 

Part 2. In this video i have talked about overview on ServiceNow platform/tool. How you can opt for personal dev instance (PDI)? how to login in ServiceNow instance and navigation to OOB modules. For document please visit: https://servicenowwithrunjay.com/ Follow Facebook page for latest update on

Thanks, Runjay. My question is more around the inventory of loaner equipment. I wouldn't want loaner assets to be mixed in with other available assets.