AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • 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 8 years ago
3 Posts
2 Users
1 Reactions
3,600 Views
RSS
scooter
Posts: 23
 scooter
Topic starter
July 12, 2017 11:58 pm
(@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
John Doe Updated
Posts: 3193
 John Doe Updated
Admin
July 13, 2017 12: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 12: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
John Doe Updated reacted
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 16 Online
  • 2,412 Members
Our newest member: thollings
Latest Post: Attribute Input Mask
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

  • John Doe Updated
Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

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

‹›×

    ‹›×