Should I use CMP or BMP for an application with complex data manipulation & relations?
Created May 4, 2012
Alex Chaffee Generally, you should use CMP unless you're forced to use BMP due to limitations of the mapping tools. Also, "complex" is relative; some relatively complex data models can be captured with mapping tools, but some cannot.
(Please submit feedback if you disagree :-) )