Jump to content

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

Recommended Posts

Posted

First off, I have a relationship as follows:

Clients

Loans

Payments

The clients have a primary key that is also in the loans table (as a foreign key). The payments tables has a primary key from the loans table (as a foreign key).

I am not using a portal because of the design constraints.

I have a Clients Listing that allows you to display a clients details screen, and from that screen you can go to the loans listing screen. Currently, the payments screen is not finished.

The problem is that when I go to the loans listing screen, ALL the loans for all clients are displayed. I thought that the relationship would filter only the loans for the client selected; however, I think I probably need to do something. Just not sure what. I'm thinking maybe a find on the primary key of the client in the loans table?

Help very much appreciated.

Posted

Thank you for the reply.

Should this script step be done AFTER performing a find in the loans table based on the client's primary key?

Posted

Instead. If you check "Show only related records", this step does everything you need: goes to a layout of loans and shows only the loans of the selected client.

This topic is 5297 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.