Using the Same Table in an RDD Twice - Help Needed

Situation

I am updating our MTLTag used for non-conformances to include the field PartTran.InvAdjReason if it exists. This field shows the updated non-conformance reason code selected in the Inspection Processing module if it differs from what was listed in the Non-Conformance module. I need to be able to reference the Reason.Description related to the PartTran.InvAdjReason.

Thought Process/Execution

I have tried adding the Reason table into the RDD again but get the following error:

I see in this post that they were able to reference the table another way:

What I Need

I need more in-depth instructions on how to use the Linked Tables in RDD.

In the RDD, use the Pick Links tab to select the data you wish to add. Then use the Description Fields tab to select the individual fields.

For instance the JobTrav RDD. First select the table you want to add. In this example I added the PurPoint from the JobMtl table.

Next go to the Description Fields tab and select the field you wish to add. Make sure to select PurPoint from the drop down and then select the field Response to make it available for the report.

Not every table in an RDD will have a list of Linked tables. For instance the JobPart table in the RDD does not have any available linked tables.

1 Like

So in this case the Reason table has no available linked tables listed. Is there no way to add linked tables to it?

Not that I’m aware of. Have you tried adding the PartTran table and then adding a Relationship?

I’m not entirely clear on what you’re trying to find. Are you trying to find a PartTran record? What Parent table are you planning on using to find the child record?