CI Blacklist table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 08:42 AM
Hello all,
I have a field 'class' under "CI Blacklist table"
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 08:54 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 09:58 PM
Hi Michael,
Is it possible through reference qualifier, ui policies or clients scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2016 03:42 AM
I am not following your question. All steps to set this up are outlined in my above response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2016 04:06 AM
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.