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

31 lines
1.5 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "StandardObjectName History - Data API",
"description": "StandardObjectNameHistory is the model for all history objects associated with standard objects. These objects represent the history of changes to the values in the fields of a standard object.",
"fields_columns": [
"description"
],
"fields": {
"StandardObjectNameId": {
"description": "Type: reference Properties: Filter, Group, Sort Description: ID of the standard object."
},
"DataType": {
"description": "Type: picklist Properties: Filter, Group, Nillable, Restricted picklist, Sort Description: Data type of the field that was changed."
},
"Field": {
"description": "Type: picklist Properties: Filter, Group, Restricted picklist, Sort Description: Name of the field that was changed."
},
"NewValue": {
"description": "Type: anyType Properties: Nillable, Sort Description: New value of the field that was changed."
},
"OldValue": {
"description": "Type: anyType Properties: Nillable, Sort Description: Old value of the field that was changed."
}
},
"special_access_rules": "For specific special access rules, if any, see the documentation for the standard object. For example, for AccountHistory, see the special access rules for Account.\n\nFor specific special access rules, if any, see the documentation for the standard object. For example, for AccountHistory, see the special access\n\t\t\trules for Account."
}