The Mphasis Silverline Blog
Industry insights, Salesforce news, and more
Industry insights, Salesforce news, and more
Your users have the correct permissions to create events using CalendarAnything but they can't do so.
Populating the Calendar Create Dialog with Default Field Values.
Within CalendarAnything, you have the ability to use the Lookup functionality native to the CalendarAnything interface, or you can choose to use standard Salesforce Lookup dialogs. Here, we’ll use the “Related To” field as an example. CalendarAnything Lookup Functionality: The CalendarAnything Lookup allows you to select from both standard and custom objects in the “Related...
This is a sample page to set multiple filter fields on a cusom CA Visualforce page oResultAPI.setFiltersPanel({ fields : [‘common|createddate’, ‘event|subject’] }); Function setFiltersPanel is a new API functionthat defines filterSets and the list of fields. fields – set list of fields, Each field include lowerrcase object name (or “common” ) PLUS ‘|’...
This sample represents page code required to set multiple Filter Sets on custom CA Visualforce page oResultAPI.setFiltersPanel({ filterSets : [{ // list of JSON objects “name”:”API Used”, // title ‘type’ : “custom”, // type – custom “criteria” : [ // list of criterias {“name”:”isalldayevent”,”object”:”event”,”oper”:”equal”,”value”:”on”,”text”:”on”}, // (name of the field, object name, operations, value, text value)...
How to show all activities in the account related list on the visualforce page when the related contact doesn't have the account listed in the "Related To" field but is a contact on the account.
Use case: User should be able to create a recurring event, say every Monday and Wednesday for a month. Solution: 1) Navigate to My Calendars > Calendar Controls > edit calendar. 2) Edit your desired calendar and in the edit screen go to “Fields to display on create and edit dialog” 3) Here ensure “Create...
What ways are available to show the most dates at one time on a calendar?
In this article you will learn about: Group Calendars Public Holiday Calendars Calendar folders Hide/display or re-arrange calendars in the sidebar Group Calendars Create calendar groups for a quick overlay of multiple grouped calendars and a more organized left side panel. Grouped calendars can either retain their individual colors or display a new, uniform group...