Quota Usage Field Reference
The Quota Usage object is a junction object that links a quota to a certain delivery and stores all information on the quota. A record is created after the quota has been applied in an order.
Object API name: orders__QuotaUsage__c
| Field | API Name | Type | Description |
|---|---|---|---|
Amount |
orders__Amount__c |
Currency(16,2) |
Amount of products booked or used in the order according to the quota. It is used when the orders__UnitOfMeasure__c field of the quota is Amount. |
Delivery Line Item |
orders__DeliveryLineItemId__c |
Master-Detail(Delivery Line Item) |
It is a required field to relate the corresponding Delivery Line Item record. |
Order |
orders__OrderId__c |
Lookup(Order) |
The parent Order record for the orders__DeliveryLineItem__c field. |
Quota |
orders__QuotaId__c |
Master-Detail(Quota) |
The parent Quota record. |
Quantity |
orders__Quantity__c |
Number(18,0) |
Quantity of products booked or used in the order according to the quota. It is used when the orders__UnitOfMeasure__c field of the quota is Quantity. |
Status |
orders__Status__c |
Picklist |
It is a required field to define whether the products have been booked or used according to the quota. Available values:
|