Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

restrict choices for table name field type

kunal16
Tera Expert

Hi All,

I have created a custom field My Class (field type - table name). Will I be able to restrict the drop-down selection for this field such that only those tables can be selected for which name starts with cmdb_ci?

Any leads will be appreciated!!

Thanks in advance.

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

What you can do is you can add a attribute called 'base_table' and give default value as cmdb_ci. This will give you cmdb_ci tables


Regards
Harish

View solution in original post

6 REPLIES 6

Harish KM
Kilo Patron
Kilo Patron

What you can do is you can add a attribute called 'base_table' and give default value as cmdb_ci. This will give you cmdb_ci tables


Regards
Harish

Awesome!!! Thanks Harish


Your welcome Kunal..:)


Regards
Harish

Harish KM
Kilo Patron
Kilo Patron

find_real_file.png



find_real_file.png


Regards
Harish