Adding item group inside another item group in pega KYC types

Hi Team,

Im Having a requirement that under single item group i need to show 4 more item group in KYC types.
for example: Im having Products as one item group, inside that im having 4 item group.

@Ramsandeep

In CLMKYC , ‘KYC group’ inside a ‘KYC group’ is not supported OOTB configuration. Customizations are required to achieve this. Customization requires at user interface level and KYC engine process logic

Below are supported combinations.

  1. Users can configure a KYC group (top level) and can have ‘n’ number of KYC items inside the KYC group
    1. KYC group 1
      1. KYC item 1
      2. KYC item 2
      3. ..
    2. KYC group 2
      1. KYC item 3
      2. KYC item 4
  2. Users can directly configure an KYC item as a top-level item. Users can configure KYC items as many as they wish as top-level items without groups.
    1. KYC item 1
    2. KYC item 2
  3. Users can go with 1 and #2 as a combination as well.
    1. KYC group 1
      1. KYC item 1
      2. KYC item 2
    2. KYC item 3
    3. KYC item 4
    4. ..