- 13 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Version 1.25 Release Notes
- Updated on 13 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Version 1.25 Release Notes
Overview
Version 1.25 was released on Jan 2025.
Bug Fixes
client_message_tag Not Being Populated With Messaging Flow Action
The client_message_tag
, as part of the RelayMessageAction, was not being sent to Relay in all cases. This issue has been resolved.
What’s Changed
Added client_message_tag support to the Onboarding Flow Action
The Relay Onboard Customer, now supports setting the client_message_tag
value. If populated, any Relay events pushed to Salesforce, related to the Onboarding process, will contain the original value provided.
Enhanced the Relay PDF Pull Flow Action
The Relay Pull PDF Action has been improved to automatically retry downloading the PDF on error, or when Relay reports that it is not yet available. You can specify how many retries to attempt before an error will be logged in the new RelayLog__c
table (see above).
What’s New
Added a new Flow Action: Relay Pull Attachment
The Relay Pull Attachment flow action, allows you to automatically download Relay Power-up images and attachments from Relay and store them as file attachments on any Salesforce object.
Added a new RelayLog__c Table
The RelayLog__c table contains errors that occur within the Relay package. This new table can provide useful troubleshooting information, especially when Relay apex code is running in the background (futures, jobs, etc).