Page 1 of 1

multi file calendars

PostPosted: Mon Aug 01, 2011 5:53 pm
by pfroe
i have a solution where i would like dates from different files, All hosted on our company fm server, to show up in ical.
one file is containing "production_orders", and i would like to show their start and endates in ical. the other file is, for example "purchaseorders" where i would like to show the delivery dates. in my solution these tables reside in different files and i would like to know
a) IF i can show dates from different files with the licence i bought
b) what the best practice is , install a "events" table in each file, or pull the data all into one eventstable and then filter.
thanks for any tips
pierre

Re: multi file calendars

PostPosted: Tue Aug 02, 2011 7:23 am
by John Sindelar
It is best to use one of your files as your Zulu "hub". However, you don't need to import data or anything like that: you'll add to this file one table occurrence for each file you wish to publish. Then you'll create one field mapping layout for each of these table occurrences, and publish each one. So each table you wish to publish gets its own field mapping layout (which is based on its own table occurrence) but all these layouts are in the same file.

Hope that helps,

John

Re: multi file calendars

PostPosted: Tue Aug 02, 2011 1:04 pm
by pfroe
Dear John, that was exactly what I wanted to know.
Yours
Pierre