PSA Apex API Developer Reference

pse.SkillCertRatingDeleteBatch

global without sharing class SkillCertRatingDeleteBatch implements Database.Batchable<sObject>

Copyright (c) 2021 FinancialForce.com, inc. All rights reserved. pse.SkillCertRatingDeleteBatch is a batch class for skill certification rating deletion. This class specifically uses without sharing in order to collect all records that are needed for deletion of skill certification rating. CX_Ignore_Sharing

Methods

start

global Database.QueryLocator start(Database.BatchableContext bc)

execute

global void execute(Database.BatchableContext bc, List<SObject> scope)

finish

global void finish(Database.BatchableContext BC)

© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.