function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MargiroMargiro 

Problems Linking Objects

So I have a custom object called Materials that has data for a bunch of materials that go through lab tests. I need a way to add all of the data from the tests that dont have to do with the material to salesforce. However, I want to be able to see all of the tests for a material (some materials have more than one test) on the material record. What is the easiest way to do this? Do I have to make another custom object for the test data and then link it to the materials object?

Please Help!

 

-Matt

JotmenowJotmenow

yeap! Create one more custom object (Testing).

 

Testing can have a lookup field onto Materials!

 

This will enable you to h ave 1-many relationship .


Testing ->Materials

 

Ajay

MargiroMargiro

Thank you very much! Works exactly how I wanted it to.

 

-Matt