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
Connector User 8Connector User 8 

recruiting

I am trying to do this Trailhead: https://trailhead.salesforce.com/projects/build-a-data-model-for-a-recruiting-app/steps/junction-object-job-postings#.

I have created a Position : Super Sales Rep.
But on this steps:
On the Job Posting Site record you just created, click the Related tab.
On the Job Postings related list, click New. For Position, search for and select Super Sales Rep and click Save.

I am not able to find Super Sales Rep for the Position.

Please help.
SandhyaSandhya (Salesforce Developers) 
Hi,

Make sure that you have created  the master-detail relationship between Job Posting and Position and followed below steps.

While still viewing Job Posting in Object Manager, click Fields & Relationships, then New.
Select Master-Detail Relationship as the Data Type.
Click Next.
For Related to, select Position.
Click Next.
For Field Label, enter Position.
Click Next.
Click Next, Next and Save & New.

Please mark it as Solved if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya
 
 
Muhammad Iqbal 32Muhammad Iqbal 32
Create a New Position in Related Position with all the details
Title:Super Sales Rep,
Dep: Sales,
Approval Status:
Approved, Location US 

And click save.
AKanksha GawliAKanksha Gawli
I have create new position with  details mentioned above but still  i getting this error
AKanksha GawliAKanksha Gawli
User-added image
Pőcze MiklósPőcze Miklós
Had same issue, but it somehow got solved. Maybe it helps you.

From the excercise at the "Add Lookup Filters" part I redone the steps for Related Positions creating the filter. After deleting and recreating the filter the Super Sales Rep appeared for me.