g_form.SetValue() not working in Service Portal (Kingston patch3)
Hi Everyone, I am using a basic g_form.setValue function for a catalog item variable. Eg:- function onLoad() { //Type appropriate comment here, and begin script below //var a = g_form.getValue('test_name'); g_form.setValue('comments',new Date()); //...