Skip to content

Releases: j-fischer/rflib

RFLIB_v7.4.0

10 Nov 00:16
Compare
Choose a tag to compare

RFLIB 7.4.0

Package ID: 04tKY000000xAEwYAM
Package Alias: [email protected]
Install link: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000xAEwYAM

  • PR #92 Added tab for managing Custom Settings to Ops Center using a new generic Custom Settings component that allows to manage any Custom Settings object on a Lightning Page.

Version 7.3.0

04 Nov 06:20
Compare
Choose a tag to compare
  • PR #91 Created LogFailure method for rflib_OmniStudioRemoteActions class that should be used when dealing with try-catch blocks in Integration Procedures.
  • Added new Apex Cursor Governor Limits to the Platform Info section of the log.
  • Replaced Org Limit stat for Function API calls with Mass Email limit since SF Functions are EOL.

RFLIB_v7.2.0

23 Sep 05:44
Compare
Choose a tag to compare
  • PR #89 Added new configuration setting and invocable action to sent RFLIB Log Events to remote systems via HTTP Callouts. Configure the HTTP Callout Log Level in Logger Settings to enable the feature.
  • PR #90 Added the rflib_OmniStudioRemoteActions to the package. You can now create Log Events or Application Events from OmniStudio components. Thanks to Jonathan Gillespie for submitting the PR after he added the same functionality to Nebula Logger.
  • Deprecated Logger Settings for Salesforce Functions as the feature has been end-of-lived (EOL) and is no longer available.

RFLIB_v7.1.0

12 Jul 18:43
Compare
Choose a tag to compare

What's Changed

  • PR #88 Added new Global Setting called Trace_ID_Value_Format which allows for the setting of two new Trace ID value formats: SF Request ID only or current user's record ID (either 15 or 18 char) + SF Request ID.

RFLIB_v7.0.0

11 Jul 03:50
Compare
Choose a tag to compare
  • PR #87 Introduced recently added Apex Database.Cursor (beta) functionality to query large number of results in Permission Explorer. This will eventually replace the REST API based approach.

Version 6.6.0

18 May 05:30
Compare
Choose a tag to compare

What's Changed

  • PR #85 EndpointMocker: Added ability to mock requests when using the rflib_HttpRequest class for any outbound HTTP requests. This can help with integration development while the actual endpoint is not available yet. It can also be used in training or development environments where integration is generally not available.

Version 6.5.0

02 Mar 05:25
Compare
Choose a tag to compare
  • PR #84 PermissionExplorer: Added support for viewing Apex Class and Page permissions

Version 6.4.0

23 Jan 04:14
Compare
Choose a tag to compare
  • Permission Explorer: Added two new modes to query Permission Set Groups specifically and added filter to exclude Permission Set Groups when looking up Permission Sets only.
  • Permission Explorer: Improved handling of error messages when retrieving permissions from the controller.

Version 6.3.1

19 Jan 06:38
Compare
Choose a tag to compare
  • Removed Global Setting CMT record Archive Log Query Limit, which was missed in the 6.3.0 release.

Version 6.3.0

18 Jan 22:47
Compare
Choose a tag to compare