Skip to content

Commit

Permalink
Update 33-0-1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblake21 authored Jun 11, 2024
1 parent 11bd274 commit 112ed88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes/33-0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ 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
> 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)
#### 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
> Example: [https://summit-events-ldo.my.salesforce-sites.com/summit__SummitEvents?template=c__summitEventsApp](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.
---
Expand Down

0 comments on commit 112ed88

Please sign in to comment.