Jump to content
Server Maintenance This Week. ×

Dynamic nested tables


DeathRobot

This topic is 3467 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 3467 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.