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
Nancy Vuolo 9Nancy Vuolo 9 

Creating a Lookup Relationship

I can't believe I could get stuck on something that looks so easy! Step 1 was no problem. Step 2 should be a cinch, but I cannot find Position on my Custom Objects page. Did I miss this in a previous lesson?

To create the lookup relationship field that accomplishes this:
  1. From Setup, click Create | Objects.
  2. Click Position.
  3. In the Custom Fields & Relationships related list, click New.
  4. Select Lookup Relationship, and click Next.
screenshot of custom objects
HawkedHawked
Nancy,

Can you post the source from which you do the above steps? Some one can take a look and see where the disconnect is at. 
Nancy Vuolo 9Nancy Vuolo 9
I’m working through trailhead. The getting started module, creating object relationships. https://developer.salesforce.com/trailhead/force_com_introduction/data_modeling/object_relationships
HawkedHawked
Looks like you did :), there is a previous step where the blog teaches on how to create custom objects and fields. 

You cannot replicate the steps mentioned in the blog unless you create the custom object (Position).

User-added image
sfdcdevsfdcdev
The material on the module has been copied from Force.com Fundamental ebook.Postion object is a custom object, which is a part of Recruiting Application in the Force.com Fundamental ebook.You need to create the Position object.You can refer this link for more info:

https://developer.salesforce.com/docs/atlas.en-us.fundamentals.meta/fundamentals/

"Chapter-6 Expanding the Simple App Using Relationships (https://developer.salesforce.com/docs/atlas.en-us.fundamentals.meta/fundamentals/adg_relationships_intro.htm)" discusses the various relationships in detail.
Royal RosarioRoyal Rosario
I know this is really late, but I ran into the same problem for a good amount if time. 

In the text above in the lession, it tells you to create four (4) custom objects in the text body, not in the instructions. 
"For a reminder of how to create the Candidate object, go to the Creating Custom Objects and Fields unit. Then create the Position, Job Application, and Review objects."

the next set of instructions however are misleading

To create the lookup relationship fields:
1. From Setup, enter Objects in the Quick Find box, then select Objects.(It means Select Objects underneathe "Create")
2. Click Position. (It means to select your newly created Object "Position")
3. In the Custom Fields & Relationships related list, click New.
4. Select Lookup Relationship, and click Next.
5. In the Related To drop-down list, choose User, and click Next.