Set Date/Time Field in a form to current time
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 09:19 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 09:29 AM
You can write a before/update business rule with condition when state changes to Resolved with following script-
current.u_resolved_date = new GlideDateTime(); //Enter the field value correctly
Please mark my answer helpful and correct.
Regards,
Amit