I am just curious if it is possible to write a script that uses a multi select date picker calendar to create bulk records with same details via script.
Use case - I want to create jobs on specific dates, times, locations, etc. in bulk. I can see this being used for a ton of different use cases though.
Example -
- Select Multiple Dates with Calendar Picker - (1/13, 1/20, 1/21)
Shift #1:
- Enter Employee Quantity per date - (2)
Fields (option to pick the fields that need data added)
- Enter Location - (123 Main St)
- Enter Start Time - (07:00)
- Enter End Time - (15:00)
+ add another field
Shift #2:
- Enter Employee Quantity per date - (1)
Fields (option to pick the fields that need data added)
- Enter Location - (123 Main St)
- Enter Start Time - (09:00)
- Enter End Time - (17:00)
- Enter Event - (Basketball)
+ add another field
+ add another shift
So my created records would be a total of 9 records:
- 1/13 - 0700-1500 - 123 Main St
- 1/13 - 0700-1500 - 123 Main St
- 1/13 - 0900-1700 - 123 Main St - Basketball
- 1/20 - 0700-1500 - 123 Main St
- 1/20 - 0700-1500 - 123 Main St
- 1/20 - 0900-1700 - 123 Main St - Basketball
- 1/21 - 0700-1500 - 123 Main St
- 1/21 - 0700-1500 - 123 Main St
- 1/21 - 0900-1700 - 123 Main St - Basketball
Thanks!
Nick