Salesforce Fact #762 | Navigate to next screen on checkbox select
Suppose we have a scenario in screen flow where the user can navigate to the next screen only if a checkbox is checked like the terms and conditions checkbox. The next button would be disabled and once the user selects the checkbox, it will get enabled.
We can implement the same using an LWC.
Attached are the screenshots.
Note: The reactive beta feature setting needs to be enabled to pass the data from screen flow to LWC.
Comments
Post a Comment