I am currently working to try to add a privacy policy for an external user to see before entering our W2L visualforce page, I have been working on this all day yesterday and cannot figure it out. I feel I have tried everything. I created a screen flow and can call for it on the page, but I need it to show before the page, then after selecting the agree radio button, take me to the visualforce page.
1 risposta
Hi Brandon,
Could you please refer: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_flows_adding.htm
On the above link, there's an attribute called finishLocation, you can perhaps try leveraging the same logic in your code.