Adding an option in list collector variable with out adding the reference table in ServiceNow

Neeraja2
Tera Contributor

Hi Team,

I have one requirement to add "All" as an option for a list collector variable without adding the option on table which the variable reference. Is that possible?

 

 for example : I have one list collector variable named 'localities" which is referencing a table named "location". I need to add option "All" as an option under localities variable without adding the option in table "location".

 

Please give any suggestions on this. Thanks!!!!!

1 ACCEPTED SOLUTION

BharathChintala
Mega Sage

@Neeraja2 not possible.

 

only option is add it reference table and in all other reference qualifier's where ever you are using it exclude al option and show. Only here show that

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala

View solution in original post

2 REPLIES 2

BharathChintala
Mega Sage

@Neeraja2 not possible.

 

only option is add it reference table and in all other reference qualifier's where ever you are using it exclude al option and show. Only here show that

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala

Thanks a lot for this!