Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
You can add wildcarding into the name mapping like "DocumentView*" which will grab any object that starts with, at least, DocumentView. That's the best way I know of to handle these kinds of dynamic changes. Either that, or see if there are other properties or combinations of other properties that can be used to give a unique mapping to the object without having to depend upon a dynamically changing property.