• Rachel Thibodaux
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
The Shift Calendar within our organization's website is not reutrning any values. Normally, it looks like this:
User-added imageOur volunteers are able to click on the shift they want and sign up. Right now, it is showing this:User-added imageI am having trouble identifying what is causing the issue. The Shift Calendar is working just fine and looks normal in our salesforce org. On our actual website, we have the error. Can anyone help?

We have a FormAssembly account that we use to create Sign Up forms for our volunteers. We have a custom multi picklist field called Areas of Interest. When a person signs up to volunteer at one of our programs, that becomes one of their Areas of Interest. The problem is that when that information in transferred over to Salesforce, anything already in the Areas of Interest field for that particular person is overwritten. For example, we have a program called Emily House and a program called Stella Maris. Say that someone had Emily House as an Area of Interest in their Salesforce contact. If they went and signed up to volunteer at Stella Maris, the Area of Interest field in their Salesforce contact would then be updated to have only Stella Maris as opposed to Emily House and Stella Maris. I’ve contacted FormAssembly, and they said the only thing that can be done on their end would be to use the Salesforce Prefill Connector which is only available with an upgraded version of FormAssembly. The next level up from our current FormAssembly version more than triples what we pay a month, so that’s not an option. I was wondering if anyone knew of a rule I can write on the Salesforce end to fix this issue. Thank you!
We have a custom object called Volunteer Hours. We created a rule the following criteria
(Volunteer Hours: Start DateLESS THANYESTERDAY) AND (Volunteer Hours: Clock InEQUALSnull)

The Workflow Action is a Field Update to change the Status of the Volunteer Hours to No Show if there was not a Clock In date & time, as this means the volunteer did not show up for the shift. We want it firing for all Volunteer Objects with a start date of yesterday or before.
User-added imageThis is the Field Update information. Anyone have an idea why it's not working?
The Shift Calendar within our organization's website is not reutrning any values. Normally, it looks like this:
User-added imageOur volunteers are able to click on the shift they want and sign up. Right now, it is showing this:User-added imageI am having trouble identifying what is causing the issue. The Shift Calendar is working just fine and looks normal in our salesforce org. On our actual website, we have the error. Can anyone help?
We have a custom object called Volunteer Hours. We created a rule the following criteria
(Volunteer Hours: Start DateLESS THANYESTERDAY) AND (Volunteer Hours: Clock InEQUALSnull)

The Workflow Action is a Field Update to change the Status of the Volunteer Hours to No Show if there was not a Clock In date & time, as this means the volunteer did not show up for the shift. We want it firing for all Volunteer Objects with a start date of yesterday or before.
User-added imageThis is the Field Update information. Anyone have an idea why it's not working?