Calculate Program Enrollment End Date at early stage of enrollment
Description
You have to calculate the approximate Program Enrollment End Date even though it is still at an early stage of the enrollment. How to do this?
Resolution
There is a field at Application with Data Type Formula:
IF( ISPICKVAL(rio_ed__Study_Mode__c, "Full-time"), ADDMONTHS(rio_ed__Starting_Term__r.hed__Start_Date__c,(12 * rio_ed__Program__r.redu_Standard_Duration__c)), ADDMONTHS(rio_ed__Starting_Term__r.hed__Start_Date__c,(12 * rio_ed__Program__r.redu_Standard_Duration_Part_time__c)) )
From the Academic Program Account record: