Release R25-4 #
Available from 15th April 2025
Highlights #
Connectors/Templates/Embedding – improvements around Custom Object Method Categories
When building your own Custom Connector, or working with a Library Connector that implements this feature, you may need to work with custom objects (not just custom fields) which you aren’t able to define ahead of time as they vary for each of your customers. To help with this, we’ve made changes that:
- allow you to use placeholder Steps for these unknown custom objects in a Template which are replaced at the point it’s installed – whether that’s manually within a Cyclr Account using the “Templates” button, through LAUNCH, or through a Marketplace.
- enable you to define more than one Category Parameter when setting up a Custom Object Method Category on your own Custom Connectors.
Read the Custom Object Method Categories article for more information on this.
Improvements #
Accounts > Cycles – importing issue resolved
Resolved an internal issue sometimes encountered when an export of a Cycle was imported into an Account.
Console > Settings – “Appearance Settings” option renamed to “Embedding Customization”
Change of name to better indicate how the styling and other content set within that area is used.
Cyclr API – issue resolve when setting a mapping to “Ignore”
Resolved an issue where calling one of the following 2 Cyclr API endpoints to set a Step’s Field Mapping to “Ignore” could incorrectly return a 400 error response, even though the change was successful:
PUT /v1.0/steps/{id}/fieldmappings
PUT /v1.0/steps/{id}/fieldmappings/{fieldId}
Cyclr API – performance improvement for GET /v1.0/account/connectors
endpoint
The Cyclr API GET /v1.0/account/connectors
endpoint, which returns a list of installed Account Connectors, has been given a speed boost.