A.6 Map Groups to Template

Map the defined groups to the template using the AF_TB_TEMPLATE_GROUP_MAPPING table.

Insert the following records:

INSERT INTO AF_TB_TEMPLATE_GROUP_MAPPING
(V_TEMPLATE_CODE, N_GROUP_ORDER, V_GROUP_CODE, V_GROUP_TITLE_CODE,
 V_WORKSPACE_ID, V_TENANT_ID, V_SERVICE_ID)
VALUES (
  'TEMP_SCEN',
  1,
  'GROUP_DROPDOWN',
  'GROUP_PROJECT_DROPDOWN',
  '##workspaceId','##tenantId','##serviceId'
);

INSERT INTO AF_TB_TEMPLATE_GROUP_MAPPING
VALUES (
  'TEMP_SCEN',
  2,
  'GROUP_CARTESIAN_TABLE',
  'GROUP_CARTESIAN_TABLE',
  '##workspaceId','##tenantId','##serviceId'
);