QuickBase Appointment Creator issue

April 20th, 2007 – by Matt

There’s an issue with the tool that has to do with the way QuickBase reports information. It appears to be a QBase bug, but maybe it’s by design for some reason - I’m looking into it.

What happens is that you might select a field to be included in the appointment, but the data for that field never shows up.

The problem is that when I query QBase for the view information, it returns ALL fields rather than just the fields displayed in that view.

The solution is to edit the view in QuickBase and make sure that ALL fields are shown in the “Outlook Appointments View” or whatever you call it. It is necessary to always use a special view if you want to avoid either creating duplicate appointments or else needing to manually de-select already-created appointments every time.

I can also display an error message of sorts, or I can double-query the view for schema and then data to discover the REALLY real fields that are available, and only show those in the list of available fields.

What are your thoughts/which would you prefer? Error messages (so that you can go and update the view) or only show available fields (avoiding blank fields, but maybe you will wonder why available fields aren’t showing up)

7 Comments