mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
109 lines
5.4 KiB
JSON
109 lines
5.4 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"usage",
|
|
"wsdl_segment",
|
|
"field_reference"
|
|
],
|
|
"title": "ListView - Data API",
|
|
"description": "Represents a list view. A list view shows a set of records for an object, based on specific criteria. This object is available in API version 32.0 and later.",
|
|
"fields_columns": [
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DeveloperName": {
|
|
"description": "Properties: Filter, Group, Sort; The fully qualified developer name of the list view."
|
|
},
|
|
"IsSoqlCompatible": {
|
|
"description": "Properties: Defaulted on create, Filter, Group, Sort; Whether the list view can be used with SOQL.."
|
|
},
|
|
"LastModifiedById": {
|
|
"description": "Properties: Filter, Sort; The ID of the user who last modified the list view."
|
|
},
|
|
"LastReferencedDate": {
|
|
"description": "Properties: Filter, Nillable, Sort; The date and time when the list view was last referenced, with a precision of one second."
|
|
},
|
|
"LastViewedDate": {
|
|
"description": "Properties: Filter, Nillable, Sort; The date and time when the list view was last viewed, with a precision of one second."
|
|
},
|
|
"Name": {
|
|
"description": "Properties: Filter, Group, idLookup, Sort; The name of the list view."
|
|
},
|
|
"NamespacePrefix": {
|
|
"description": "Properties: Filter, Group, Nillable, Sort; The namespace of the list view."
|
|
},
|
|
"SobjectType": {
|
|
"description": "Properties: Filter, Group, Nillable, Restricted picklist, Sort; The API name of the sObject for the list view."
|
|
}
|
|
},
|
|
"usage": "Use this object to retrieve the metadata for a pipeline inspection view.",
|
|
"wsdl_segment": "```xml\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<complexType name=\"ListView\">\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=\"DeveloperName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"IsSoqlCompatible\" 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=\"LastReferencedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LastViewedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"ListEmailRecipientSources\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Name\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"NamespacePrefix\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SobjectType\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\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"
|
|
},
|
|
"DeveloperName": {
|
|
"field_label": "View Unique Name",
|
|
"type": "string",
|
|
"length": "80"
|
|
},
|
|
"Id": {
|
|
"field_label": "List View ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"IsSoqlCompatible": {
|
|
"field_label": "Is SOQL Compatible",
|
|
"type": "boolean"
|
|
},
|
|
"LastModifiedById": {
|
|
"field_label": "Last Modified By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"LastReferencedDate": {
|
|
"field_label": "Last Referenced Date",
|
|
"type": "datetime"
|
|
},
|
|
"LastViewedDate": {
|
|
"field_label": "Last Viewed Date",
|
|
"type": "datetime"
|
|
},
|
|
"Name": {
|
|
"field_label": "View Name",
|
|
"type": "string",
|
|
"length": "40"
|
|
},
|
|
"NamespacePrefix": {
|
|
"field_label": "Namespace Prefix",
|
|
"type": "string",
|
|
"length": "15"
|
|
},
|
|
"SobjectType": {
|
|
"field_label": "Custom Object Definition ID",
|
|
"type": "picklist",
|
|
"length": "40"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |