You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[PR #109](https://github.com/j-fischer/rflib/pull/109) Added new capability to filter the records when exporting them from the Permission Explorer UI to a CSV file. [Feature Request #107](https://github.com/j-fischer/rflib/issues/107)
8
+
-[PR #108](https://github.com/j-fischer/rflib/pull/108) Introducing a flexible field mapping utility for Salesforce that allows dynamic field mapping between SObjects using custom metadata rules. The implementation supports both direct field mapping and formula-based transformations.
9
+
- Fixed issue in Custom Settings Editor displaying "undefined" as a value when the input field should be blank.
sf package install --package 04tKY0000011PSKYA2 --target-org <your org alias>
67
+
rem RFLIB 9.3.0
68
+
sf package install --package 04tKY000000xMlyYAE --target-org <your org alias>
69
69
70
70
rem RFLIB-FS 3.0.1
71
71
sf package install --package 04t3h000004pOeLAAU --target-org <your org alias>
@@ -134,7 +134,7 @@ See [CHANGELOG file](https://github.com/j-fischer/rflib/blob/master/CHANGELOG.md
134
134
## Third Party Sources
135
135
136
136
- Thanks to Marco Almodova for granting me his ConfirmationDialog component including the right to share it under the BSD-3-Clause license: https://github.com/marcoalmodova/confirm-dialog
137
-
- Thanks to the Beyond The Cloud team for their SOQL library, which is licensed under the MIT license: https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/LICENSE)
137
+
- Thanks to the Beyond The Cloud team for their SOQL library, which is licensed under the MIT license: https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/LICENSE
0 commit comments