You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing the custom interface to manage indicator records. We need to validate the Objects available for the selection picklist. There are a handful of objects that are not available for assignment in Entity Definition fields. These should be filtered out from the Apex method when calling Global Describe. Also, consider Field Entity Definition limitations within the interface picklist.
Must be publicly exposed
Can be queried using the API
Supports Apex triggers
Is customizable
Supports layouts
Is not part of a union, such as a task, activity, event, holiday
Is not a setup entity, such as a permission set or a user
When implementing the custom interface to manage indicator records. We need to validate the Objects available for the selection picklist. There are a handful of objects that are not available for assignment in Entity Definition fields. These should be filtered out from the Apex method when calling Global Describe. Also, consider Field Entity Definition limitations within the interface picklist.
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_relationships_limits.htm&type=5
The text was updated successfully, but these errors were encountered: