Just saw this in the logs:
The lanes are all users, so that i can show schedule item on the row for the user it belongs to. It makes sense to use the "userId" field since that's the foreign key in the schedule datasource that is relevant for the row. It has worked fine for as long as i can remember, and i don't remember seeing this log.
IMO it makes more sense to use an integer for an index than a String. What am i missing?
isc_SchedTimeline_0:Calendar.laneNameField must be set to a text-based field since its values may be used as identifiers. The specified field 'userId' is of type 'integer'.
IMO it makes more sense to use an integer for an index than a String. What am i missing?
Comment