Unable to set field value on discovery_snmp_oid Table

Ken61
Giga Guru

Hello All,

My requirement is "If any record is inserted into 'discovery_snmp_oid' table with the model contains "win" the table field should be set to "Window Server". 

I created before insert business rule;

  • When to run is: Model contains 'win'
  • When I try to set field value: Table to "Window Server" I do not have any choices to select from. Screenshot below.

Ken61_0-1737302720887.png

Please assist

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Ken61 

the field Table is of type Tablename and hence not getting rendered properly.

please use script instead of Actions tab

AnkurBawiskar_0-1737304273065.png

 

AnkurBawiskar_1-1737304283273.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Ken61 

the field Table is of type Tablename and hence not getting rendered properly.

please use script instead of Actions tab

AnkurBawiskar_0-1737304273065.png

 

AnkurBawiskar_1-1737304283273.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ken61
Giga Guru

Thank You @Ankur Bawiskar. This really help 

Ken61
Giga Guru

Thank You