Skip to content

fahadaz/Force-dotNet-RecuritingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Force-dotNet-RecuritingApp


Following are the steps to get this application working on heroku

  • Need to first install salesforce application using following url https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1a000000EZ6u ( This force.com application consists of 4 objects
    • Position - Used to track Positions. Position with status "Open - Approved" will show up on asp.net vnext application
    • Candidate - Used to track Candidates.
    • Job Application - Used for tracking Job Applications. Each candidate can apply for multiple positions.
    • Review - Used track reviews for Candidate. )
  • Create connected app "rapp" under Setup | Create | Apps | Connected Apps. Use information under API section in next step.
  • Download the source from this git repo on to your local machine https://github.com/fahadaz/Force-dotNet-RecuritingApp
  • Open ~/applicaltion folder/src/config.json and add values from previous step and save
{
  "AppSettings": {
    "SiteTitle": "rapp",
    "ConsumerKey":"",
    "ConsumerSecret":"",
    "Username":"",
    "Password":"",    
    "IsSandboxUser":"false",
    "ProdUrl":"https://test.salesforce.com/services/oauth2/token",
    "SandboxUrl":"https://login.salesforce.com/services/oauth2/token"
  }
}

Thats it!

About

asp.net vnext integration sample application with a custom force.com app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published