Skip to main content
madhusudant8411
February 24, 2025
Solved

Make selected fields in cdt variable to NULL

  • February 24, 2025
  • 4 replies
  • 0 views

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.

    Best answer by stefanhelzle0001

    Sure, the "target" parameter in the a!save() supports lists.

    4 replies

    stefanhelzle0001
    February 24, 2025

    Sure, the "target" parameter in the a!save() supports lists.

    madhusudant8411
    February 25, 2025

    Thanks, I will try this.

    mathieud0001
    February 24, 2025
    madhusudant8411
    February 25, 2025

    Thanks, This did not occur in my mind to use single a!save and all fields in target values.