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...
Unable to Add Field...
 
Notifications
Clear all

Questions Unable to Add Field "Unapplied Balance" to Generic Inquiry "Payments and Applications"

 
Acumatica Generic Inquiries & Pivot Tables
Last Post by Lunar Windbloom 8 months ago
11 Posts
4 Users
2 Reactions
1,999 Views
RSS
Nicholas Scyoc
Posts: 3
 Nicholas Scyoc
Topic starter
December 22, 2022 2:46 pm
(@nscyoc)
Active Member
Joined: 3 years ago

Our Billing department hit me with a GI request last night and I've been pulling my hair out over this for the past 12 hours 😥. Yesterday evening I was asked to pull the "unapplied balance" field into our Payments and Applications GI, and after a couple failed attempts + some forum surfing I found that this field "APPayment.CuryUnappliedBal" is simply not going to give me this information (because this is a calculation field).ย  ย 

b37d29c6 aa67 41a5 9938 c99615afe9ca

I then stumbled across the post below, where this individual seems to be encountering the exact same issue. Naturally I was very excited to see the "best answer" providing a different route to accomplish what I'm after... but I have since attempted to use the fix provided in this thread, to no avail. Much like the "APPayment.CuryUnappliedBal" field, "APRegisterReport.DocBal" is also pulling a blank column into my GI.ย ย 

https://community.acumatica.com/reports-and-generic-inquires-115/add-field-unapplied-balance-on-ap302000-to-generic-ap3020pl-12349?postid=47232#post47232

"Instead of using APPayment.CuryUnappliedBal, join APRegisterReport with APPayement and using field APPayment.CuryDocBal, schema field is APRegisterReport.DocBal It will show the amount of unapplied"

c704e93e15de12d9fd270494c3ba1452

ย 

I'm at a loss and I'm very much hoping that someone in the AUG community has an answer to this problem.ย 

Thank You,

ย 


Tim Rodman reacted
Topic Tags
Generic Inquiry CuryUnappliedBal Unapplied Balance Help Question
10 Replies
Brian Morgan
Posts: 2
 Brian Morgan
May 1, 2023 11:02 am
(@bmorgan)
New Member
Joined: 3 years ago

Apologies if bumping a thread like this is against the rules / bad practice.ย 

@nscyoc Were you able to find a resolution to this issue? My accounting department is asking of me the exact same thing -- and I also encountered the same Acumatica forum link you did. The suggestion did not work -- and I've been having trouble getting the calculations onto the GI correctly.ย 


Reply
Nicholas Scyoc
 Nicholas Scyoc
(@nscyoc)
Joined: 3 years ago

Active Member
Posts: 3
August 3, 2023 6:30 pm
Reply toBrian MorganBrian Morgan

@bmorgan I'm not an expert by any means, but I'll do my best to explain it as I've come to understand things... The CuryUnappliedBal Field is what's known as a "calculated field" in Acumatica. What this means is that the field does not have a permanent value, the values that are shown in these fields within Acumatica are populated on the fly based on a variety of factors. So what we see when we open an invoice or a sales order is a value that's being calculated in real time. When we try to reference these fields within a generic inquiry, they pull blanks because when SQL runs a query through the GI screen - the field it's referencing does not have a hard value to pull.ย 

We have rectified theses issues in a couple different ways, depending on the situation.

A. Create a custom field within Acumatica through the customization editor, this allows you to run the calculation before the table is referenced; making the value a "hard value" and as a result, a discoverable value by your GI. This option is tedious and requires a bit of expertise, as I don't recommend jumping into the customization editor without a good understanding of what you are doing.

B. Find a field that (equates to/shares the same values as) the one you are attempting to reference in your Generic inquiry. In MOST (but certainly not all) cases... this is your best and easiest answer. I do however regret to inform you that in the case of this specific issue; we were not able to do so, and ultimately our answer ended up being the "A" route.ย 

I apologize that this isn't more helpful, and I certainly hope with all the time that has passed - you folks have found a way to get the information you were looking for into a generic inquiry.ย ย 


Reply
Brian Morgan
 Brian Morgan
(@bmorgan)
Joined: 3 years ago

