- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 12:28 AM
Hi All,
I want to clear value in the date field. (make date field blank/empty).
Please help
Field type: Date
Thank You
I used below code but it did not work
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 12:33 AM
Hi @NihalMankar,
Could you please download the xml and open in notepad and find u_stolen_decommissioned_date field and make it empty there and upload the xml once again.
Please accept my solution if it resolves your issue and thumps 👍 up
Thanks
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 12:33 AM
Hi @NihalMankar,
Could you please download the xml and open in notepad and find u_stolen_decommissioned_date field and make it empty there and upload the xml once again.
Please accept my solution if it resolves your issue and thumps 👍 up
Thanks
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 06:08 AM
Thanks Jitendra, it works I want to update 1000+ records how can we do it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 06:40 AM
Hi @NihalMankar,
To do this, you'll have to run the tramsform map. Extract the data into Excel sheet and take one unique field as coalesce true. On transform map there is one field as copy empty field as true then update it. Else you will have write background script to do the same.
Please accept my solution if it resolves your issue and thumps 👍
Thanks
Jitendra