|
Note: The call-outs are made manually and must be done by consulting support.
|
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
|