Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- How to create objects and give relationship to the...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to create objects and give relationsh ip to them
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2013 10:46 PM
I am creating an recruitment application My criteria is:-
In this for me having applicant ( i created a tab and object for that with some fields).Applicant want to apply for a particular job he needs to search for the job so the criteria would be the following
I should have an option SEARCH JOBS
Job NO Title Location no of positons available key words JobDescription ____
01 hr bang 6 mba good cmm |Apply| <---''|
for this how many objects i need to create and link them to display the following fields what is the procedure howcan I resolve this ? can any one hellp me.......................
Re: How to create objects and give relationsh ip to them
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-19-2013 04:03 AM
I would create 3 objects: Job, Applicant, Job Application.
Job contains all infos about the job
Applicant contains all infos about the person who applies
Job Application would be used as a junction object between Job and Applicant.
one Job Application is created everytime an applicant makes a new application.
Maybe you need one more object for your Positions as I can see that one job can I have multiple positions.
So you can set up a number field on the Job object, or create a Position object that you will link to the Job object.
This is only a suggestion...

