Question

updating field as NULL through XML BR

  • 15 February 2023
  • 1 reply
  • 44 views

Badge +4

Hi 

 

can we update any field as NULL in XML BR through mass update

 

Thanks in advance


1 reply

Userlevel 5
Badge +13

Hi @sarahk,

 

Please refer the below example to set empty/null field in xml

<update_task>

      <task>

        <task_id>@task_id</task_id>

        <user_def3>=</user_def3>

        <update />

      </task>

   </update_task>

 

You can use the same approach inside mass update as well.

<Field name>=</Field name>

 

Thanks,

Hasara

Reply