PartnerRole
Defines roles assigned to partners in partner relationships, such as Distributor or Reseller.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the partner role. | |
| MasterLabel | String | Display name of the partner role. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| SortOrder | Int | Numeric value indicating the order in which this role appears in lists. | |
| ReverseRole | String | Name of the reciprocal role used when creating a reverse partner relationship. | |
| CreatedById | String |
User.Id | ID of the user who created the partner role. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the partner role. |
| LastModifiedDate | Datetime | Date and time when the partner role was last modified. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | System timestamp for the most recent update to the partner role record. | |
| CreatedDate | Datetime | Date and time when the partner role was created. |