Send2CRM Essentials v1.18 Technical Notes
Release | v1.18 |
Date | Sep 11, 2025 |
Version | Send2CRM Essentials v1.18 |
Description | Usability and security improvements, minor bug fixes. |
Compatibility | Clean upgrade over v1.17. If also using the Analytics package, please upgrade to v1.20. |
Issue | Implementation notes |
|---|
Issue | Implementation notes |
|---|---|
DEV-280 | Applied automatic truncation of text fields for all Salesforce objects. Surfaced visitor update save errors in debug logging platform events and error emails. |
DEV-278 | Debug logging no longer requires ‘Customize Application’ permissions. Enabled per-s2cWebsite__c record instead of via Custom Setting. |
DEV-267 | Form and Automation Conditions may now filter by the Website Origin host. Field Mappings may now access top-level control values such as origin and identifiers. Two picklist values for Condition__Type__c (field on s2cCondition__c) must be manually added if upgrading from a previous version. <value>
<fullName>Event_PageView</fullName>
<default>false</default>
<label>Page URL</label>
</value>
<value>
<fullName>Origin_Host</fullName>
<default>false</default>
<label>Website Origin</label>
</value> |
DEV-266 | Added list of all mappings that share the same Form Identifier to Mapping Wizard when multiple are present. |
DEV-142 | When sending error emails, only verified Org-Wide Email Addresses are used, and profile permissions introduced in API v58.0 are checked. |