Activity Forums Salesforce® Discussions How does a Post-installation script Work in Salesforce?

  • Marziya

    Member
    June 9, 2020 at 2:24 pm

    A post install script is an Apex class that implements the InstallHandler interface. This interface has a single method called onInstall that specifies the actions to be performed on installation. The onInstall method takes a context object as its argument, which provides the following information.

  • Anjali

    Member
    June 9, 2020 at 3:15 pm

    A post install script is an Apex class which implements the InstallHandler interface which has a single method called onInstall that specifies the actions to be performed on installation.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos