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
Post a Comment