Salesforce Capstone Project
Salesforce Capstone Project
Let’s drive to the future , it’s the time when human civilizations are now trying to become
multiplanetary, so in order to do that the civilizations needs to be moved to other planet, for
that purpose we use specialized space shuttles which are huge in nature. So people decided
to build the spacecraft. The project is in the initial stages and people in-charge have quickly
realized that managing this project is going to be very difficult that’s where they looked
towards Salesforce to manage their project that allows users to manage the resources and
supplies used to build the space station
Create the app and a data model for the application. This simple application requires only a
few custom objects with a small number of fields.
Modify the user interface on the browser and on the Salesforce mobile app using page
layouts, compact layouts, and global actions.
Implement business logic using formulas, validation rules and a process builder.
Build reports and dashboards to track the status of supplies and analyze how the resources
are being managed on the following specification.
Data Model:
You would require 3 custom objects
Station: This will be our main object that tracks the status of the project, its supplies and
resources.
This will have the following fields: -
Name
Sum of resources (roll up summary field)
Project status
Master detail relationship with rest of the objects.
Man-Power: This custom object to track the number of people working on the construction
project and how much time they are committed to it.
Supply: We'll use this object to track our supplies and their costs.
This will have the following fields: -
Supply name
Cost
Quantity
Total cost
Standard regulations require that man power used should not be greater than 80% at
any time however company feels 50% of manpower is required at all times so create
a process that sends system administrator an alarming mail in event of utilization
being greater than 80 or less than 50%
Create a process to create records for the supply and manpower.
Create a Report for Supply costs, man power utilization, status of project completed
Create a Dashboard to display reports