ITSM

KritiK
Tera Contributor

Hello @everyone,

I have created one custom table which is extended by OOB Demand Table ,I have created some choices of state field on the  custom table but issue is this this choices are also visible on the demand table.

if any solution please let me know quickly

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@KritiK One alternative could be create an onLoad client script on the OOB Demand table and remove the additional choices via g_from.removeOption('field_name','choice_value'); 

https://developer.servicenow.com/dev.do#!/reference/api/washingtondc/client/c_GlideFormAPI#r_GlideFo...

View solution in original post

5 REPLIES 5

KritiK
Tera Contributor

Hello @everyone, if you have any other alternate solution instead of client script. so, I have created the choices on custom table just I don't want these choices visible in state field of demand table.

Please let me know