mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
75 lines
3.1 KiB
JSON
75 lines
3.1 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields"
|
|
],
|
|
"title": "SfdcPartnerTntPkgLicense - Data API",
|
|
"description": "Represents package license tracking for a tenant package in a Partner Business Org (PBO). Used to track seats, expiration dates, and license statuses from both the Management and Subscriber org for package licenses. This object is available in API version 66.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description",
|
|
"relationship_name",
|
|
"refers_to"
|
|
],
|
|
"fields": {
|
|
"LastReferencedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record."
|
|
},
|
|
"LastViewedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The timestamp when the current user last viewed this record or list view. If this value is null, the user might have only accessed this record or list view (LastReferencedDate), but not viewed it."
|
|
},
|
|
"ManagementExpirationDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The date when the license expires for the management org."
|
|
},
|
|
"ManagementLicenseStatus": {
|
|
"type": "picklist",
|
|
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
|
|
"description": "Describes whether the licenses from the management org have been provisioned. Possible values are: Active Free Trial"
|
|
},
|
|
"ManagementProvisionedSeats": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "Number of seats provisioned from the partner org."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
|
|
"description": "The auto-generated name of the license in the format: PTL-{00000000}."
|
|
},
|
|
"PartnerTenantPackageId": {
|
|
"type": "reference",
|
|
"properties": "Filter, Group, Sort",
|
|
"description": "The ID of the tenant package this package license record belongs to. This field is a relationship field.",
|
|
"relationship_name": "PartnerTenantPackage",
|
|
"refers_to": "SfdcPartnerTenantPackage"
|
|
},
|
|
"SubscriberExpirationDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The date when the license expires for the subscriber."
|
|
},
|
|
"SubscriberLicenseStatus": {
|
|
"type": "picklist",
|
|
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
|
|
"description": "Describes whether the licenses for the subscriber have been provisioned. Possible values are: Active Free Trial"
|
|
},
|
|
"SubscriberProvisionedSeats": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The number of seats provisioned in the Subscriber Org."
|
|
},
|
|
"UsedSeats": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The number of seats for the license that have been assigned at the subscriber org."
|
|
}
|
|
}
|
|
} |