Salesforce Fact #669 | Get available record types in screen flow

In order to check in which all record types the current user has access in screen flow, we can write an invocable apex method which makes use of the getDescribe() method and return the results.

In this example, we are checking the record type access for the current user for Account object.

Attached are the screenshots.







Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

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