Service Contract API Developer's Reference

scmsc.ScheduledBilling

global with sharing class ScheduledBilling implements Schedulable, Database.Batchable

A batch process that creates sales invoices for active service contracts.

Author

Financial Force, Inc.

Properties

Name Type Description
limRecords Integer

Methods

execute

global void execute(SchedulableContext ctx)

start

global Database.QueryLocator start(Database.BatchableContext ctx)

execute

global void execute(Database.BatchableContext ctx, List<SObject> records)

finish

global void finish(Database.BatchableContext ctx)