Create a business calendar span using a Script includes
You can generate business calendar spans and their names using the Script includes titled BusinessCalendarGeneratorUtil. The calendars you create are accessible across both global and scoped applications.
Before you begin
Role required: business_calendar_admin
Procedure
Access the BusinessCalendarGeneratorUtil script.
Navigate to All and search
Script Includes.Select the
Script Includesoption listed under System UI.Type
BusinessCalendarGeneratorUtilin the search bar near the top of the form, and press enter or return on your keyboard.Select
BusinessCalendarGeneratorUtil.
Set options such as the scope of the script and who can call it (Client callable or Mobile callable), whether it’s Sandbox enabled, and the description of the script, at the beginning of the form.
Modify the description of the script as needed.
Enter the necessary values where you see placeholders for
calendarId,spanName,start,end,longName, andshortName.
Form the Script includes that it titled, BusinessCalendarGeneratorUtil
- Select Update to save changes.
Result
A business calendar span script includes is created. The year is appended to the beginning of the display name from the longName field.
Parent Topic:Creating business calendars
Related topics