Jump to content

Layout Displays Wrong Field from related table


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

Recommended Posts

Posted

(See Attached Relationship Image)

I wasn't quite sure what to call this problem, but I have a task tracking application I'm creating and I have a field that doesn't seem to be displaying correctly on a layout.

I have a Task table which is related to a Status table (Task::Task Id = Status::Task Id) which is then related to a Contact Table (Status::Follow Up Contact Id = Contact::Contact Id).

The Status table is a child to both Task and Contact tables. So when the status is changed for a task, a new record is created in the Status table and the Follow Up contact ID may be entered or not in the Status Table.

When looking at the Status Layout, the Contact::Fullname works correctly, but when the Contact::Fullname field is placed on the Tasks layout, it displays one of any of the Follow Up contacts names and not necessarily the most recent.

I have the Tasks - Status relationship sorting the Status descending by Created Timestamp and the Status - Contacts descending by Created Timestamp.

(Note: Contact has multiple table views and I do have the correct one related to Status, C_Status_Follow_Up in the attached image, and am using the correct field.)

Any help would be greatly appreciated!

2010-01-29_1138.png

Posted

Try putting it in a one line portal based on the child table.

Posted

Take a look at this thread

http://fmforums.com/forum/showtopic.php?tid/198119

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