ffrr.CalendarServiceglobal with sharing class CalendarService MethodscreateYearsglobal static Map<Id, List<Id>> createYears(List<ffrr.CalendarService.RecognitionYear> years) Commit a list of Recognition Years with periods generated according to each year's period calculation basis. Input Parameters
Return ValueA map of the committed year Ids to their respective period Ids. Sample Code
ffrr.CalendarService.RecognitionYearglobal with sharing class RecognitionYear This represents a Recognition Year record. Properties
MethodsRecognitionYearglobal RecognitionYear() |