Add additional options to Lookup Select Box

tgcorbin
Mega Contributor

Hello,

On a ServiceNow Catalog Item, I have a Lookup Select Box variable. We have it set up so that this variable pulls from a table we have created that contains all 50 US states. I need to add some additional options to this lookup select box, but I don't wan to modify the table.

Is there anyway I can have the Lookup Select box pull from that table and add in my own additional values?

 

Thanks

1 REPLY 1

Matthew Smith
Kilo Sage

Hi

 

Unfortunately I'm not aware of a way to achieve this. However, if the reason you don't want to modify the table is because you are referencing the same table elsewhere and don't want to present these additional values, then I might have a dirty workaround for you.

You could add these new values to the table, but use a redundant field on the table to differentiate between them. Then in your Lookup Select box and other Reference fields you can then filter against this field the table so the additional values are either included or excluded.

 

Hope it helps.

 

Matt