How to set default value for reference field , only when that field value is empty
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 10:17 PM
Hi ,
I want to set default value in parent field (type reference), only when the field value is empty.
i have given this below code line :
javascript:current.parent= current.parent_activity.parent.toString();
but looks like not working .
Can anyone help with this code.
Thanks in advance
Kalyani
15 REPLIES 15
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 12:03 AM
Hi Timi,
tried the above code and is not working