DeathRobot Posted October 30, 2014 Posted October 30, 2014 I have the following tables: Projects --< Invoices --< Applied Payments >-- Payments On a Projects layout, I have a portal that show invoices, like so… 1. $500 INV2014333-001 2. $300 INV2014333-002 I would like to somehow create a list that nested payments from the Applied Payments table into that invoice list, like so… 1. $500 INV2014333-001 $250 received on 10/1/2014 (check #234) $250 received on 10/5/2014 (check #254) 2. $300 INV2014333-002 $300 received on 11/1/2014 (check #265) Ideally, the number of lines would be flexible so that if there were only one payment on the first invoice the second invoice would move up a line. Also ideally, clicking on any row would go to the related invoice or payment record. I assume there are ways to accomplish this (web viewer, SQL, dynamic value list?), but am not sure how best to start? Is this doable? Thanks, Michael
Kris M Posted October 30, 2014 Posted October 30, 2014 maybe a list view layout from the Payments table occurence context that shows the data from the payments TO and the related invoices TO. Add a sub summary part to the list that summarizes on the invoice data to group the invoices payments and sort the list by that subsum field. Put one button on the layout that goes to related invoice record layout and one button that goes to payment detail record
DeathRobot Posted October 30, 2014 Author Posted October 30, 2014 Thanks, Kris. That seems like it will work. However, this need to fit on an existing layout so I can't use list view…
Recommended Posts
This topic is 3675 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now