How to costumize a property's display name

Hello,
When creating new property for a resource I am being asked to set the PropertyID and a UniqueID. These fields can't contain white spaces, so when watching these properties their display name looks like this: "myNewProperty". Where can I set more "friendlier" name for the users, like the other pre-defined properties has, like: "Created By" and "Mime Type"?
I tried setting the field "Key For Lablel" on creation time but that didn't do the trick...
Roy

Hi Roy,
in order to achieve this you have to work with bundle files and meta data extensions for your properties.
The process in short: You create bundle files (mylabels_XX.properties) for different languages where you specify the "friendlier" names like "myNewProperty=My New Property". After that you include the bundle files in a JAR (mylabels.jar) and create a Meta Data Extension referring to the bundle files. Using now the Meta Data Extension in your properties it will now access the labels form the bundle files.
Check this links for a more detailed description on this process:
http://help.sap.com/saphelp_nw04/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/frameset.htm (NW'04)
http://help.sap.com/saphelp_ep60sp2/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/frameset.htm (SP2)
Hope this solves your problem,
Robert

Similar Messages

  • How do I programmatically get the display name for a view object in Java?

    When you define a view object, there is a display name that is configured. I would like to retrieve that in Java. Can someone tell me how?
    Thanks, -Klaus

    Klaus,
    you can use the attribute definitions which you get using
    getAttributeDefs
    AttributeDef[] getAttributeDefs()This method is accessible via the vo.
    If you need this information in a bean, you can use EL like you see if you drop a vo on a page.
    Timo

  • How to enable regex validation for display name attribute?

    I need to put some control around the display name attribute (for all objects in the system). However, when I go to administration => schema management => all attributes => display name, I see the regular expression text field under validation
    tab is disabled for display name. How can I enable this? I see there is already an MPR called "Administration - Schema: Administrators can change selected attributes of schema related resource" which is granting admins to change the schema of
    the display name attribute, but it does not seem to help for the above scenario. Can someone please help?

    Hi,
    This is true for all attributes, not just Display Name. As long as an attribute has a non null value, you will not be able to change the regular expression of that attribute at the schema level.
    I don't know if nullifying display attribute for all user objects (assuming you are talking about binding between Display Name and a Person/User object) is an option. If so, its worth considering.
    If that is not an option, then assuming your data entry is coming from the FIM Portal and not any other external system like a custom portal, then you are ONLY left with regular expression validation at the RCDC level.
    Thanks,
    Jameel Syed |
    Identity & Security Strategist | [email protected] |
    Simplified Identity and Access Management

  • How to change other people's display names back to what they put?

    So, I looked it up on the forums, and leaving it blank doesn't work.  How do I do this if that doesn't work?

    I figured it out. I changed the "bundle display name" under the "Info" tab of the TARGETS and it solved the problem.

  • How to export all distribution group display names and group notes

    We would like to create a list of distribution groups that includes the "Notes" information and email address.  I have found several option, but none of them reveal the Notes.  Where is the "Notes" information for groups
    and how can we report on it?

    You can run this command to get the name of all the DL's
    Get-DistributionGroup | FL Name
    I checked, and Group Information attribute doesn't have all the information.
    Run Get-DistributionGroup -Identity "NameOfTheDL" |Fl
    In the output of above command, check if you see anything Group Information and Notes.
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • How to set a train stop display name programmatically

    JDeveloper 11.1.2.4
    Any ideas?
    Thanks in advance
    jleon

    This article http://www.oracle.com/technetwork/issue-archive/2011/11-sep/o51adf-452576.html shows how to do this.
    Timo

  • How do I set Mail to display Name AND email address in the message

    I thought I used to have this setting and now I cannot find it (if there is one)
    Can't I set mail to show Name and email address in the address box both when creating a message and viewing one?
    thanks,
    tom

    Thanks, Ernie
    I wasted about 20 minutes looking for it and couldn't find it
    cheers,
    tom

  • How to get display name using PL/SQL

    Hello i whish to know if any one know how get the url and the display name of a page group, i ask this because i what to make a dinamic menu usgin dinamic pages.
    If any one know please let me know
    Best Regards
    Jose.

    Jose -
    Use the view WWSBR_ALL_CONTENT_AREAS.
    The Content views are documented here: http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1012/wwsbr_api_view.html
    Regards,
    Candace

  • How do I change my icloud email display name?

    HELP!
    I cannot find anywhere how to change my ICLOUD email display name? Can anyone help please? I have tried my Apple ID, via my PC and also via my iphone to no avail....HELP please it is v frustrating!

    Thanks Allan. Slight problem, I changed my email address on my Apple ID and now I can't get into my Icloud settings on my iphone. Can I do it on my laptop or via icloud.com or appleid perhaps?
    Thanks for your hep

  • Change the language in the display-name of a train stop

    Hello,
    does anybody know how to use internationalization in the <display-name> of a train stop?
    Bye

    Hi,
    I use the default model, and when trying to set the Display Name in the View Properties (a train stop), in the train task flow, i can not select a resource boundle key in the expression builder.
    If I set something like:
    <view id="datosRegistro">
    <page>/registro/datosRegistro.jsff</page>
    <train-stop>
    <display-name>#{viewcontrollerbundle['trainlabel']}</display-name>
    </train-stop>
    </view>
    Nothing appears in the train stop label.
    Of course, I have register the resource bundle in faces-config.xml file
    Thanks

  • Menu displayed name on main and sub-menu

    How can if fix the menu displayed name on main and submenu items. Without using customazation form, the name displayed is always the name of the menu object

    Hi,
    You can change the display name of the menus and submenus in the right frame of the menu at design time. The root menu display name will be the display name of the menu component.
    Thanks,
    Sharmila

  • How to set the "display name" of an customized property

    Hi,
    I've created a customzied property of KM file with KM API, and display it in KM navigation iview. It is ok, except the Column head show the technical name of the property. But what i want is some specify display name and even can support multi language, how this can be done?? Any hint?? Thanks!!
    Best Regards,
    Xiaoming Yang

    you must change the collection render and the resource render in order to show the properties you want.
    For translation propourses check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/frameset.htm
    You must deal with resource bundle

  • How can I get Sender Display Name using Get-MessageTrackingLog?

    Hi, could you please help me. We have got a monitoring system at work which monitors some devices, so if something wrong happening with these devices email is sent from MASTER email (Customer Name <[email protected]>) to us. I'm trying to get a list
    of all emails of that monitoring mailbox using PoweShell command
    Get-MessageTrackingLog and export them to CSV file. In the end of the day I need CSV file with 3 columns: TimeStamp, MessageSubject and SenderDisplayName! Yes, I need Sender Display Name cause all emails are sent from one MASTER email
    (Customer Name <[email protected]>) and only difference between them is sender Display Name which is cexactly what I need.   
    This is the code I'm using:
    Get-MessageTrackingLog -EventId Receive | Select Timestamp, MessageSubject, Sender | Export-CSV C:\NagiosAlerts.csv
    –NoTypeInformation
    So how can I get sender Display Name(Customer Name) using Get-MessageTrackingLog insted of Sender email (<[email protected]>)? 

    The DisplayName is not recorded in the Logs only the EmailAddresses are so there Is nothing you can do with Message Tracking to get this the way you want. You need to look at another property may soureIP or include something in the Subject
    of the Email (eg a customerId in the Subject is a much better option) to give you some differentiation. Otherwise you need to access the Email directly from the Mailbox it was sent to and then extract the DisplayName from the message (or use a journaling
    on those emails etc)
    Cheers
    Glen

  • How to add a service account in SQL Server to display the "Service Account Name" and "Display Name"

    Can someone
    help with steps on how to add the following in SQL Server 2012 environments?<o:p></o:p>
    "Service Account Name" and "Display Name"<o:p></o:p>
    Your help will be greatly appreciated.<o:p></o:p>
    leonie6214

    Hello,
    Is the following article what you are looking for?
    http://msdn.microsoft.com/en-us/library/ms345578.aspx
    If not, could you explain a little bit more what you want to accomplish?
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • How to get the DISPLAY name for a page in 309

    How do I get hold of the page DISPLAY name in Portal 309?
    I need it for the purpose of created a custom greeting and page menu tree.
    I can get the main internal name, but not the user friendly display name. It must be stored somewhere!
    Regards,
    John

    Did you find an answer for this? I am attempting to do the same thing. I want to create a portlet with all available pages to a user. I can not seem to find the display name table.
    [email protected]

Maybe you are looking for