CI Blacklist table

sudha6
Kilo Contributor

Hello all,

I have a field 'class' under "CI Blacklist table"

find_real_file.png

So, I need to do some filtering on this i.e

The "class" field on the CI Blacklist table needs to have a filter, so that rather than showing every single available table, it only lists the tables extending from the cmdb_ci table,

in otherwords, the tables beginning with "cmdb_ci" .

Anyone have any idea to achieve this.

Regards,

Sudha.

11 REPLIES 11

Michael Ritchie
ServiceNow Employee
ServiceNow Employee

You can configure the Attributes of a "Table Name" type dictionary record to specify its starting point.



Make sure you are using the Advanced View of the Dictionary Entry form... under related links click Advanced View, if there (If its not you may see Default view, but don't click that since you are already on the Advanced View).


In the attributes field towards the middle of the form, enter:


base_start=true,base_table=cmdb_ci



Save the dictionary entry record and you should be good.


Hi Michael,



Is it possible through   reference qualifier, ui policies or clients scripts.


I am not following your question.   All steps to set this up are outlined in my above response.



Hi Michael,



Can you please elaborate your very first response, where I need to write this   base_start=true,base_table=cmdb_ci.


I'm had bit confusion on that.



Regards,


Sudha.