Resolved! How to clear Dynamic Default value on dictionary with Client Script
Hello, I have a dictionary that is time stamped to today using the Dynamic Default on the field. How can I override this value with a client script? I tried the following: function onLoad() { g_form.clearValue('u_date'); } This did not work. Thank...
