How to batch clear List type value?

Jiajing Wang
Tera Contributor

JiajingWang_0-1693543398036.png

How to batch clear watch list field's value ?

 

1 ACCEPTED SOLUTION

Niklas Peterson
Mega Sage
Mega Sage

Hi,

The content of the watch list field is just a comma separated list of values. Using a script you can clear it as you would with any other field.

 

Regards,
Niklas

View solution in original post

2 REPLIES 2

Niklas Peterson
Mega Sage
Mega Sage

Hi,

The content of the watch list field is just a comma separated list of values. Using a script you can clear it as you would with any other field.

 

Regards,
Niklas

Mayur2109
Kilo Sage
Kilo Sage

Hi @Jiajing Wang 

 

You can use fix script & can do GlideRecord over table and pass the field name and query parameter for records to be updated.

 

Mark this answer as helpful if it solves your issue.

 

Regards,

Mayur