Create category for Custom Target System

Is it possible to create category for account\group in CTS? If so how to do that?

Parents Reply
  • We are using 8.1.0

    I was able to manually enable category selection for accounts and groups with direct SQL update

    update UNSRootB
    set MatchPatternDisplay='<?xml version="1.0"?><MatchPatternDisplay> <Table Name="UNSAccountB"> <BitMask Position="0" QBM-CULT-en-US="User" /> <BitMask Position="1" QBM-CULT-en-US="Admin" /> </Table> <Table Name="UNSGroupB"> <BitMask Position="0" QBM-CULT-en-US="User" /> <BitMask Position="1" QBM-CULT-en-US="Admin" /> </Table></MatchPatternDisplay>'
    where Ident_UNSRoot=...

Children