Good afternoon!
I’ve seen something like this get asked a couple of times, but usually there’s no answer or just a recommendation to check documentation or something to that effect.
I am an absolute JS neophyte, but I’m reasonably computer-literate. My goal is this:
A button-activated script that:
- Duplicates the selected record
- Copies the contents of the “End Date Minus 7” field of the ORIGINAL record into the “Start Date field” of the NEW record
- Copies the contents of the “End Date Minus 7” field of the ORIGINAL record into the “End Date” field of the ORIGINAL record.
Essentially it takes a 15-day shift and splits it into two 8-day shifts that overlap by a day.
It’s a little loopy, but the maneuvers seem like they should be simple enough. How would I approach this?