mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
94 lines
2.3 KiB
JSON
94 lines
2.3 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"field_reference"
|
|
],
|
|
"title": "WebCartHistory - Data API",
|
|
"description": "WebCartHistory represents the history of changes to the values in the fields of the WebCart object.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DataType": {
|
|
"type": "picklist",
|
|
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
|
|
"description": "Data type of the field that was changed."
|
|
},
|
|
"Field": {
|
|
"type": "picklist",
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
|
"description": "Name of the field that was changed."
|
|
},
|
|
"NewValue": {
|
|
"type": "anyType",
|
|
"properties": "Nillable, Sort",
|
|
"description": "New value of the field that was changed."
|
|
},
|
|
"OldValue": {
|
|
"type": "anyType",
|
|
"properties": "Nillable, Sort",
|
|
"description": "Old value of the field that was changed."
|
|
},
|
|
"WebCartId": {
|
|
"type": "reference",
|
|
"properties": "Filter, Group, Sort",
|
|
"description": "The unique ID of the WebCart."
|
|
}
|
|
},
|
|
"special_access_rules": "For specific special access rules, if any, see the documentation for .\n\nFor specific special access rules, if any, see\n\t\t\tthe documentation for",
|
|
"field_reference": {
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"DataType": {
|
|
"field_label": "Datatype",
|
|
"type": "picklist",
|
|
"length": "40"
|
|
},
|
|
"Field": {
|
|
"field_label": "Changed Field",
|
|
"type": "picklist",
|
|
"length": "255"
|
|
},
|
|
"Id": {
|
|
"field_label": "Cart History ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"IsDeleted": {
|
|
"field_label": "Deleted",
|
|
"type": "boolean"
|
|
},
|
|
"NewValue": {
|
|
"field_label": "New Value",
|
|
"type": "anyType",
|
|
"length": "255"
|
|
},
|
|
"OldValue": {
|
|
"field_label": "Old Value",
|
|
"type": "anyType",
|
|
"length": "255"
|
|
},
|
|
"WebCartId": {
|
|
"field_label": "Cart ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |