Prevent deduplication Task creation for a specific class

chaluisant
Tera Expert

We have a custom table extending from cmdb_ci_netgear called u_network_circuits I am trying to create a health inclusion rule to prevent de duplication tasks from being created for items in the custom table.  I have created a couple versions with no luck.  Here is the last one:

 

chaluisant_0-1691439912344.png

Checking if someone has encountered and fixed this issue.  Thanks in advance

 

3 REPLIES 3

Bert_c1
Kilo Patron

Hi,

 

You can use a business rule defined on the table that runs Before, with logic to look for "duplicates" and abort the transaction. See examples in your instance.

Hi Bert.  Thanks for your response.  Yes,  I am aware that a business rule is an option.  What I am trying to achieve is to use the  health inclusion rules so I keep all the conditions in one place.   

Hi,

 

that feature is new for me, so I can't comment on that approach.