When a date field is changed with the date picker, the field script referencing that date field gets fired twice.
Simple repro case, just a date field (date_last_used) and field script
var date_last_used = record.getFieldValue('fld-xxx');
console.log("Process Excecuted "+ new Date().toLocaleString())
change the date manually and script fires just once.
use the date picker, and script fires twice.
Any suggestions for workarounds?
Attachments:
You must be
logged in to view attached files.
Thanks for the sample form. I’ve found the bug and will fix it for the next update.