PartnerRole
Defines roles assigned to partners in partner relationships, such as Distributor or Reseller.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the partner role. | |
| MasterLabel | String | True |
Display name of the partner role. | |
| SortOrder | Int | True |
Numeric value indicating the order in which this role appears in lists. | |
| ReverseRole | String | True |
Name of the reciprocal role used when creating a reverse partner relationship. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the partner role. |
| CreatedDate | Datetime | True |
Date and time when the partner role was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the partner role. |
| LastModifiedDate | Datetime | True |
Date and time when the partner role was last modified. | |
| SystemModstamp | Datetime | True |
System timestamp for the most recent update to the partner role record. |