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
-
Thanks to @ILambuRI for reporting this issue!
Core Unlocked Package Changes
Fixed #768 by deprecating the
HttpRequestEndpoint__c
fields onLogEntryEvent__e
andLogEntry__c
, and replaced them with newHttpRequestEndpointAddress__c
fields that have a much longer max length (2,000 vs 255).HttpRequestEndpoint__c
fields are now considered deprecated since they're not capable of storing the full value of long endpointsHttpRequestEndpoint__c
fields will continue to be populated for the time being, and the value is now auto-truncated to 255 characters to fix theSTRING_TOO_LONG
error that was reported in LogEntryEvent__e.HttpRequestEndpoint__c too short to store endpoint #768businessStatus
on the fields has been updated toDeprecateCandidate
inlineHelpText
on the fields has been update toDeprecated: instead use the field HttpRequestEndpointAddress__c
label
on the fields has been update toDEPRECATED: HTTP Request Endpoint
LogEntryRecordPage
flexipage to have bothHttpRequestEndpoint__c
(existing) andHttpRequestEndpointAddress__c
fieldsHttpRequestEndpoint__c
will be removedRelated context: this is essentially the same issue & solution used in release
v4.13.15
for the now-deprecated text(255) fieldsBrowserUrl__c
not 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 04t5Y0000015oV0QAI
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y0000015oV0QAI
This 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