Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, Herman, this is a pending feature request... the ability to dynamically rename fields within the Business Object Mapper. As a workaround, you can "customize" the field within the Business Object Mapper by telling the Count field to use "custom code" and leave the big textbox blank. Then, copy one of the strong-typed properties from the BO.designer.* file into your main code file, rename it what you want, and get/set the "Count" field of the CurrentRow. This just a workaround, however, until the feature you're requesting is implemented in a released version.
|