January 13, 201312 yr Hello, I am trying to create a value list based upon a single field. This field is populated via AppleScript with the names of the calendars in iCal or Calendar. The list is in a single record, with a line given to each calendar's name. Without having to parse out the individual field into multiple records, how can I achieve a value list with each of these calendar names? Thanks for your thoughts! Regards, Stephen
January 13, 201312 yr Author Just define a value list based on the field. No need to do anything else. That's what I thought too, but it is not working. The field is a global field. Any other thoughts?
January 13, 201312 yr Author That's what I thought too, but it is not working. The field is a global field. Any other thoughts? Ok, just got it to work. Turns out the field was a global which can't be indexed so I modified this and it's working as you suggested. Thanks!
Create an account or sign in to comment