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

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow