{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"wsdl_segment",
"field_reference"
],
"title": "OrgMetric - Data API",
"description": "Represents a feature or metric that Salesforce Optimizer evaluates. This object is available in API version 47.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"refers_to"
],
"fields": {
"Category": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Sort",
"description": "The category of the feature evaluated. Possible values are: Custom Code Custom Layouts Fields Improve Org Security Improve User Experience Increase User Adoption Object Limits Org Limits Reports And Dashboards Usage User Management Workflow The default value is Org Limits."
},
"FeatureType": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Sort",
"description": "The feature evaluated. For a full list, see Features Evaluated in Salesforce Optimizer. The default value is Unassigned Page Layouts."
},
"LatestOrgMetricScanSummaryId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The feature’s OrgMetricScanSummaryID from the most recent Optimizer evaluation. This field is a relationship field.",
"relationship_name": "LatestOrgMetricScanSummary",
"refers_to": "OrgMetricScanSummary"
},
"Name": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "A unique number that identifies the feature."
}
},
"special_access_rules": "This object is only available in orgs where Salesforce Optimizer is enabled. Requires the Modify All Data and Customize Application user permissions.",
"wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```",
"field_reference": {
"Category": {
"field_label": "Category",
"type": "picklist",
"length": "40"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Currency ISO Code",
"type": "picklist",
"length": "3"
},
"FeatureType": {
"field_label": "Feature Type",
"type": "picklist",
"length": "40"
},
"Id": {
"field_label": "Org Metric ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LatestOrgMetricScanSummaryId": {
"field_label": "Org Metric Scan Summary ID",
"type": "reference",
"length": "18"
},
"Name": {
"field_label": "Org Metric",
"type": "string",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}