I want to set a field by applying a Template, but not overwrite any existing data in the field. Is there a way to do this?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 08:37 AM
Is there a way to set a field by applying a Template and not overwrite anything that might be in the field already?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 08:55 AM
Hi,
There is no OOB way to stop overwriting the value when template is applied.
But is you wat to retain one or two fields then you can try using onChange client script.
Create onChange client script for each field and add below logic.
Thanks,
Anil Lande
Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande
Thanks
Anil Lande