Every contact deserves to have their name Pig-Latin-ated. Using only the 'clicks' approach to the Salesforce1 Platform, create a solution that will transform the name of each Contact record in your Developer Edition into Pig Latin.
There are serveral declarative features that can take existing data, modify it, and then output new data, including formula fields, workflow rules and flow triggers
Your company is going to allow employees to bring their dogs to work, so you will build and App to manage this. This App will be called PuppyForce and should be built with the 'clicks' approach to the Salesforce1 Platform.
Before bringing a dog into the office, the dog must first be registered. Registration requires veterinary vaccination records, signing of an employee agreement, a face picture of the dog, and approval by the PuppyForce administrator. The documents should all be attached to the dog's record in some way. The vaccination record will need to be renewed every year by the pet owner.
Once the dog has been approved, there are 3 office areas where dogs are allowed. Each of these areas has a specific capacity (let's say 6) for total number of dogs on any day. Dogs must be registered in advance for the day and location they will be in the office. PuppyForce locations cannot be overbooked.
Please build out this application using the point-and-click tools of the Salesforce1 Platform.
Redesign the 'leadList' Visualforce page to update Leads using the Force.com Streaming API.
Build and deploy a Heroku app that integrates with Force.com. The application can be written in any language Heroku supports, and it should enforce Salesforce OAuth authorization, as well as utilize the Force.com API to list records in your Account object.
An account for a Developer Org as well as an account on Heroku. Both accounts are free to create if you don't already have them.
Build a "Temperature converter" component that has two input fields that converts temperature from Celsius to Fahrenheit and vice versa when a user enters a number in either field.
The component should be self-contained and should not use any external libraries, CSS, etc.
Add functionality to the Project management mobile app to quickly assign a Contact to a Deliverable. Next, modify the mobile layout to display related deliverable/assignee data from the Assignment record.