hi, i have a app with several tables that all have dates for apointments , deliveries, etc, i needed to know if there was a way i can combine all these dates from different tables into one single calendar
thanks
Solved! Go to Solution.
Hmm… You might considering a new table that consolidates that information.
I imagine that you already have forms built to populate those tables, so you might think about creating a workflow that sends any new data to your new “Consolidated” table. I think I would make the table look like
Category Date Start Time End Time
Then use that new table to populate the calendar.
Some one else might have a smarter way to do it, but that’s how I would handle it, if I didn’t want to complete change the app. If you were going to change the app, I would create one large table that has a bunch of columns in it, and then create slices for each of your different activities. Then use the main table for the calendar.
Hmm… You might considering a new table that consolidates that information.
I imagine that you already have forms built to populate those tables, so you might think about creating a workflow that sends any new data to your new “Consolidated” table. I think I would make the table look like
Category Date Start Time End Time
Then use that new table to populate the calendar.
Some one else might have a smarter way to do it, but that’s how I would handle it, if I didn’t want to complete change the app. If you were going to change the app, I would create one large table that has a bunch of columns in it, and then create slices for each of your different activities. Then use the main table for the calendar.
"If you were going to change the app, I would create one large table that has a bunch of columns in it, and then create slices for each of your different activities. Then use the main table for the calendar"
Could I ask for your opinion ? Do you think it's a smart way to do ?
Thanks , that was very helpfull
You’re welcome!
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |