display message on mobile app screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 02:53 AM
Hello All,
I want to display a message 'logged in Username, id, email, location' on loading of Agent Mobile App screen.
How can I achieve it?
Thanks
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 03:06 AM
Hi @Sarthak,
For this you can use g_form.addInfoMessage() function, do you need that message to appear when loading a certain page? The section where you want to appear can be found in System Application > Studio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 04:06 AM
Hello @Alex Tod1
In Agent Mobile App, we have a Receive screen for barcode scanning,
My requirement is when we open this screen a message should be populated on it.
how can it be possible