You need to sign in to do that
Don't have an account?

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
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
Thank you very much! Works exactly how I wanted it to.
-Matt