From 675ca95b4d8fdaca85a8b4b4f9cf6128cdcae626 Mon Sep 17 00:00:00 2001 From: Ryan Blake <60475518+rdblake21@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:18:44 -0500 Subject: [PATCH] Update 33-0-1.md --- docs/release-notes/33-0-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/33-0-1.md b/docs/release-notes/33-0-1.md index 820167ec..578d58ac 100644 --- a/docs/release-notes/33-0-1.md +++ b/docs/release-notes/33-0-1.md @@ -50,7 +50,7 @@ The Out of the Box Calendar, included as part of Summit Events, had some issues * audienceSelect : when set to false the dropdown of audience does not show. * template : Allows you to pass in a name of a visualforce page template you have built for SEA on your site. the .page suffix can be removed from the visualforce page name. Additional details will be added to the site for further clarification. -> NOTE: This feature is inclusive of events leveraging an OR statement, not an AND statement. As the URL Paramter filter is built, consider starting with the most restrive parameter. When considering bulding a calender view leveraging the URL Parameter filter, consider start with the statement "I want to inlcude events (instances) that have the following values on their Event Record..." +> NOTE: This feature is inclusive of events leveraging an OR statement, not an AND statement. As the URL Paramter filter is built, consider starting with the most restrive parameter. When considering bulding a calender view leveraging the URL Parameter filter, consider starting with the statement "I want to inlcude events (instances) that have the following values on their Event Record..." > * Example: " I want to include events (instances) that are for the General Public, Fundraising, OR Display on the Website" > * URL = ...my.salesforce-sites.com/?audienceList=General%20Public&type=Fundraising&displayon=Website @@ -65,7 +65,7 @@ Additional details will be added to the site for further clarification. #### Understanding the Filterable Fields and Values The fields that can be leverage are in alignment with what's available in the Summit Events Feed. To understand what's in the feel, the languaged to use for the URL and what values are available use the following URL after your domain name: * ...my.salesforce-sites.com/services/apexrest/summit/summiteventsfeed?feedType=parameterKey -> Example: [https://summit-events-ldo.my.salesforce-sites.com/services/apexrest/summit/summiteventsfeed?template=c__summitEventsApp&feedType=parameterKey](https://summit-events-ldo.my.salesforce-sites.com/services/apexrest/summit/summiteventsfeed?template=c__summitEventsApp&feedType=parameterKey) +> Example: [https://summit-events-ldo.my.salesforce-sites.com/services/apexrest/summit/summiteventsfeed?feedType=parameterKey](https://summit-events-ldo.my.salesforce-sites.com/services/apexrest/summit/summiteventsfeed?feedType=parameterKey) #### Understadning the "template" Parameter