afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/DealIndirectPartner.json

91 lines
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields"
],
"title": "DealIndirectPartner - Data API",
"description": "Represents an indirect partners involvement in a deal. This object is available in API version 63.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"refers_to"
],
"fields": {
"AccountId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The account associated with the indirect partner on the deal. This field is a relationship field.",
"relationship_name": "Account",
"refers_to": "Account"
},
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp when the record was last referenced by the user or system."
},
"LastViewedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Date and the timestamp when the record was last viewed in the Salesforce UI. Helps monitor user access and engagement."
},
"LeadId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Reference to a lead associated with this indirect partner record. This field is a relationship field.",
"relationship_name": "Lead",
"refers_to": "Lead"
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "System-generated unique identifier for the record, used for lookup and reference purposes."
},
"OpportunityId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Opportunity associated with the indirect partner. This field is a relationship field.",
"relationship_name": "Opportunity",
"refers_to": "Opportunity"
},
"OwnerId": {
"type": "reference",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "User or group that owns this record. This field is a polymorphic relationship field.",
"relationship_name": "Owner",
"refers_to": "Group, User"
},
"PartnerName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Name of the indirect partner participating in the deal. This field captures the business or entity name."
},
"PartnerRoleType": {
"type": "picklist",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The role played by the indirect partner in the deal. Common values might include Reseller, Distributor, and so on."
},
"PrimaryContactFirstName": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "First name of the primary contact at the partner organization."
},
"PrimaryContactLastName": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Last name of the primary contact at the partner organization."
},
"PrimaryContactName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Full name of the primary contact. This field may be auto-generated by combining first and last names or used for reporting purposes."
},
"PrimaryContactSalutation": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Salutation for the primary contact. Possible values are: Dr. Mr. Mrs. Ms. Mx. Prof."
}
}
}