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
CasselJCasselJ 

"RecurrenceType" Does anyone know where to get this list?

What is a complete list of options
 
Best Answer chosen by CasselJ
SwethaSwetha (Salesforce Developers) 
HI Cassel,
Are you referring to Milestone Recurrence Types? If so, The documentation(https://help.salesforce.com/articleView?id=entitlements_milestone_sequential_recurrence.htm&type=5) will give elaborate details

There are three types
No Recurrence
Independent
Sequential

In the context of task and events, please see RecurrenceType from https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/api/sforce_api_objects_event.htm
 
RecursDailyRecurrenceIntervalEvery second day
RecursEveryWeekdayRecurrenceDayOfWeekMaskEvery weekday - can’t be Saturday or Sunday
RecursMonthlyRecurrenceDayOfMonth RecurrenceIntervalEvery second month, on the third day of the month
RecursMonthlyNthRecurrenceInterval RecurrenceInstance RecurrenceDayOfWeekMaskEvery second month, on the last Friday of the month
RecursWeeklyRecurrenceInterval RecurrenceDayOfWeekMaskEvery three weeks on Wednesday and Friday
RecursYearlyRecurrenceDayOfMonth RecurrenceMonthOfYearEvery March on the twenty-sixth day of the month
RecursYearlyNthRecurrenceDayOfWeekMask RecurrenceInstanceRecurrenceMonthOfYearThe first Saturday in every October


Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you

All Answers

SwethaSwetha (Salesforce Developers) 
HI Cassel,
Are you referring to Milestone Recurrence Types? If so, The documentation(https://help.salesforce.com/articleView?id=entitlements_milestone_sequential_recurrence.htm&type=5) will give elaborate details

There are three types
No Recurrence
Independent
Sequential

In the context of task and events, please see RecurrenceType from https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/api/sforce_api_objects_event.htm
 
RecursDailyRecurrenceIntervalEvery second day
RecursEveryWeekdayRecurrenceDayOfWeekMaskEvery weekday - can’t be Saturday or Sunday
RecursMonthlyRecurrenceDayOfMonth RecurrenceIntervalEvery second month, on the third day of the month
RecursMonthlyNthRecurrenceInterval RecurrenceInstance RecurrenceDayOfWeekMaskEvery second month, on the last Friday of the month
RecursWeeklyRecurrenceInterval RecurrenceDayOfWeekMaskEvery three weeks on Wednesday and Friday
RecursYearlyRecurrenceDayOfMonth RecurrenceMonthOfYearEvery March on the twenty-sixth day of the month
RecursYearlyNthRecurrenceDayOfWeekMask RecurrenceInstanceRecurrenceMonthOfYearThe first Saturday in every October


Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you
This was selected as the best answer
CasselJCasselJ
I cannot tell you what a bifg help this was.
 
SwethaSwetha (Salesforce Developers) 
Happy I could help :)