Displayed Menu Labels - Lawson Talent Managent

Sort:
You are not authorized to post a reply.
Author
Messages
SRCockrell
New Member
Posts: 1
New Member
    Hi Everyone,

    My company is currently in the middle of our implementation and I am doing a lot of the configuration work.  However, I am having a really hard time figuring out how to change the title displayed for menus. For example, the Manager Find talent menu's header states "LRCManagerFindTalentMenu" and I would like for it to read simply "Find Talent Menu". Additionally, we are using the HRGeneralist security role for multiple users all of which are not HR Generalists. I would like to be able to change the displayed title for this menu to read "Human Resources Management" but am having no success. 

    Has anyone discovered a way to do this? Any feedback or input you can offer is much appreciated!

    Shannell Cockrell
    Peter O
    Veteran Member
    Posts: 69
    Veteran Member
      This is an old thread, so I hope you were able to find the solution to this.
      From what I understand of your question, you want to change the form/listview title.


      To change the title of a form like the "Candidate Pool" you first create a configuration for the form you wish to edit, then edit the LPL for 'title':

      Example LPL: 

      LRCCandidatePool is a CompositeForm
          title is "Candidates"


      That will change the title of the header for the form to "Candidates". You should be able to apply the same logic to your situation.

      If you're talking about changing the menu options, that should be under your administrator process board icon, then you should be able to set that up with the "Set Up" icon. At least, that was the way it worked with my configuration.

      For Landmark/GHR/TM: 10.x
      Srini Rao
      Veteran Member
      Posts: 148
      Veteran Member
        I need to Change the menu title for LRCEmployeeToDo menu. I added the line with tittle But when save system deletes the line.

        LRCEmployeeToDo is a Menu
        title is "ToDoList"
        Menu Items
        TotalRewards
        title is untranslatable:"Total Rewards"

        When I save above lpl, system only saves...
        LRCEmployeeToDo is a Menu _> IT DELETED THE SECOND LINE
        Menu Items
        TotalRewards
        title is untranslatable:"Total Rewards"

        Peter O
        Veteran Member
        Posts: 69
        Veteran Member
          It looks like this might be worthy of a JT - When I attempt to make the change to LRCEmployeeToDo I used:


          LRCEmployeeToDo is a Menu
          title is untranslatable:"Stuff"
          Menu Items
          TransitionManagement

          When I saved it, the menu title showed up as "LRC Employee To Do" instead of the delivered "To Do".
          I thought that perhaps I needed to apply the title to the LRCEmployeeMenu instead, but even though the configuration console accepted the "title is "Stuff"", this had no effect on the title itself.

          You may have identified something worthy of a JT Or an enhancement request - However, I did notice that in the documentation for config console, it does not give any indication that those menus are able to have their title's altered, and other documentation implies the same thing.

          I tried this in 10.0.4.11 and 10.1.1.14
          You are not authorized to post a reply.