Skip to main content

Posts

Showing posts with the label salesforce developer project

Project: Salesforce Conference Management App

Conference Management App: Salesforce Project Project Description: We will create a conference Management Application that allows conference administrators to manage all the aspects of a conference: -Sessions -Speakers -Hotels Technical Elements: -Creating custom Objects -Using declarative features of the platform to create an Application, create Tabs and optimize Page Layouts. -Creating Apex Classes -Using SOQL and DML to query, create, update and delete data -Creating Trigger -Creating Visualforce Pages -Creating Custom Extensions and Custom Controllers -Using JavaScript in Visualforce Pages -Creating Batch Processes Data Model: Objects: -Session -Speaker Relationship between the 2 objects: -Many to many relationship Junction Object: -Session Speaker Fields: Step 1: Creating the Data Model Step 1: Create the Conference Session Object  1.Login into your Developer Edition account  2.Click the Setup link (upper right corner)  3.In the left navigation, select Build > Cre...