Installation Preference File Structure in SuiteCloud Projects

In SuiteCloud projects for SuiteCloud Development Framework, there are three types of preference files: locking preferences, hiding preferences and overwriting. To use these preferences you need to create locking, hiding, and overwriting XML files in the InstallationPreferences folder of your SuiteApp project.

For more information, see the following topics:

To create a locking preference file, the file name must be locking.xml and the XML structure must follow the following template:

          <preference type="LOCKING" defaultAction="">

    <apply action="">

    </apply>

</preference> 

        

To create a hiding preference file, the file name must be hiding.xml and the XML structure must follow the following template:

          <preference type="HIDING" defaultAction="">

    <apply action="">

    </apply>

</preference> 

        

To create an overwriting preference file, the file name must be overwriting.xml and the XML structure must follow the following template:

          <preference type="OVERWRITING">

      <scriptdeployments defaultAction="">

         <scriptdeployment action="" scriptid=""/>

      </scriptdeployments>

</preference> 

        

Related Topics

Installation Preferences in the SuiteApp of SuiteCloud Project
Default Installation Preferences
Locking SDF Custom Objects in the SuiteApp Type of SuiteCloud Project
Hiding Files in the SuiteApp Type of SuiteCloud Project
Locking Files in the SuiteApp Type of SuiteCloud Project
Overwrite Settings for SuiteApp Projects
Applying Installation Preferences During SuiteCloud Project Validation and Deployment
Installation Preferences Validation in SuiteCloud Projects

General Notices