Uncle Cheese -
I had a scenario come up yesterday where i need to have 2 instances of DataObjectManager for a class. I set them each up on a separate tab. Everything works fine. However, since there is no csv export capability with DataObjectManager yet, I needed to change one of these instanced to a ComplexTableField to achieve that functionality.
I noticed when I did this that the popup for the ComplexTableField would no longer function correctly (it would open up in full page instead of the lightbox popup frame. the DataObejctManager popup worked fine. I thought maybe the names of the popup functions were conflicting, so i made the names unique. but still no luck.
question #1: do you know of any current conflict between these 2 form fields when being called on the same class (on different tabs)?
question #2: do you have any planned enhancement of DataObjectManager to include export csv capability?
thanks