Newer Version Available
CustomMetadataValue Class
Namespace
Usage
Use Metadata.CustomMetadataValue to access values for custom fields of custom metadata records.
Supported Apex primitive types are:
- Boolean
- Date
- DateTime
- Decimal
- Double
- Integer
- Long
- String
Example
CustomMetadataValue Properties
The following are properties for CustomMetadataValue.
value
Signature
public Object value {get; set;}
Property Value
Type: Object
When setting the value for relationship fields, use the qualified API name of the related metadata, not the ID.
For more information, see Primitive Data Types.