Hi
can we update any field as NULL in XML BR through mass update
Thanks in advance
Hi
can we update any field as NULL in XML BR through mass update
Thanks in advance
Hi
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.