AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • In-Person Gatherings
    • Power BI Workshop
    • Podcast
    • Rolodex
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Forums
AUG Forums
Acumatica Generic I...
Using Generic Inqui...
 
Notifications
Clear all

#AcumaticaTnT Using Generic Inquiries in Mobile App

 
Acumatica Generic Inquiries & Pivot Tables
Last Post by Tim Rodman 7 years ago
1 Posts
1 Users
0 Reactions
4,148 Views
RSS
Tim Rodman
Posts: 3204
 Tim Rodman
Admin
Topic starter
October 30, 2018 9:35 am
(@timrodman)
Famed Member
Joined: 10 years ago

You can use Generic Inquiries in the Acumatica Mobile App, but sometimes it can get tricky.

I created this simple Generic Inquiry showing inventory quantities. Notice that I checked the Expose to Mobile checkbox to add it to the Mobile app menu:

 

But then I opened it in the Mobile app and it looked funny. Not all of the fields are there. And the Item Description is listed twice.

 

Seems like this is something that needs to be fixed by Acumatica, but support came up with a workaround for me.

Create a Customization Project then use the CUSTOMIZE -> Update Main Menu and CUSTOMIZE -> Add New Screen options under the MOBILE APPLICATION section on the left-hand side:

 

For the CUSTOMIZE -> Add New Screen option, use the following code:

update sitemap {
  add folder "MobileQOH" {
  type = HubFolder
  displayName = "MobileQOH"
  icon = "system://NewsPaper"
  add item "GI000087" {
    displayName = "MobileQOH"
  }
  }
}

 

For the CUSTOMIZE -> Update Main Menu option, use the following code:

add screen GI000087 {
  add container "Result" {
    add field "Description"
    add field "WarehouseINSiteStatusSiteID"
    add field "Bin"
    add field "Item" { selectorDisplayFormat = Key }
    add field "QOH"
  }
}

 

Then publish the Customization Project, and everything should look good in the Mobile app:


Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,530 Topics
  • 11 K Posts
  • 5 Online
  • 2,418 Members
Our newest member: Chad Treadwell
Latest Post: Negative/Credit Inventory Value?
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

  • Johnny Tang
Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2026 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×