mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields"
|
|
],
|
|
"title": "SfdcPartnerPackage - Data API",
|
|
"description": "Represents a managed package owned by a partner in a Partner Business Org (PBO). This object is available in API version 64.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"Id": {
|
|
"type": "string",
|
|
"properties": "Defaulted on create, Filter, Group, idLookup, Sort",
|
|
"description": "System field. The unique identifier for the record."
|
|
},
|
|
"NamespacePrefix": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The prefix of the namespace where this package lives."
|
|
},
|
|
"Package": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The external ID of the associated managed package."
|
|
},
|
|
"PackageName": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The public name of the associated package."
|
|
}
|
|
}
|
|
} |