0% found this document useful (0 votes)
116 views2 pages

Salesforce Capstone Project

Uploaded by

foryouwecare5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views2 pages

Salesforce Capstone Project

Uploaded by

foryouwecare5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Salesforce Certification Training

Salesforce Capstone Project


Problem Statement:

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

You have been asked to:

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.

This will have the following fields: -


 Shift
 Department
 Total number of people in a department
 Percentage utilization of man power
 Total crew

[email protected] - +91-7022374614 - US: 1-800-216-8930 (Toll Free)


Salesforce Certification Training

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

Automation process to meet the following conditions:

 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.

Reports and dashboards

 Create a Report for Supply costs, man power utilization, status of project completed
 Create a Dashboard to display reports

[email protected] - +91-7022374614 - US: 1-800-216-8930 (Toll Free)

You might also like