Button on list screen in mobile agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 10:07 PM
I want to know how I can add button on list screen to perform conbined action for all records selected in list. One of our customers is requesting a button on the list screen of the Mobile Agent app that allows users to select multiple assets and then click the button to print labels. Has anyone implemented something similar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 06:40 AM
Hello @HumaS ,
I don't believe that this is possible in the Mobile Agent app.
You can do one thing, create a portal page of a list view of all the records that you want, then you can add the button over there to print the lables of record.
Once the portal page is done so you can create an applet in the mobile agent app and call the page URL.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 04:49 AM
Hi @HumaS ,
Adding a button on the list screen is possible (for example creating a new problem record from incident list screen), but updating multiple records at once is not feasible.
Thanks