pse.APIActualsServiceglobal with sharing class APIActualsService Methods
ProcessTransactionDeltasglobal static pse.APICommonsService.BatchStatus ProcessTransactionDeltas() Processes transaction deltas immediately. Return ValueThis service returns an APICommonsService.BatchStatus object Sample Code//Note: This sample code is for demonstration purposes only. It is not intended for //use in a production environment, is not guaranteed against defects or errors, and //is in no way optimized or streamlined. pse.APICommonsService.BatchStatus bs = pse.ProcessTransactionDeltas(); RecalcProjectActualsByProjectsglobal static pse.APICommonsService.BatchStatus RecalcProjectActualsByProjects(pse.APIActualsService.ActualsContextRecalcProjectActualsByProjects ac) Recalculates project actuals for the specified projects. Input Parameters
Return ValueThis service returns an APICommonsService.BatchStatus object. Sample Code//Note: This sample code is for demonstration purposes only. It is not intended for //use in a production environment, is not guaranteed against defects or errors, and //is in no way optimized or streamlined. pse.APICommonsService.BatchStatus bs = pse.RecalcProjectActualsByProjects(ac); RecalcProjectActualsWithActualsNeedsRecalcglobal static pse.APICommonsService.BatchStatus RecalcProjectActualsWithActualsNeedsRecalc(pse.APIActualsService.ActualsContextRecalcProjectActualsWithActualsNeedsRecalc ac) Recalculates project actuals on projects where the Actuals: Needs Recalc checkbox is selected. Input Parameters
Return ValueThis service returns an APICommonsService.BatchStatus object. Sample Code//Note: This sample code is for demonstration purposes only. It is not intended for //use in a production environment, is not guaranteed against defects or errors, and //is in no way optimized or streamlined. pse.APIActualsService.ActualsContextRecalcProjectActualsByProjectsglobal inherited sharing class ActualsContextRecalcProjectActualsByProjects extends APICommonsService.BatchContext a structure containing the projects to recalculate actuals for. this class/type extends apicommonsservice.batchcontext. This class extends pse.APICommonsService.BatchContext Properties
pse.APIActualsService.ActualsContextRecalcProjectActualsWithActualsNeedsRecalcglobal inherited sharing class ActualsContextRecalcProjectActualsWithActualsNeedsRecalc extends APICommonsService.BatchContext structure containing the ids of regions, practices, groups and accounts for which to recalculate project actuals where the actuals needs recalc checkbox is selected. this class/type extends apicommonsservice.batchcontext. This class extends pse.APICommonsService.BatchContext Properties
|