afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/DataAssessmentFieldMetric.json

139 lines
6.5 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "DataAssessmentFieldMetric - Data API",
"description": "Represents summary statistics for matched, blank, and differing fields in account records of an org compared to records in Data.com. This object is available in API version 37.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"DataAssessmentMetricId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "A unique number that identifies the parent DataAssessmentMetric record. This is a relationship field.",
"relationship_name": "DataAssessmentMetric",
"relationship_type": "Lookup",
"refers_to": "DataAssessmentMetric"
},
"FieldName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The name of the assessed field."
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "An optional field used to name your record."
},
"NumMatchedBlanks": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of matched records that contain blank fields."
},
"NumMatchedDifferent": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of matched records that have a different value for this field."
},
"NumMatchedInSync": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of matched records that have the same value for this field."
},
"NumUnmatchedBlanks": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of unmatched records that contain blank fields."
}
},
"wsdl_segment": "```xml\n<complexType name=\"DataAssessmentFieldMetric\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"CreatedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"DataAssessmentMetric\" nillable=\"true\" minOccurs=\"0\" type=\"ens:DataAssessmentMetric\"/>\n <element name=\"DataAssessmentMetricId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"DataAssessmentValueMetrics\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"FieldName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"LastModifiedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"LastModifiedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"Name\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"NumMatchedBlanks\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"NumMatchedDifferent\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"NumMatchedInSync\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"NumUnmatchedBlanks\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"UserRecordAccess\" nillable=\"true\" minOccurs=\"0\" type=\"ens:UserRecordAccess\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n<simpleType name=\"QueryLocator\">\n <restriction base=\"xsd:string\"/>\n</simpleType>\n<complexType name=\"QueryResult\">\n <sequence>\n <element name=\"done\" type=\"xsd:boolean\"/>\n <element name=\"queryLocator\" type=\"tns:QueryLocator\" nillable=\"true\"/>\n <element name=\"records\" type=\"ens:sObject\" nillable=\"true\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n <element name=\"size\" type=\"xsd:int\"/>\n </sequence>\n</complexType>\n```",
"field_reference": {
"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"
},
"DataAssessmentMetricId": {
"field_label": "Data Assessment Metric ID",
"type": "reference",
"length": "18"
},
"FieldName": {
"field_label": "Field Name",
"type": "string",
"length": "255"
},
"Id": {
"field_label": "Data Assessment Field 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"
},
"Name": {
"field_label": "Data Assessment Field Metric",
"type": "string",
"length": "255"
},
"NumMatchedBlanks": {
"field_label": "Number of Matched Records that have blanks for this field",
"type": "int",
"digits": "9"
},
"NumMatchedDifferent": {
"field_label": "Number of Matched Records that have different value for this field than Data.com",
"type": "int",
"digits": "9"
},
"NumMatchedInSync": {
"field_label": "Number of Matched Records that have the same value for this field as Data.com",
"type": "int",
"digits": "9"
},
"NumUnmatchedBlanks": {
"field_label": "Number of Unmatched Records that have blanks for this field",
"type": "int",
"digits": "9"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}