jkranz-rk / RecordTypePicker

This project is an open-source free-to-use component that can be used in Screen Flows to give users selectable choices of Record Types for a given Object with Record Types that automatically only shows Record Types that are available to the running user.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Fixes Sorting Bug (#26) #28

Closed jkranz-rk closed 1 year ago

jkranz-rk commented 1 year ago

This release fixes a bug that caused the Record Type screen component to have non-deterministic sort order (most likely in order of the Record Types getting created).

With this release, changes are made so that the component shows the record types in alphabetical order based on Label/Name. Some other syntax cleanup and other non-functional changes were made to prepare for more configuration options and enhancements moving forward.