Forum Discussion

ITSupport's avatar
ITSupport
Qrew Trainee
6 years ago

How To Lookup fields from Child to Parent under certain condition

I know this has been answer many times but not finding the exact post/article to get this working.

Parent Record = Opportunity
Child Record = System

System can have multiple "stages" or even multiple system entries. These change over course of design.

Only want to display the system fields on Parent when system (child) has status of "current"
And not a related list but a group of fields that are combination numbers/text etc. 

Basically a reverse lookup but not sure best way to do this - Joined/Third Table?

Current Relation ship is -

Parent _                                                         Child  (Key Field here is Record ID)
Opportunity# (numeric key Field)                 Related Opportunity  (Reference)
                                                                     Rel-Opportunity Name (reference proxy)


Thanks for your help!

3 Replies

  • Are you asking how you can float up some text data from some child record(s) up to the Parent record?
  • I have the same question too. I would like to know how I can float up some text data from some Child record(s) up to the Parent record

    However, the Key field of the Parent is a text field (factory code) and the Key field of the Child is a numeric field (record id).

    Thanks.