Database column clear action

Hi guys, I want to have a button in the admin panel to make a number field in every entry = 0 (or cleared)

How would I do this? I have been trying to do FIELD=0 but there is no = available

You won’t be able to do a bulk action to multiple fields or records at once, but you could set an update on a specific property to make it clear or 0.

I need to clear a whole list field to 0

Any ideas?

You could do cascading screen actions but it will be inefficient. Unfortunately, there is no other way round this right now. How to implement cascade delete? - #2 by TORCH

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.