Billing Central Data Dictionary

ffbc__PlanLineItem__c

Label: Plan Line Item

Contains the details of the products and price plans that you can create a contract from.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
ffbc__BillingTermMultiplier__c Billing Term Multiplier Summer 2020 Multiplier used to calculate the plan line's value for one billing term.

Number(18,9) false
ffbc__BillingType__c Billing Type Pre-Spring 2018 The type of billing for this plan line item.

Picklist:
One-off
Recurring Fixed
Recurring Variable
false
ffbc__ChargeTerm__c Charge Term Summer 2020 Lookup to the soft date that determines when charging occurs.

Looks up to: ffbc__SoftDate__c
Lookup false
ffbc__Description__c Description Pre-Spring 2018 Description of the plan line item.

TextArea false
ffbc__IsRecurring__c Recurring Pre-Spring 2018 Indicates whether the plan line item applies to every term in the plan.

Formula:
NOT(ISPICKVAL(ffbc__BillingType__c, 'One-off'))
Checkbox
ffbc__Plan__c Plan Pre-Spring 2018 Plan to which this plan line item belongs

Looks up to: ffbc__Plan__c
MasterDetail
ffbc__Product__c Product or Service Pre-Spring 2018 Lookup to the product or service to which this plan relates.

Looks up to: Product2

Lookup false
ffbc__Quantity__c Quantity Pre-Spring 2018 Quantity of the product or service being purchased. You must enter a value if a fixed Billing Type is selected.

Number(18,6) false 0
ffbc__SalesPrice__c Plan Line Value Pre-Spring 2018 Total price for the plan line item per billing term. For one-off lines, there is only one billing term so this is the total price of the line.

Formula:
IF( ffbc__BillingTermMultiplier__c > 0, ffbc__Quantity__c * ffbc__UnitPrice__c * ffbc__BillingTermMultiplier__c, ffbc__Quantity__c * ffbc__UnitPrice__c )
Currency(18,2) false
ffbc__UnitOfMeasure__c Unit Of Measure Pre-Spring 2018 Lookup to the unit of measure used to determine customer usage on this plan line item.

Looks up to: ffbc__UnitOfMeasure__c
Lookup false
ffbc__UnitPrice__c Unit Price Pre-Spring 2018 Price of one item for the plan line item. This is used to calculate the Plan Line Value.

Number(18,9) false 0


© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.