Known Issues · API
Apex , API , Metadata , Lightning
Deploying Platform Event metadata fails by "Cannot specify: inlineHelpText for platform event field" error if the Platform Event has a field which has inlineHelpText attribute as follows. <?xml version="1.0" encoding="UTF-8"?> <CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">; <deploymentStatus>Deployed</deploymentStatus> <eventType>HighVolume</eventType> <fields> <fullName>Message__c</fullName> <externalId>false</externalId> <inlineHelpText>Test</inlineHelpText> <isFilteringDisabled>false</isFilteringDisabled> <isNameField>false</isNameField> <isSortingDisabled>false</isSortingDisabled> <label>Message</label> <length>255</length> <required>false</required> <type>Text</type> <unique>false</unique> </fields> <label>TestHVPE</label> <pluralLabel>TestHVPE</pluralLabel> <publishBehavior>PublishAfterCommit</publishBehavior> </CustomObject> -...
In Review ·Reported By 12 ·Updated 13 days ago
Internal Server Error when trying to upsert records via Bulk API V2
Intermittently, when trying to upsert records via Bulk API, an Internal Server Error (ISE) occurs and "SqlNoDataFoundException: ORA-01403: no data found" error may be included in the message.
In Review ·Reported By 2 ·Updated 13 days ago
Discrepancy in field length vs picklist value length in Standard Picklist Values
Standard Picklist Values take up to 255 characters. Although, the length of the standard picklist fields incorrectly shows as 40 in the metadata.
Fixed - Summer '20 ·Reported By 14 ·Updated 14 days ago
sfdx force:source:pull gives error for EntitlementProcess
"ERROR running force:source:pull: Entity of type 'EntitlementProcess' named 'myDefaultProcess' cannot be found" when doing a sfdx force:source:pull in the scratch org. This can be seen in two scenario's Uppercase characters used (Versioning Disabled) - Scenario 1 ------------------- Creating...
Fixed - Summer '22 ·Reported By 61 ·Updated 18 days ago
Custom Metadata Type not being sorted as expected
Apex , API , Custom Objects , Flow
Sorting order not being used in SOQL with Custom Metadata Type when sort field is not in column queried. This result in the order not being returned properly with Flows, API, Apex, and any functionality which would use a SOQL query for Custom Metadata Type. Consider a Custom metadata type called MD_NUMBER__mdt...
In Review ·Reported By 175 ·Updated 19 days ago
Record Types with duplicate name are not visible in the Profile - Object Settings
API , Platform , Custom Objects
When there are two record types with the same name(one created through the managed package (duplicate name allowed due to Known Issue - https://trailblazer.salesforce.com/issues_view?id=a1p3A000000mDVgQAM&title=record-type-creation-allows-duplicate-record-type-label-values-when-created-by-a-managed-package),...
In Review ·Reported By 2 ·Updated 19 days ago
A formula field with a result of NULL causes SOQL retrieval to fail
API , Platform , Custom Objects
When creating a Formula Field with a formula of the value NULL, SOQL queries fail with "ORA-00920: invalid relational operator".
In Review ·Reported By 51 ·Updated 20 days ago
SCIM API update user custom field with 'DateTime' type run into error
Use Case: Use SCIM API to deactivate the user and set termination date. Run 'Patch' method with SCIM API to update user customer field in DateTime type result in "invalid date/time" error. Error: {"Errors": [{ "description": "Invalid date: 2018-01-09T07:44:35Z", "code": 409 }]}
No Fix ·Reported By 2 ·Updated 21 days ago
Apex , API , AppExchange , Lightning
ActionOverrideObject allows duplicate View action overrides for same custom application ID and form factor on a custom object to be saved while using Metadata API (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/actionoverride.htm)
In Review ·Reported By 0 ·Updated 21 days ago
"alias" and "externalID/FederationIdentifier" do not get updated when using scim2 endpoint
When utilizing a scim 2 endpoint to update the field alias or externalID/FederationIdentifier This isnt updated once the response is received. Ref https://help.salesforce.com/articleView?id=identity_scim_overview.htm&type=5 http://www.simplecloud.info/#Specification.html
In Review ·Reported By 4 ·Updated 22 days ago
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.