Deploy File that Runs SDF Installation Script Example

The following deploy file specifies to run the SuiteCloud Development Framework (SDF) installation script when the SuiteApp project is deployed.

          <deploy>
      <run>
          <script>
               <path>~/Objects/customscript_install_script.xml</path>
               <deployment>customdeploy1</deployment>
          </script>
     </run>     
<files>
        <path>~/FileCabinet/SuiteApps/com.example/*</path>
<files/>
    <objects>
        <path>~/Objects/*</path>
    </objects>
</deploy> 

        

Related Topics

SDF Installation Script Example of Validating an Account Preference Before Installation
SDF Installation SuiteScript File Example
SDF Installation Script Object Example
Deployment Log Example

General Notices