Hii Maik,

it is on incident form all fields UI16

i have written onchange CS for 2nd point but date is not populating currently

var usr = g_user.getFullName();
var date = new Date();

if (newValue == 'true') {

g_form.setValue('u_marked_as_critical_by', usr);
g_form.setValue('u_marked_critical_at', date);

}

could you please help me on current date should be populated on 'u_marked_critical_at'.