From 62124d57a1e5cf8ae7402bc89c4a903f401977ba Mon Sep 17 00:00:00 2001 From: Thaddaeus Dahlberg <16785863+tcdahlberg@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:38:07 -0600 Subject: [PATCH] Update troubleshoot.md --- docs/Getting-Started/troubleshoot.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/Getting-Started/troubleshoot.md b/docs/Getting-Started/troubleshoot.md index 9c0a6616..f8826640 100644 --- a/docs/Getting-Started/troubleshoot.md +++ b/docs/Getting-Started/troubleshoot.md @@ -6,19 +6,18 @@ nav_order: 10 *This page is intended to capture common troubleshooting issues with the Summit Events App. Have something to contribute, comment below and we'll add it to this page.* __Can't find what you are looking for here? Have suggestions for improvements?__ Post your question on the SEA Trailblazer community page: [SEA Trailblazer Community](https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHi2SAE) -# Registration Pages +## Registration Pages -### Receive error message: "Question setup issue(s): Map to field: Field Your_Custom_Field__c is not accessible by guest user.Map To Field: Field Your_Custom_Field__c is not accessible by guest user. +**Receive error message: "Question setup issue(s): Map to field: Field Your_Custom_Field__c is not accessible by guest user.Map To Field: Field Your_Custom_Field__c is not accessible by guest user.** Add access to Your_Custom_Field__c to the guest user. To do this, navigate to Setup and search for Permission Sets. Click on the Summit Events Registrant permission set or the custom permission set you created. Edit the permission set. Go to the Object Settings and select the object that contains the field (e.g. Summit Events Registrant). Edit the permissions and give Edit Access to the field. - -# Calendar Page -### Event not showing on Calendar: Event instance setup but is not displaying on standard Summit Events Calendar. +## Calendar Page +**Event not showing on Calendar: Event instance setup but is not displaying on standard Summit Events Calendar.** Verify that the Event Instance's Event Status field is set to Active. -# Known Issues +## Known Issues ### Event Instance Date Time Formatted field on Summit Events Registration object does not get updated if a change is made to the date or time of the event after initial creation. This is a known issue which may be corrected in an upcoming release. To track the progress of the known issue see: [Issue Tracker](https://github.com/SFDO-Community/Summit-Events-App/issues/525)