SfdcPartnerTntPermSetLic

Represents Permission Set License (PSL) 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 PSLs. This object is available in API version 66.0 and later.

Supported Calls

describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Fields

Field Details
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 PSL in the format: PTPL-{00000000}.
PartnerTenantPackageId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the tenant package this PSL record belongs to.
This field is a relationship field.
Relationship Name
PartnerTenantPackage
Refers To
SfdcPartnerTenantPackage
SfdcPartnerPermSetLicenseId
Type
string
Properties
Filter, Group, Sort
Description
The ID of the PSL definition being tracked.
This field is a relationship field.
Relationship Name
SfdcPartnerPermSetLicense
Refers To
SfdcPartnerPermSetLicense
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.