Embed presentation
Download to read offline



















Custom metadata types allow users to define and store metadata for use in applications. They provide a way to define custom metadata objects that can be managed like custom objects and accessed from Apex. The metadata objects can contain fields, related lists, and records as needed by the application. The document demonstrates how to define a custom metadata type and access records of that type from Apex code using the dependency injection pattern.

















