A tiered usage price book for an item, holding the ItemConsumptionRate tiers that price metered consumption on subscriptions. Subscription usage invoicing looks the schedule up by item only: all schedules for the item are ordered active-first then most-recently-updated, and their tiers are flattened together into one ascending ladder. Its customer account, customer account group, partner account, partner account group, billing term, billing term unit and unit-of-measure columns are stored but take no part in that lookup, and the usage-invoice generator itself is not yet wired to any scheduler.
Fields
| Field | Label | Type | Required | What it does |
BillingTerm | Billing Term | Number | | |
BillingTermUnit | Billing Term Unit | PickList | | The unit the billing term is counted in. It has no seeded picklist and, like the billing term itself, is read by no code path - it does not affect usage pricing or when the usage invoice is raised. |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created On | DateAndTime | Yes | |
CustomerAccountGroupId | Customer Account Group | Lookup → AccountGroup | | |
CustomerAccountId | Customer Account | Lookup → Account | | Intended to scope the schedule to one customer, but usage pricing looks schedules up by item alone, so a customer-specific schedule is applied to every customer of that item. |
Description | Description | Text | | |
Id | Id | Guid | Yes | |
IsActive | Is Active | Boolean | | Used as a ranking key rather than a filter: when an item has several schedules, active ones sort first (then most recently updated), but the tiers of the inactive ones are still flattened into the same ladder. |
ItemId | Item | Lookup → Item | | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
PartnerAccountGroupId | Partner Account Group | Lookup → AccountGroup | | |
PartnerAccountId | Partner Account | Lookup → Account | | |
RecordTypeId | Record Type | Guid, hidden | | |
SubscriptionKey | Subscription Key | Guid, hidden | Yes | |
UnitOfMeasure | Unit Of Measure | PickList | | Names the unit the consumption bounds are expressed in. It is documentation only - no conversion is applied between it and the usage quantity being priced. |
UpdatedDateTime | Updated On | DateAndTime | Yes | |
Actions
| Action | Label | Type | What it does |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |