Chris_Campbell

Comments

  • Methodology This second message is about your methodology. Your stated goal is to have a "data pool" where all the documents live and then link them to views so users can easily find/view them. The repository itself is a data pool. If you were to look at the actual file structure of the documents you import, they're all…
  • What you're asking for is fairly simple, the only catch is to make sure that it's done properly. I'll divide my answers into two messages: the first dealing with the specific problem, and the second dealing with the strategy that you're currently using. At first glance, you'd think that you would want to override…
  • My "gut" feeling is that Flex is the direction that everything is going to be headed. It's too soon to dump WDK as a framework. Too much has been built into it and built around it. However, there is a general consensus from end-users (and what I've gathered from my own conversations from EMC) that WDK has always been…
  • Our system is upgrading from 5.3 rather than 6.0, but I've gone over the documentation a few times. First thing I noticed from your post that you were doing a query for dmc_dar. There isn't an object table for this. You need to query against dm_application. That's where the DAR objects are listed. Secondly, I'm going to…
Avatar