how to Display friendly column names for externalists in bcs

Traitée how to Display friendly column names for externalists in bcs

  • jeudi 15 mars 2012 13:29
     
     
    how to Display friendly column names for externalists in bcs
    • Déplacé Lhan HanModerator samedi 17 mars 2012 14:41 sp2010 (From:SharePoint - Business Data Catalog (pre-SharePoint 2010))
    •  

Toutes les réponses

  • jeudi 15 mars 2012 17:35
     
     Traitée A du code

    Hi,

    If you are using SharePoint Designer you may set the name in "Display Name" property for specified column in ReadItem operation.

    If you create the External Content Type manually or in Visual Studio you should set DefaultDisplayName attribute for the TypeDescriptor of specified column.

    <TypeDescriptor TypeName="System.Int32" ReadOnly="true" IdentifierName="officeCode" Name="officeCode" DefaultDisplayName="Office Code" />


    Dmitry

    Lightning Tools LogoLightning Tools Check out our SharePoint tools and web parts