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

176 lines
5.4 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",
"associated_objects",
"field_reference"
],
"title": "PartnerFundAllocation - Data API",
"description": "Represents allocated funds from a partner marketing budget for channel partners. This object is available in API version 41.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Amount": {
"type": "currency",
"properties": "Create, Filter, Sort, Update",
"description": "Total amount of the allocation."
},
"BudgetId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "ID of the partner marketing budget."
},
"ChannelPartnerId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "ID of the channel partner. Note: The ChannelPartnerId field isnt supported for formula fields, custom buttons, or custom links for the PartnerFundAllocation object. This limitation also applies to the PartnerMarketingBudget and PartnerFundRequest objects."
},
"Description": {
"type": "textarea",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Description of the allocation."
},
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp when the current user last interacted with this record, directly or indirectly."
},
"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, it's possible that the user only accessed this record or list view (LastReferencedDate), but not viewed it."
},
"OwnerId": {
"type": "reference",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "ID of the owner of the allocation."
},
"Title": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The title of the allocation."
},
"TotalApprovedFcs": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total amount of approved fund claims."
},
"TotalApprovedFrs": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total amount of approved fund requests."
},
"TotalReimbursedFcs": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total amount of reimbursed fund claims."
}
},
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **PartnerFundAllocationFeed**: Feed tracking is available for the object.\n- **PartnerFundAllocationHistory**: History is available for tracked fields of the object.\n- **PartnerFundAllocationOwnerSharingRule**: Sharing rules are available for the object.\n- **PartnerFundAllocationShare**: Sharing is available for the object.",
"field_reference": {
"Amount": {
"field_label": "Amount",
"type": "currency",
"precision": "18",
"scale": "2"
},
"BudgetId": {
"field_label": "Partner Marketing Budget ID",
"type": "reference",
"length": "18"
},
"ChannelPartnerId": {
"field_label": "Channel Partner ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Currency ISO Code",
"type": "picklist",
"length": "3"
},
"Description": {
"field_label": "Description",
"type": "textarea",
"length": "255"
},
"Id": {
"field_label": "Partner Fund Allocation ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LastReferencedDate": {
"field_label": "Last Referenced Date",
"type": "datetime"
},
"LastViewedDate": {
"field_label": "Last Viewed Date",
"type": "datetime"
},
"OwnerId": {
"field_label": "Owner ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"Title": {
"field_label": "Partner Fund Allocation Name",
"type": "string",
"length": "255"
},
"TotalApprovedFcs": {
"field_label": "Total Approved Fund Claims",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalApprovedFrs": {
"field_label": "Total Approved Fund Requests",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalReimbursedFcs": {
"field_label": "Total Reimbursed Fund Claims",
"type": "currency",
"precision": "18",
"scale": "2"
}
},
"field_reference_columns": [
"field_label",
"type",
"precision",
"scale",
"length"
]
}