How to Deactivate a Module

How to Deactivate a Module

Steps to take to deactivate a client module

1. Navigate to the Correct Table Entry

    • Log on to the Server, and open up SQL Server Management Studio Express.
    • In the table Socrates/Databases/Training/Tables/tblTrainingModules:
      • Open up the SQL view of this table, and add "WHERE TrainingModuleId = '{trainingModuleId}'
      • Execute the Query

 

2. Modify The Module Name

    • In the TrainingModuleName field, prefix the name with '[organizationId/organizationHandle]' (e.g. "[123/comevo]")

 

3. Change the Organization Id

    • Change the Organization Id to the disabled Organization id. As of this update, that Id is '62'

 

4. Check

    • Go to the management console and sign in under that organization's handle. That module should not appear in their drop-down list anymore
    • Related Articles

    • How to Deactivate an Account

      1. Nullify Their Handles Log on to the Server, and open up SQL Server Management Studio Express. In the table Socrates/Databases/Training/Tables/tblOrganizations, find the company and prefix their handle in the field ."OrganizationHandle" with ...
    • How to Copy a Module into the "Demo" Handle

      Step by step walk through to copy a live site (course) into the Demo Handle. Must Haves: Organization Unit Handle, Organization Unit ID Module ID that will be copied to "Demo", Training Course ID for current instance of training course The "Demo" ...
    • How To Add a Module To Select List in Manage Users

      In the Manage Users section of the Management Console, There is a "Send email invite to" select list for modules. In order for a module to show up here, you need to do the following. In the Manage Users section of the Management Console, There is a ...
    • Switching from Rocket to III Template

      Dev walk-through to switch an orientation from the Rocket template, to the "flare" iii template. In a nutshell, this involves the creation of a new row in tblUXSkin, to associate the SkinId with the row in tblTrainingCourse, and some ...
    • Switching a course to the Generate/Climb Template

      This article is intended for a Developer or Tech Support Rep to update a client to the generate (aka Climb) template. This will involve creating a new entry into tblUXSkin, updating the SkinId in tblTrainingCourse for each course that is going to the ...