Date Picker fires field script twice

Viewing 1 reply thread
  • Author
    Posts
  • June 5, 2022 at 9:31 AM #47432

    David Schwane
    Participant

    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.
    June 5, 2022 at 8:33 PM #47443

    Brendan
    Keymaster

    Thanks for the sample form. I’ve found the bug and will fix it for the next update.

Viewing 1 reply thread

You must be logged in to reply to this topic.