rlull
-
11/1/2013 3:18:38 PM
Shared view for document type does not contain all data from table
I've created a document type which in turn, creates a custom table for that document type in the database. I've populated the custom table via the API. Everything seems to work properly except that when I query the custom view for this new document type, not all of my data from the custom table is showing up. This creates a problem when trying to populate a repeater that looks for this data via this view.
Do I need to drop and recreate the view or does this indicate a problem with the code I'm using to populate this custom document type table?
|