Salesforce Fact #988 | Disable radio button on screen navigate

Suppose we have a requirement that a radio button needs to be selected by the user in the current screen. Once the user moves previous/next from the current screen, it should get disabled.

We can implement this using screen action and bit of condition logic.

We can add condition to make sure the screen action autolaunched flow is called only once. And we can create a formula resource to check the InProgress and IsSuccess property of the action button which is used in the disabled attribute of the radio buttons.

Attached are the screenshots.






Comments

Popular posts from this blog

Salesforce Fact #929 | Nth highest in screen flow

Salesforce Fact #245 | Enabling Case Assignment checkbox