Eric Schultz's Profile
Rookie
5
Points
5
Points
Questions
0
Answers
2
-
Did you make sure the entry form was updated to show the field?
- 455 views
- 1 answers
- 0 votes
-
If I understand what you are trying to do you are creating 2 custom records ReceivalLog and ShippedPackages basically. The relationship is a single ReceivalLog records will have 1->many ShippedPackages.
- I would start first creating the custom record ReceivalLog record type Customization->Lists,Records&Fields->Record Types then complete the form and save
- Then Edit the new new record type and add your fields
- Next repeat steps 1 and 2 for the Shipped Packages record
- When adding a fields for ShippedPackages be sure to add a field connect back to the RecievalLog in step 1
- Type = List/Record
- List/Record = Receival Log
- Make Sure the checkbox for “Record Is Parent” is checked
That should create your ReceivalLog and many child entries
- 658 views
- 2 answers
- 0 votes