blng__BalanceSnapShotScheduler__c

Represents the Balance Snapshot Scheduler, which creates a Balance Snapshot Run to regularly analyze your account's invoices for past-due balances.

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 balance snapshot scheduler record 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 balance snapshot scheduler.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed a balance snapshot scheduler record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed a balance snapshot scheduler record. If this value is null, it’s possible that the user only accessed the balance snapshot scheduler record or a related list view (LastReferencedDate), but not viewed the balance snapshot scheduler record itself.
Name
Type
string
Properties
Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update
Description
The name of the balance snapshot scheduler.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Required. The ID of the record owner.
This field is a polymorphic relationship field.
Relationship Name
Owner
Refers To
Group, User
blng__ApexJobId__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
A unique identifier of an Apex job associated with the balance snapshot scheduler.
blng__Notes__c
Type
textarea
Properties
Create, Nillable, Update
Description
Additional details or comments related to the balance snapshot scheduler.
blng__StartDateTime__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
The date and time when the scheduler starts the run.
blng__Type__c
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
Required. The frequency of the balance snapshot schedule.
Valid values are:
  • Daily
  • Monthly
  • Once
  • Weekly