Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks Sanford Whiteman! That seemed to work to get values into the URL (this is my url when I submit the form now https://go.schedulinginstitute.com/RCBC-App-Testing-2.html#%7B%22rCBCCurrentAnnualCollections%22%3A%222000000%22%2C%22rC… ). But how do I pull those values into the next form? If it wa...
I am working on a semi-complicated application for our business and have gotten stuck and hoping the Nation can help! The desire is to have applicants fill out part one of the form and then when they submit it, it calculates their current collections. I have this part working and the math is firing ...
Worked perfectly! Thanks so much Sanford Whiteman
Hi all,I have a program running that looks at training records for our clients (which we store in COs) and will send an alert to our vendor to delivery something if the date of the training is within 14 days. I have an email script set up to pull the date of the training in to the alert to the vendo...
Hi Sanford Whiteman,Is there a way to do this with branching forms? We use an outside web development company and they added our Marketo forms to our site but put each step on a different page (we wanted multiple forms so we could "save" the progress if they don't finish). I was going to send this ...
Hi Kim,It's not it exactly that they won't qualify for step 3 (unless you have a remove from flow happening somewhere) but if they do not fit into your Choice 1 of Step 3 then they will receive the default choice (do nothing as you currently have it). So they are still in your flow here and could re...
Hey all,Tried to dig around on the community for a solution to this but didn't find one that worked for me. We store training records in a Custom Object and we've had requests to pull lists where we filter by someone having 3 or more of the trainings where a field on them for the status is set to av...
That's it! Not all the trainings are scheduled so not every record has those dates. I switched to created date and that seems to be working. That's again for all your help. I really really appreciate it!
I did double check and there's is set but just to test I set the default to match what we have it as and it still didn't pull in any thing #set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Toronto") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set(...
Pulls in quite a few records including the one I'm looking for:{trainingScheduledStartDate=2018-01-19, trainingScheduledEndDate=2018-01-19, trainingStatus=Complete, trainingType=New Patient Mastery On-Site Solution (Upgrade), updatedAt=2018-01-20 05:05:15}] It's working for the majority but he few g...