Enabling Forms, Servers, Add, and Remove links on M-Business Client home page

During installation, the Forms, Servers, Add, and Remove links on M-Business Client home page are turned off. You can enable these links for your users.

To enable Forms, Servers, Add, and Remove links on the M-Business Client home page
  1. Navigate to the directory for the device platform for which to enable the M-Business Client home page links:

    <M-Business_Home>/tomcat/webapps/device/<platform>

    Where <platform> is:

    • MSSP for Microsoft Smartphone
    • PPC for Windows Mobile Pocket PC 2003 and Windows Mobile 5 or 6
    • Palm for Palm OS
    Note

    You cannot enable these links for Win32 devices.

  2. Use a text editor to open header.inc.

  3. Locate:

    <% boolean showLinks = false; %>

  4. Change false to true:

    <% boolean showLinks = true; %>

  5. Save and close the file.

  6. Repeat these steps for any other device platforms for which you want to enable these links on the M-Business Client home page.