A community college would like to use Admissions Connect and automatically admit applicants if they meet certain criteria. What should the consultant do?
A. Create a new flow.
B. Activate the ApplicantCommunityHomePageController Apex class.
C. Leverage the existing flow Sample: Application Auto Admit.
C. Leverage the existing flow Sample: Application Auto Admit.
Explanation:
Admissions Connect provides pre-built flows and automation samples, including the Application Auto Admit flow.
This existing flow is designed to automatically admit applicants who meet predefined criteria, making it faster and easier to implement without building new automation from scratch.
Leveraging this sample flow ensures best practices and reduces custom development effort.
Why not the others?
A. Create a new flow.
While possible, building a new flow duplicates existing functionality and requires more time.
B. Activate the ApplicantCommunityHomePageController Apex class.
This is a controller class for UI functionality and does not handle auto-admit logic.