Send2CRM Website Client v1.20 Technical Notes

Send2CRM Website Client v1.20 Technical Notes

Release

v1.20

Date

Mar 21, 2025

Version

Send2CRM Website Client v1.20

Description

Minor release with configuration and logging changes.

Compatibility

Clean upgrade over v1.19; existing custom form error handling may need revision per DEV-26 below.

Issue

Implementation notes

Issue

Implementation notes

DEV-169

Website console logging now uses built-in browser debug levels, and can be entirely switched off. New logPrefix setting to optionally change the displayed prefix. Additional settings

DEV-160

Now possible to programmatically allow failed form submissions to continue to website by handling the send2crmFormSubmit event.

Sample implementation: Error details on form submission failure

DEV-99

Apex CPU limit handling to avoid timeouts. Visitor behavior updates with many sessions may be truncated and completed in subsequent updates.

Timeout margin controlled by new custom settings CPU Time Limit Buffer (Composite) and CPU Time Limit Buffer (Sessions). Custom Settings

Scaling service automatically reduces volume of combined requests when truncation due to limits is encountered.

DEV-26

Improved error return values, especially for form submissions. Error Codes