Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Financial Management
Lawson S3 Financials
Determine AR Customer Balance - As At Point-In-Time
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Starr
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5327
People Online:
Visitors:
293
Members:
0
Total:
293
Online Now:
New Topics
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3293
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Financial Management
Lawson S3 Financials
Determine AR Customer Balance - As At Point-In-Time
Please
login
to post a reply.
4 Replies
1
Subscribed to this topic
43 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Garth Gerwing
Basic Member
Posts: 27
6/6/2012 2:32 PM
Wouild like to hear from anyone who either knows how to reference in Lawson AR - or has developed their own SQL to be able to determine an AR Customers balance as at a point-in-time in the past.
EX: Derive Customer Balance as per 5 days ago
Any feedback/commentary would be most appreciated - thanks.
John Henley
Posts: 3362
6/6/2012 4:28 PM
Split
It definitely requires that you do it in SQL. It can be very straightforward until you get into some wacky exceptions, particularly if you use national accounts, do a lot of writeoffs, RTMs,, etc.. How familiar are you with the AR tables?
Deleted User
New Member
Posts: 0
6/6/2012 4:38 PM
Split
I'm not sure why you'd have to do this with SQL. AR256 ties out to a moment in time of the time (although it cannot be run by customer) and AR251 also can be run as of a date.
Granted, having used both programs to reconcile to the GL, they aren't perfect. but they are very close.
I have come close to building an AR tie out program in SQL but it's very, very complicated - partially because each transaction type really requires it's own SQL.
Question - do you just need a balance (which isn't that bad) or an actual listing of open items (more probable).
Garth Gerwing
Basic Member
Posts: 27
6/6/2012 5:14 PM
Split
Thanks for the prompt responses - John/Adam:
A little clarification/context required on my part (sorry). I am looking for a "SQL-Based" solution here - as I am planning on creating a "By-Customer" function or view that will retrieve the balance, given the passed date parameter and will be consumed by another enterprise application. As such - the AR256 & AR251 reports are not a suitable solution (although, their underlying data retrieval logic might be).
I am pretty familiar with the AR tables - NOT using National accounts - RTM's will come into play - as will Obligation Grouping(AR44.1). For this objective - I am only interested in the balance - however - I will also be required to create a view of open items - but this will be a current view (not point-in-time).
Any starting-point queries or words of wisdom would be most welcome. Thanks for your time here guys.
Deleted User
New Member
Posts: 0
6/6/2012 6:27 PM
Split
If you are just creating a balance it's not so hard - assuming your history is in good shape (and depending on the volume of records).
Essentially, one can query all the valid records for the customer (AROITEMS, ARPAYMENT, aRRTM, ARADJUST) and do the math. (add your invoice, subtract your credits, adjustments and payments, add return to maker) selecting all records through a given date. Be warned - depending on how you converted your history when you started, you may have to make an exception as some people convert closed invoices without the matching payments etc.
Please
login
to post a reply.