mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
66 lines
4.0 KiB
JSON
66 lines
4.0 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"fields",
|
|||
|
|
"special_access_rules",
|
|||
|
|
"associated_objects"
|
|||
|
|
],
|
|||
|
|
"title": "QuoteAdjustmentGroup - Data API",
|
|||
|
|
"description": "Group containing a set of adjustments applied to a quote. This object is available in API version 58.0 and later.",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"properties",
|
|||
|
|
"description",
|
|||
|
|
"relationship_name",
|
|||
|
|
"relationship_type",
|
|||
|
|
"refers_to"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"AdjustmentSource": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
|||
|
|
"description": "Indicates the origin of the price adjustment. Possible values are: Discretionary—The adjustment is entered manually; for example, by a sales rep. Promotion—The adjustment is part of a promotion; for example, a holiday sale discount. Rule—The adjustment is due to a price rule. System—The adjustment originates from the system, for example, a volume discount."
|
|||
|
|
},
|
|||
|
|
"AdjustmentType": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
|||
|
|
"description": "Indicates the type of mathematical adjustment to be applied to the quote. Possible values are: AdjustmentAmount—The adjustment is a numerical amount, for example, a cash discount of 20. AdjustmentPercentage—The adjustment is a percentage amount, for example, a 10% discount. OverrideAmount—The adjustment is a manual price override. Available in API version 59.0 and later."
|
|||
|
|
},
|
|||
|
|
"AdjustmentValue": {
|
|||
|
|
"type": "double",
|
|||
|
|
"properties": "Filter, Sort",
|
|||
|
|
"description": "The specified AdjustmentType amount that is applied to the quote. For example, when AdjustmentType is AdjustmentAmount, AdjustmentValue is the cash amount of the price adjustment. When AdjustmentType value is AdjustmentPercentage, AdjustmentValue is the percent value of the price adjustment. When AdjustmentType is OverrideAmount, AdjustmentValue overrides the total amount of the quote."
|
|||
|
|
},
|
|||
|
|
"Description": {
|
|||
|
|
"type": "textarea",
|
|||
|
|
"properties": "Nillable",
|
|||
|
|
"description": "User-entered information about the quote adjustment group."
|
|||
|
|
},
|
|||
|
|
"Name": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
|
|||
|
|
"description": "The user-defined name of the quote adjustment group."
|
|||
|
|
},
|
|||
|
|
"Priority": {
|
|||
|
|
"type": "int",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "A numeric value that represents the order of precedence of the quote adjustment group. It can also represent the order of precedence when applying the AdjustmentType values. For example, a quote can have two adjustments: a $100 discount and a 10% discount. This field indicates which adjustment to apply first."
|
|||
|
|
},
|
|||
|
|
"QuoteId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Sort",
|
|||
|
|
"description": "The ID of the quote related to the adjustments in this group. This field is a relationship field.",
|
|||
|
|
"relationship_name": "Quote",
|
|||
|
|
"relationship_type": "Lookup",
|
|||
|
|
"refers_to": "Quote"
|
|||
|
|
},
|
|||
|
|
"TotalAmount": {
|
|||
|
|
"type": "currency",
|
|||
|
|
"properties": "Filter, Sort",
|
|||
|
|
"description": "The total of all quote adjustments in this quote adjustment group, excluding tax."
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"special_access_rules": "This object is available with Subscription Management.\n\nThis object is available with Subscription\n Management.",
|
|||
|
|
"associated_objects": "This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.\n\n- **QuoteAdjustmentGroupChangeEvent**: Change events are available for the object.\n- **QuoteAdjustmentGroupFeed**: Feed tracking is available for the object.\n- **QuoteAdjustmentGroupHistory**: History is available for tracked fields of the object.\n- **QuoteAdjustmentGroupOwnerSharingRule**: Sharing rules are available for the object.\n- **QuoteAdjustmentGroupShare**: Sharing is available for the object."
|
|||
|
|
}
|