From 11bd274435745715e181bcacda88e5d760bf2272 Mon Sep 17 00:00:00 2001 From: Ryan Blake <60475518+rdblake21@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:24:42 -0500 Subject: [PATCH] Update 33-0-1.md --- docs/release-notes/33-0-1.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/33-0-1.md b/docs/release-notes/33-0-1.md index 8c9176d5..67c76627 100644 --- a/docs/release-notes/33-0-1.md +++ b/docs/release-notes/33-0-1.md @@ -62,10 +62,20 @@ Additional details will be added to the site for further clarification. > | Residence Life Info Session | Current Students | Info Sessions | Website | Included | displayon=Website +#### 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 + +#### Understadning the "template" Parameter +The "template" parameter is a unique parameter that allows you to brand your calendar, similar to how you brand the registration experience. THere are some unique elements to ensure it shows properly as the url parameter needs to be input a bit differently. For the "template" paratmer to function, it requires you to input "c__" in front of the visualforce page name associated to the template. While the recommendation is to be consistent in your naming convention, (matching the VF page name to the Template Picklist value), keep in mind that you need to identify the visualforce page name minuq the .page. The "c__" namespace denotes a custom namespace and is neccessary as Summit Events is a managed package. Considerations are being made to adjust this, however, for now the "c__" is needed. +> Example: https://summit-events-ldo.my.salesforce-sites.com/summit__SummitEvents?template=c__summitEventsApp +> * Note: "summitEventsApp" is the name of the Visualforce Page. The c__ in front of it denotes it lives outside the package in the common namespace. + --- ## Technical Features, Updates and Bug Fixes -### Cancellation Page has been c (Resolves [#545](https://github.com/SFDO-Community/Summit-Events-App/issues/545)) +### Cancellation Page has been cleaned up (Resolves [#545](https://github.com/SFDO-Community/Summit-Events-App/issues/545)) There were issues with the cancellation page not rendering and defaulting to the error page, particularly on past events. While it may seem as though the cancellation link isn't needed for past events, it was also noticed during times when registration was closed, but the event hasn't happened yet. In review, there were several things that needed to be fix, so the cancel registration page has been reworked to function appropriately, regardless of the instances date/time. ### Additional Header will only appear with Additional Questions (Resolves [#553](https://github.com/SFDO-Community/Summit-Events-App/issues/553))