blng__InvoiceScheduler__c

Represents whether and when an order product gets invoiced.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
CurrencyIsoCode
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The three-letter ISO 4217 currency code associated with the invoice scheduler when multiple currencies are enabled.
LastActivityDate
Type
date
Properties
Filter, Group, Nillable, Sort
Description
The timestamp of when a user had last associated a task or event action with the invoice scheduler.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp of when the current user had last accessed the invoice scheduler, or a record or list view related to the invoice scheduler.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
The timestamp when a user last viewed this record, a record related to this record, or a list view. If this value is null, it's possible the user accessed this record or list view (LastReferencedDate) but didn't view it.
Name
Type
string
Properties
Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update
Description
The name of the invoice scheduler.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
The ID of the record owner. This is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
blng__ApexJobId__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
A unique job ID number that specifies the Apex job queue line status of the invoice scheduler.
blng__AutomaticallyPostInvoices__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the invoices must be posted automatically (true) or not (false). By default, the invoices are generated in draft state.
blng__BillUsageCharges__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the charge type of the order product is usage (true) or not (false). The default value is true.
blng__EndOfMonth__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the monthly invoice processing must start on the last day of the month (true) or not (false). If this field is set to true, the scheduler start date also maps to the monthly invoice processing day. The default value is false.
blng__IncludeAllCurrencies__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether all the available invoice currencies are included for processing (true) or not (false). The default value is false.
blng__InvoiceBatches__c
Type
multipicklist
Properties
Create, Filter, Nillable, Restricted picklist, Update
Description
The billing batches included for invoice processing.
blng__InvoiceDate__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
The date the invoice was created.
blng__InvoiceDayOfMonth__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The start day of the invoice runs each month for monthly invoice runs.
blng__InvoiceDayOfWeek__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The start day of the invoice runs each week for weekly invoice runs.
blng__Notes__c
Type
textarea
Properties
Create, Nillable, Update
Description
Reference notes that users can add. Notes fields don’t have associated system logic.
blng__StartDateTime__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
The start date and time of the invoice scheduler.
blng__TargetDate__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
The next billing date. Active order products, usage summaries, or billing transactions with billing schedules having the next billing date before this date is picked up for invoicing.
blng__TargetDayOfMonth__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The day of the month associated with the next billing date. Active order products, usage summaries, or billing transactions with billing schedules having the next billing date before this date is picked up for invoicing.
blng__TargetDayOfWeek__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The day of the week associated with the next billing date. Active order products, usage summaries, or billing transactions with billing schedules having the next billing date before this date is picked up for invoicing.
blng__Type__c
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
The frequency of the invoice scheduler run. Valid values are:
  • Daily
  • Monthly
  • Once
  • Weekly