Populate checkbox on configuration items

Pranav Patil
Tera Contributor

I am running discovery schedules for different data centers. For specific discovery schedules whichever configurations items discovered / updated under the same a checkbox should be marked as true 

What mechanism should be followed for the same ? 

Thanks 

2 REPLIES 2

Harsh Vardhan
Giga Patron

Hi @Pranav Patil  Please check the below article, You can follow the same approach to update the checkbox field on target CI .

How to pass discovery schedule fields to a CI record via discovery 

 

You can apply some conditions in the script to apply for a specific schedule here.  

 

 

Hope it will help you.

 

Thanks,

Harsh

 

harshav
Tera Guru

you can write a display business rule to check the discovery source and if that active is true send a value in g_scratchpad to the client.

 

Now use that variable that you send in an onload client script and show a field level info message at the bottom of the checkbox.