(function() {
// Grab whatever is in Additional Comments
var text = g_form.getValue('comments');
// Push it into Work Notes
g_form.setValue('work_notes', text);
// Clear Additional Comments
g_form.setValue('comments', '');
})();
Copy Comments to Work Notes
Hint: Move Additional Comments into Work Notes, then clear Comments
Trigger: \kbcode