hclleapforum

Open full view…

Log date in timestamp filed per each form stage

wojciech85
Tue, 01 Sep 2020 18:47:52 GMT

Hi can someone give quick support how add update date to specific time stamp filed once stage button is pressed? I want to count time needed to complet each stage in the form. Thank you very much for support.

wojciech85
Tue, 01 Sep 2020 19:38:02 GMT

Found solution> Form Event> validatebutton pressed: if (pActionId === 'S_Aktualizuj') { BO.F_Timestamp2.setValue(new Date())} if (pActionId === 'S_Submit') { BO.F_Timestamp1.setValue(new Date())}