CM First Group | Home

CM evolveIT Customer Portal

    General & Support Desk Procedures

      Support Contact Options

      Phone: (888) 866-6179 Option: 2

        • Popular Articles

        • CA 2E 8.7 Compatibility Matrix

            For more information consult the CA Technologies Support web site.
        • What are the Mock Migration and Final Migration project steps?

          The Mock Migration is an important intermediate step in the CM M3 migration process. The mock migration has these major goals: Verifies that the entire model can be transformed, and that transformation errors are documented and queued for CM M3 ...
        • CM WebClient File Upload Setup

          File Upload This guide will show you how to upload files to your Web Server from your WebClient application. 1. Import the attached zip Java Project into your Eclipse Workspace. 2. Right click your Java Project, and select Properties. Under “Java ...
        • Download WebClient Trial Software

          The WebClient Trial Software is a Live Installer application currently in development, which provides one with a self-contained WebClient solution with a trial license.  If you want to find out more about what WebClient can do for you or your ...
        • How to Terminate a WebClient Session Via a Source Code

          Create a source code object called “CloseSession” and add this code: javax.servlet.http.HttpServletRequest req =  (javax.servlet.http.HttpServletRequest) getApp().getFromUserStorage("javax.servlet.http.HttpServletRequest" ); if (req != null) { ...