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...
Adding this Data Fi...
 
Notifications
Clear all

Questions Adding this Data Field to the generic inquiry will affect the system performance

 
Acumatica Generic Inquiries & Pivot Tables
Last Post by scooter 9 years ago
3 Posts
2 Users
1 Reactions
3,828 Views
RSS
scooter
Posts: 23
 scooter
Topic starter
July 13, 2017 12:58 am
(@scooter)
Eminent Member
Joined: 9 years ago

Does anyone know where this error comes from?

Adding this Data Field to the generic inquiry will affect the system performance. To avoid unnecessary queries, join with the related table. The generated query for this field is 
(SELECT [BAccountRExt].[AcctName] FROM [BAccount] [BAccountRExt] WHERE [BAccountRExt].[bAccountID] = [APInvoice].[VendorID])

It seems to give me the correct data in my Generic Inquiry, but I'm concerned about the error.


2 Replies
Tim Rodman
Posts: 3204
 Tim Rodman
Admin
July 13, 2017 1:06 am
(@timrodman)
Famed Member
Joined: 10 years ago

Hi Scooter,

When you see that warning, you don't need to worry about it unless things are running too slow for you.

All the warning is telling you is that the query isn't as efficient as it could be so it could run a little slow.

But if you aren't noticing any performance problems, I wouldn't worry about it.

In case you're interested, you could fix your query by adding the BAccount DAC table. Then join APInvoice and BAccount together like this:

APInvoice.VendorID -> BAccount.BAccountID

Then you can change APInvoice.vendorID_description to BAccount.AccountName on the Results Grid tab. It will grab the same data, but more efficiently, and you won't get the warning message that you were getting.


Reply
scooter
Posts: 23
 scooter
Topic starter
July 13, 2017 1:07 am
(@scooter)
Eminent Member
Joined: 9 years ago

Ah, I see. Sounds like a pretty harmless warning message, especially for me since it isn't running very slowly.


Reply
Tim Rodman reacted
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,530 Topics
  • 11 K Posts
  • 9 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.

‹›×

    ‹›×