v4.14.12 - Deprecated & replaced HttpRequestEndpoint__c fields with new HttpRequestEndpointAddress__c fields #774
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks to @ILambuRI for reporting this issue!
Core Unlocked Package Changes
Fixed #768 by deprecating the
HttpRequestEndpoint__cfields onLogEntryEvent__eandLogEntry__c, and replaced them with newHttpRequestEndpointAddress__cfields that have a much longer max length (2,000 vs 255).HttpRequestEndpoint__cfields are now considered deprecated since they're not capable of storing the full value of long endpointsHttpRequestEndpoint__cfields will continue to be populated for the time being, and the value is now auto-truncated to 255 characters to fix theSTRING_TOO_LONGerror that was reported in LogEntryEvent__e.HttpRequestEndpoint__c too short to store endpoint #768businessStatuson the fields has been updated toDeprecateCandidateinlineHelpTexton the fields has been update toDeprecated: instead use the field HttpRequestEndpointAddress__clabelon the fields has been update toDEPRECATED: HTTP Request EndpointLogEntryRecordPageflexipage to have bothHttpRequestEndpoint__c(existing) andHttpRequestEndpointAddress__cfieldsHttpRequestEndpoint__cwill be removedRelated context: this is essentially the same issue & solution used in release
v4.13.15for the now-deprecated text(255) fieldsBrowserUrl__cnot being long enough, and they were replaced with new long textarea(2000) fieldBrowserAddress__c(PR #720). It's probably worth reviewing all of the text fields in the data model (especially some of the older fields) to see if it would make sense to take the same approach for any other existing fields.Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.14.11...v4.14.12
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015oV0QAIsfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y0000015oV0QAIThis discussion was created from the release Deprecated & replaced HttpRequestEndpoint__c fields with new HttpRequestEndpointAddress__c fields.
Beta Was this translation helpful? Give feedback.
All reactions