Post Installation Scripts
This section defines the post-installation scripts required for seeding Asset 360 with configuration and best practices template data.
The following table details the post-installation script call-outs executed during the installation or upgrade of the package.
* 
Note: The call-outs are made manually and must be done by consulting support.
Support Information
ORG Type
Post Install Script
Deploy Type
Fresh ORG
new SVMXA360.CONF_PostInstallHandler().manualInstall(null);
Configuration
Upgrade ORG
new SVMXA360.CONF_PostInstallHandler().manualInstall('1.145');
parameter 145 is the previous package number (If installed package is 146, then the parameter in the script should be 145)
Configuration
Upgrade ORG
new SVMXA360.CONF_PostInstallHandler().manualInstall('1',true);
Latest seeded configuration
* 
This call overrides the existing seeded configuration with the latest seed configuration.
Was this helpful?