Version

Startup Module Customization

In SharePlus you can change the module to be displayed when the application starts. The possible module choices are the Application Home, the Sites Hub, or any other module specified by configuration.

Starting with a pre-configured module

The module to be displayed when the application starts can be pre-configured in the Configuration File. To specify this module, you need to configure the StartupModule setting from Global Settings feature.

<key>GlobalSettings </key>
<dict>
  <key>Enabled</key>
  <true/>
  <key>Settings</key>
  <dict>
    ...
    <key> StartupModule </key>
    <string>FavoritesRow</string>
    ...
  </dict>
</dict>

This setting can be empty and the possible values are the Row Identifiers specified in the NavigatorTableDefinition.plist file.

Current OOTB values are:

  • ContentHub – to reference the Content Module.

  • Favorites – to reference the Favorites Module.

  • Recent – to reference the Recents Module.

  • Social – to reference the Social Module.

  • Search – to reference the Search Module

  • Home – to reference the default Application Home Module.

Starting with the Application Home

When no module was specified by configuration and the Application Home module is assigned, SharePlus will display this module when opening the app from scratch. The module can be pre-configured in the Configuration File or manually assigned through the UI.

Starting with the Sites Hub

SharePlus will display the Sites Hub when the application starts only when:

  • No module was specified by configuration

  • The Application Home module was not assigned.