In this lesson, we further enhance the Time Tracker application by creating a custom formula field on the Time Entry object to calculate the Hours Worked on each Time Entry. We use the following formula for our Hours Worked field:
(Time_Out__c-Time_In__c)*24
We then create a Validation Rule on Time Entries, to prevent users from inadvertently going back in time by entering a Time Out value that is before Time In.
Once the Validation Rule is in place to prevent negative hours in the Hours Worked custom formula field, we next create a Rollup Summary field on the Time Card object to total up the hours worked.
In this lesson we track field history on the Time Entry object. We then look at a scenario where we need to track history on more than 20 fields by going to the Account object. We enable field history tracking on the Account object and then specify the 20 fields we wish to track. In the next less...
In this lesson, I leverage the Feed Tracking of Chatter. This enables us to go beyond the 20 field limit of Field History Tracking, to in-turn track an additional 20 fields on the Account object. We also enable Chatter Feed Tracking on the Time Entry object. I then encounter a Lighting Glitch whe...
This is a quick run through of creating an app in Salesforce in 12 minutes. In this lesson we create a Mileage Tracker App.