Releases: j-fischer/rflib
Releases · j-fischer/rflib
RFLIB_v7.4.0
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
- PR #91 Created
LogFailure
method forrflib_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
- 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
inLogger Settings
to enable the feature. - PR #90 Added the
rflib_OmniStudioRemoteActions
to the package. You can now createLog Events
orApplication 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
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
- 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
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
- PR #84 PermissionExplorer: Added support for viewing Apex Class and Page permissions
Version 6.4.0
- 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
- Removed Global Setting CMT record Archive Log Query Limit, which was missed in the 6.3.0 release.
Version 6.3.0
- PR #81 Added new Global Setting config value to choose whether to use the Org Wide Email Address for sending out notifications or not. This allows orgs to take advantage of the new configuration setting to select the workflow user for record triggered flows. See https://help.salesforce.com/s/articleView?id=release-notes.rn_automate_flow_builder_run_event_triggered_flows_as_workflow_user.htm&release=248&type=5
- Log Monitor: Fixed bug where the query limit message would not be displayed when viewing the Log Archive.
- Removed all Global Setting CMT records and aligned their validation rules according to the documentation.