Jiveabillion
-
9/25/2012 7:17:26 AM
RE:Fields from custom table included in Event Calendar
There are a few ways to do this. One way would be to create a custom macro method to retrieve the custom table item by passing it the event code, then you will have access to all of the fields of that item in your transformation. You should cache these for performance
Another way would be to use a SQL Query Datasource to query your event data joined on your custom table and use that as the Datasource for your calendar (I haven't done this for the calendar before, but I think it works) this would be much more efficient than the first method I mentioned because it won't make a query for every event being transformed.
I would find some links to help you, but I am on my phone.
|