ffscpq.PostInstallHandlerglobal without sharing class PostInstallHandler implements InstallHandler A handler that executes a post install script after a new version of Services CPQ has been installed. If any of the batch jobs fail they can be rerun by calling the onInstall method. MethodsonInstallglobal void onInstall(ffscpq.PostInstallHandler.InstallContextDto context) A method that will rerun the relevant post install scripts. Input Parameters
ffscpq.PostInstallHandler.InstallContextDtoglobal with sharing class InstallContextDto An object passed to the post install scripts that can contain the previous version of Services CPQ. The previous version can be null to simulate a fresh install. MethodssetPreviousVersionglobal void setPreviousVersion(Version previousVersion) A method to specify the previous version to be used when rerunning post install scripts. Input Parameters
|