Salesforce’s Spring ‘20 Release: Changes regarding guest users starting March 1, 2020

@ tami

We have not moved to lightning yet either, but from what I Understood from my Dev is that:

Guest User will do the changes as usual on the public-facing skuid page, and then the apex will basically do the following: 

1- ‘Capture all the changes of that session’
2- Open a session under a SF user for authentication
3- this user will be the one ‘Updating record’ with all the changes guest user made

Dev told me it should be straightforward if i was using a VF page let’s say instead of Skuid

The issue with Skuid, is that he does not know how Skuid captures and sends the changes to SF, and not sure how he would be able to do step 1. As skuid is a managed package he cannot dig deeper or change any skuid classes.

@anna is there some documentation/ideas on how we would be able to do step 1? (capture all changes made on skuid page, and use apex to update record)

Hopefully that helps, especially if Skuid can help us with that step 1