Asset Management - Consume Consumable to a User from Mobile Agent App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 07:20 AM
Hello,
I am looking to let Asset managers to add/consume a consumable to a user in the Mobile Agent App. How can I achieve this? we can use the Asset create function or asset update function for standard assets but the ability to assign consumables that don't have an asset tag I don't see that functionality.
Thanks,
Dillin Bradley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 05:18 AM
creating a custom module in the Mobile Agent App is an effective way to enable asset managers to add/consume consumables for users even if those consumables don't have asset tags. This solution provides flexibility and customization options that are not available out-of-the-box in ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 05:52 AM
@Amarjeet Pal would you be able to show how to do that? I am unsure on how to do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 06:03 AM
@Dillin Bradley you can try below steps :
1. Create a new table in ServiceNow for tracking consumables that don't have an asset tag.
2. Add fields to the table for the consumable name, quantity, user assigned, and any other relevant information.
3. Create a custom UI page in the Mobile Agent App that allows asset managers to view, add, and consume consumables from this table.
4. Use ServiceNow APIs (such as REST APIs) to connect the custom UI page with the back-end database and enable data retrieval and manipulation.
5. Implement appropriate security controls on the UI page and API endpoints to ensure that only authorized users can access or modify data.
6. Test your solution thoroughly before releasing it into production.
Please Mark helpful if it has helped you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 11:30 AM
Any updates on if you got this to work would be appreciated! Looking to consume items from stockrooms in the mobile app (agent) 🙂