6.1.1.2 Configuring Notebook Template ID and User Group Mapping in FCC_CM_NB_GROUPS Table

This table stores mapping between notebook template id and user group.

The FCC_CM_NB_GROUPS table maps the groups required for investigating cases.

The following table describes the entities in the FCC_CM_NB_GROUPS tale.

Table 6-4 FCC_CM_NB_GROUPS Table Details

Column Name Column Description Default Value/Placeholder
V_NB_ID Template notebook id. Replace the placeholder to the template notebook id. ##NOTEBOOK_ID##
V_USR_GRP ECM user group

OOB groups.

CMSUPERVISORUG, CMANALYST1UG, CMANALYST2UG

Let's continue with the previous example, where we have two notebook templates: NB1 and NB2. To control access to these notebooks, we will configure the FCC_CM_NB_GROUPS table.

Sample Access Requirements:

  • NB1: Grant access to user groups UG1 and UG2.
  • NB2: Grant access to user groups UG1, and UG3.

By mapping user groups to notebook templates in the FCC_CM_NB_GROUPS table, you can effectively manage access and ensure that the right users have the necessary permissions to work with the corresponding notebooks.

Table 6-5 Mapping user groups to notebook templates

V_NB_ID V_USR_GRP
NB1 UG1
NB2 UG1
NB1 UG2
NB2 UG3