function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Santosh Sai Narayanan 1Santosh Sai Narayanan 1 

Internship attendance defaulters list

Problem statement: Internship attendance defaulters list.
Input: Give the details of absentee and leave for all the teams one by one every day. 
Output: Get the defaultee list i.e. interns having less than 60% attendance.
Detailed description:  The SSN corporation has 8 teams mananging interns. Each intern stays in a team for not more than a month.  The lead for each team would enter the detail of absentee(uninformed) and leave(informed).  I am planning to use contacts for storing the details of interns and accounts for teams.  The management needs detail of intern defaulters at any date for that month. Any further inputs is much appreciated.   Many Thanks in advance!
SFDC Prime SquadSFDC Prime Squad
Account - Contact relationship can help you here, to get the count of absentee and leaves for a specific team on account level using roll-up summary field.
Do Internship attendees ever log in to Salesforce ?