Fix script does not update record correctly
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 02:30 AM
Hi All,
I have a script that fixes a value on a record
if (gr.next()) {
gr.setValue('due_date', '15/01/2026 00:00:00');
gr.update();
it works but not for the hour, the hour is always updated to 01:00:00:
how can I set it to 00:00:00??
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 05:34 AM