﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Enhancement Requests  » Description added to BO Mapper</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 02:36:08 GMT</lastBuildDate><ttl>20</ttl><item><title>Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13358.aspx</link><description>I'm not sure if I asked for this before, but it recently it reared its head again.  I'd like to be able to control what text is shown to the user on the concurrency manager.  I know that the Description attribute is used, but I only have control over that with custom properties and BOs derived from the DDT.  Most of my tables aren't derived from the DDT, but directly from SQL.  So, pretty much, I'm wondering if there could be a field in the BO mapper to enter a name, it could default to the field name, that would populate the Description attribute when the BO is built.&lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Mon, 14 Jan 2008 19:22:42 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13436.aspx</link><description>LOL...I'm awaiting it with baited breath  :w00t:</description><pubDate>Mon, 14 Jan 2008 19:22:42 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13432.aspx</link><description>[quote]* At my company, there was a joke that whenever a user asks for an enhancement (or completely new feature), we always say "by Wednesday"....of course we were vague on &lt;I&gt;which&lt;/I&gt; Wednesday....[/quote]&lt;P&gt;Sure...January 16...................................................................2009 :D</description><pubDate>Mon, 14 Jan 2008 17:24:20 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13425.aspx</link><description>Sounds good!&lt;br&gt;
&lt;br&gt;
When will this get done?  By Wednesday*?  ;) &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
* At my company, there was a joke that whenever a user asks for an enhancement (or completely new feature), we always say "by Wednesday"....of course we were vague on [i]which[/i] Wednesday.... :hehe:</description><pubDate>Mon, 14 Jan 2008 10:32:24 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13413.aspx</link><description>Greg,&lt;/P&gt;&lt;P&gt;I think that we will ultimately make a change to the BO Mapper to just allow you to override the description attribute.&amp;nbsp; This is not a problem when you pull your mappings from the DDT as we pull the description from the description field of the field.&amp;nbsp; This has actually been brought up before by another developer or two so it is probably something that needs to be added.</description><pubDate>Sun, 13 Jan 2008 19:58:03 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13393.aspx</link><description>I'm thinking that using the BO mapper route would handle most of the cases, where a user friendly name is needed. Also it would be much faster, as each field would simply need to be customized, as opposed to writing code (not hard code to write, but code none the less, more code to write).&lt;br&gt;
&lt;br&gt;
There might be times when the overridable method is just the ticket, maybe if using localization, were you need different text for the field name based on locale or some other runtime situation.&lt;br&gt;
&lt;br&gt;
How about both?  ;)</description><pubDate>Fri, 11 Jan 2008 16:03:51 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13379.aspx</link><description>Aye... "cust_fn" doesn't always scream "First Name." :)</description><pubDate>Fri, 11 Jan 2008 13:30:08 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13377.aspx</link><description>That would certainly work.&amp;nbsp; I think it would just be cleaner to have that extra column in the business object mapper.&amp;nbsp; When customizing the field, allow the developer to type in the column description that they want to show for that field in the object.&amp;nbsp; Sometimes those DB guys can get a bit crazy with their naming conventions, ya know. ;)</description><pubDate>Fri, 11 Jan 2008 13:27:30 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13374.aspx</link><description>What if we created a method that you would override within your business object that would get the description from you... by default we would return the field name, but you could instead return something else?&lt;/P&gt;&lt;P&gt;Protected Overrides Function GetConcurrencyDescription(ByVal field As String) As String&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select Case field&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Case "cust_FirstName"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return "First Name"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Case Else&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return MyBase.GetConcurrencyDescription(field) '-- Just do the default for all the ones you don't want to override&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Select&lt;BR&gt;End Function&lt;/P&gt;&lt;P&gt;Would that be doable?</description><pubDate>Fri, 11 Jan 2008 13:21:12 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Description added to BO Mapper</title><link>http://forum.strataframe.net/FindPost13372.aspx</link><description>I second the motion.</description><pubDate>Fri, 11 Jan 2008 13:15:59 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item></channel></rss>