Set field value from script include
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2016 10:24 AM
I want to clear the assigned_to field by using a script include. However, i cant use g_form.setValue('assigned_to', ""); on a script include. How else could I do this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2016 11:53 PM
Hi Josh,
In script includes you can use current.assigned_to = '';
Hope this helps.
Regards,