Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2022 06:44 PM
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'.