Jeff Hilyard
Jeff Hilyard
Based on this reference: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_visualforce.htm I think we should abandon the idea of wrapping lightning web components inside aura components inside visualforce pages (which was proposed to have the same...
With Spring '21 release it's now possible to use Flow or Process Builder to send Lightning Email Template emails leveraging the Email Builder from Winter '21. These email alerts are...
The encryption key could be in a protected managed custom setting (simplest would be hierarchy/org level; if we think we need to support separate sites we could do profile-level (per...
Another approach: prototype an anonymous screen flow. I've never built one, but I read that they are possible and recommended for "multi-screen" registration scenarios. See how far you can get...
@jakeichikawasalesforce I signed the salesforce-cla previously - when I click the signing link it now says "You already signed the CLA on 2023-05-03" and won't let me do so again....
Same here.
I just ran into this so it's not fixed in the current build. What worked for me I found at https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000K0s1eSAB: Use Heroku CLI to run: `heroku labs:enable runtime-dyno-metadata -a...
The worker crash is in https://github.com/SFDO-Tooling/Metecho/pull/2042/commits -- if you go to .heroku/start_worker.sh and comment out the "mkdir -p" and "ln -s" lines the worker no longer crashes.