Updating Classification,Classification type and Classification Rule in sn_vul_third_party_entry tbl

Sneh
Tera Contributor

Hello All,

We integrated with Rapid7 Solution and I made it available on third party entry table as the related list is by default hidden :

Sneh_0-1691759831632.png

 

I have created a Classification Rule on  sn_vul_r7_solution table and this will update the Solution group :

Sneh_1-1691759956115.png

 

Now the requirement is, we need to populate fields like Classification,Classification type and Classification Rule in sn_vul_third_party_entry table once we update the solution group in Solution table but when I checked the Solution table there is no column available as this table is not extending any another table:

Sneh_2-1691760119389.png

 

If I create these fields on Solution table then how I will map it with third party vuln entry table?

I would like to know how to achieve this?

 

 

 

2 REPLIES 2

john_gibbons
ServiceNow Employee
ServiceNow Employee

Most likely you will need to add a custom Business Rule or Scheduled job to populate the values to the solution table.  Is there a reason you cant use the Vul Entry table to drive the classification?   

Sneh
Tera Contributor

My  requirement is, we need to populate fields like Classification,Classification type and Classification Rule in sn_vul_third_party_entry table once we update the solution group in Solution table .

As we know third party has the reference of solution table.so we need to populate solution group field in solution table and we need to populate additional fields like Classification,Classification type and Classification Rule which are available in third part entry table but not in solution table