Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin Custom Metadata Interface (Object Entity Definition Limits) [FEATURE] #139

Open
bobbysfdev opened this issue Oct 31, 2023 · 0 comments
Labels
code enhancement New feature or request

Comments

@bobbysfdev
Copy link

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

https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_relationships_limits.htm&type=5

@bobbysfdev bobbysfdev added the enhancement New feature or request label Oct 31, 2023
@JodieM JodieM added the code label Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants