I have a datepicker on the form "datevalue1" based on a CDS column "Approx Close Date" and I have a datepicker on the form "datevalue2" based on a CDS column "Actual Close Date."
Both these columns are optional.
When a user submits the form initially, they would enter an approx close date in datevalue1 (and leaving datevalue2 empty)... and nearing the time it closes, they enter the actual close date in datevalue2.
What would be a good way to have the value in datevalue2 duplicated into datevalue1, but only when datevalue2 contains data?
I hope that makes some semblance of sense, thx!