New Member
Posts: 2
August 4, 2023 1:15 pm
Reply toNicholas ScyocNicholas Scyoc
Brian Morgan

@nscyoc This was plenty helpful! I appreciate you taking the time to come back and explain the solution that worked for you and your team.


Reply
Tim Rodman
 Tim Rodman
Admin
(@timrodman)
Joined: 10 years ago

Famed Member
Posts: 3193
September 29, 2023 4:38 pm
Reply toBrian MorganBrian Morgan
Nicholas Scyoc
Brian Morgan

@bmorgan @nscyoc I'll throw another idea out there and that is to use a SQL View to do the calculation. Then you could use the SQL View in your Generic Inquiry or Report Designer report.


Reply
Lunar Windbloom
 Lunar Windbloom
(@lunar)
Joined: 8 months ago

Active Member
Posts: 7
March 21, 2025 4:01 pm
Reply toTim RodmanTim Rodman
Brian Morgan
Nicholas Scyoc
Brian Morgan

@timrodman I'm mired in this problem right now. I've not made an SQL view, but I do know enough SQL to get me in trouble.

How do you make an SQL view? My team is -just- starting to do non-GI customization so there's a lot of basic functionality we don't know.


Reply
Tim Rodman
 Tim Rodman
Admin
(@timrodman)
Joined: 10 years ago

Famed Member
Posts: 3193
March 21, 2025 6:05 pm
Reply toLunar WindbloomLunar Windbloom
Tim Rodman
Brian Morgan
Nicholas Scyoc
Brian Morgan

@lunar here's a tutorial:

https://www.augforums.com/acuconnect2023


Reply
Lunar Windbloom
 Lunar Windbloom
(@lunar)
Joined: 8 months ago

Active Member
Posts: 7
March 24, 2025 10:13 am
Reply toTim RodmanTim Rodman
Lunar Windbloom
Tim Rodman
Brian Morgan
Brian Morgan

@timrodman Fantastic! I know what I'm learning today! Thanks Tim


Reply
Lunar Windbloom
 Lunar Windbloom
(@lunar)
Joined: 8 months ago

Active Member
Posts: 7
March 24, 2025 12:19 pm
Reply toTim RodmanTim Rodman
Lunar Windbloom
Tim Rodman
Brian Morgan
Brian Morgan

@timrodman That tutorial was fantastic, and now I'm very excited at the possibilities for future projects. For this one though, how can i figure out which DACs or calculations are done on that ARPayments.curyUnappliedBal field before showing it on that spot in payments?

Seeking methods to hopefully use for future issues like this. My best guess would be pulling form the ARPostTran table which glitches like mad if you try to touch it, but that's purely a guess. For the calcs, I've tried lots of other fields/DACs to see if there's any consistency for what shows up there, But I haven't found it.


Reply
Tim Rodman
 Tim Rodman
Admin
(@timrodman)
Joined: 10 years ago

Famed Member
Posts: 3193
March 24, 2025 1:05 pm
Reply toLunar WindbloomLunar Windbloom
Tim Rodman
Lunar Windbloom
Tim Rodman
Brian Morgan

@lunar I'm sure there's a way to see it in the code, but I don't know it off the top of my head.


Reply
Lunar Windbloom
 Lunar Windbloom
(@lunar)
Joined: 8 months ago

Active Member
Posts: 7
March 24, 2025 1:07 pm
Reply toTim RodmanTim Rodman
Lunar Windbloom
Tim Rodman
Lunar Windbloom
Brian Morgan

@timrodman No worries. Thanks for the quick response!


Reply
Tim Rodman reacted
Forum Jump:
  Previous Topic
Next Topic  
Related Topics
  • Equivalent to Excel Post-Special, "transpose"
    1 year ago
  • Generic Inquiry - Last Modified On Date Change
    1 year ago
  • Generic Inquiry, pulling data from two unrelated sources
    1 year ago
  • Adding Override Contact Info to GI Results
    2 years ago
  • GI to compare FIFO last cost to stock item last cost
    2 years ago
Topic Tags:  Generic Inquiry (41) , CuryUnappliedBal (1) , Unapplied Balance (1) , Help (3) , Question (3) ,
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 52 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

 No online members at the moment

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.

โ€นโ€บร—

    โ€นโ€บร—