Hi,
I have section of questions using 15 fields of a cdt (cdt has total 30+ fields).
Based on a dropdown value change, I want to make all 15 fields to null.
Is there any way I can make all 15 fields to null in one go, instead of writing 15 a!save.
Discussion posts and replies are publicly visible
Sure, the "target" parameter in the a!save() supports lists.
Thanks, I will try this.