Add Project Name and description to the Projects Notification Layout in OTL

Hi,
I want to add the Project name and description to the OTL Projects Notification Layout. I have tried the following code to change the ldt file.
BEGIN HXC_LAYOUT_COMPONENTS "Projects Notification Layout - Project Name"
OWNER = "ORACLE"
COMPONENT_VALUE = "PROJECTNAME"
REGION_CODE = "CUS_PROJECT_PROMPT"
REGION_CODE_APP_SHORT_NAME = "HXC"
ATTRIBUTE_CODE = "HXC_CUI_PROJECT_NAME"
ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
SEQUENCE = "181"
COMPONENT_DEFINITION = "LOV"
RENDER_TYPE = "WEB"
PARENT_COMPONENT =
"Projects Notification Layout - Day building blocks - matrix layout"
LAST_UPDATE_DATE = "2004/05/24"
BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Notification Layout - Project Name"
OWNER = "ORACLE"
QUALIFIER_ATTRIBUTE_CATEGORY = "LOV"
QUALIFIER_ATTRIBUTE1 = "ProjectBaseLOVVO"
QUALIFIER_ATTRIBUTE2 = "N"
QUALIFIER_ATTRIBUTE3 = "HXC_CUI_PROJECT_LOV"
QUALIFIER_ATTRIBUTE4 = "809"
QUALIFIER_ATTRIBUTE5 = "12"
QUALIFIER_ATTRIBUTE6 =
"HxcCuiProjectName|PROJECTNAME-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECTNAME|RESULT|N|HxcCuiProjectName|PROJECTNAME-DISPLAY|RESULT|N"
QUALIFIER_ATTRIBUTE8 = "ProjectName"
QUALIFIER_ATTRIBUTE9 = "ProjectId#NUMBER"
QUALIFIER_ATTRIBUTE10 =
"oracle.apps.hxc.selfservice.timecard.server.ProjectBaseLOVVO"
QUALIFIER_ATTRIBUTE17 = "OraTableCellText"
QUALIFIER_ATTRIBUTE20 = "N"
QUALIFIER_ATTRIBUTE21 = "Y"
QUALIFIER_ATTRIBUTE22 = "L"
QUALIFIER_ATTRIBUTE25 = "FLEX"
QUALIFIER_ATTRIBUTE26 = "PROJECTS"
QUALIFIER_ATTRIBUTE27 = "Attribute8"
QUALIFIER_ATTRIBUTE28 = "PROJECT_NAME"
QUALIFIER_ATTRIBUTE30 = "Y"
LAST_UPDATE_DATE = "2004/05/24"
END HXC_LAYOUT_COMP_QUALIFIERS
END HXC_LAYOUT_COMPONENTS
I have created a segment PROJECT_NAME (attribute8) to the "PROJECTS" context of "OTL Information Types" DFF. Bouce the apache server.
I am able to get the prompt but unable to get the data in the column.
Please help.
Thanks & Regards,
Munish

Hi Also have tried with the following ldt code. In this code I have added the projectname field from the PROJECT LOV and tried to get the value of the projectname into the text field.
BEGIN HXC_LAYOUT_COMPONENTS "Projects Notification Layout - Project"
OWNER = "ORACLE"
COMPONENT_VALUE = "PROJECT"
REGION_CODE = "HXC_CUI_TIMECARD"
REGION_CODE_APP_SHORT_NAME = "HXC"
ATTRIBUTE_CODE = "HXC_TIMECARD_PROJECT"
ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
SEQUENCE = "180"
COMPONENT_DEFINITION = "LOV"
RENDER_TYPE = "WEB"
PARENT_COMPONENT =
"Projects Notification Layout - Day building blocks - matrix layout"
LAST_UPDATE_DATE = "2004/05/24"
BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Notification Layout - Project"
OWNER = "ORACLE"
QUALIFIER_ATTRIBUTE_CATEGORY = "LOV"
QUALIFIER_ATTRIBUTE1 = "ProjectBaseLOVVO"
QUALIFIER_ATTRIBUTE2 = "N"
QUALIFIER_ATTRIBUTE3 = "HXC_CUI_PROJECT_LOV"
QUALIFIER_ATTRIBUTE4 = "809"
QUALIFIER_ATTRIBUTE5 = "12"
QUALIFIER_ATTRIBUTE6 =
"HxcCuiProjectNumber|PROJECT-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECT|RESULT|N|HxcCuiProjectNumber|PROJECT-DISPLAY|RESULT|N|HxcCuiProjectName|PROJNAME|RESULT|N"
QUALIFIER_ATTRIBUTE8 = "ProjectNumber"
QUALIFIER_ATTRIBUTE9 = "ProjectId#NUMBER"
QUALIFIER_ATTRIBUTE10 =
"oracle.apps.hxc.selfservice.timecard.server.ProjectBaseLOVVO"
QUALIFIER_ATTRIBUTE17 = "OraTableCellText"
QUALIFIER_ATTRIBUTE20 = "N"
QUALIFIER_ATTRIBUTE21 = "Y"
QUALIFIER_ATTRIBUTE22 = "L"
QUALIFIER_ATTRIBUTE25 = "FLEX"
QUALIFIER_ATTRIBUTE26 = "PROJECTS"
QUALIFIER_ATTRIBUTE27 = "Attribute1"
QUALIFIER_ATTRIBUTE28 = "PROJECT"
QUALIFIER_ATTRIBUTE30 = "Y"
LAST_UPDATE_DATE = "2004/05/24"
END HXC_LAYOUT_COMP_QUALIFIERS
END HXC_LAYOUT_COMPONENTS
BEGIN HXC_LAYOUT_COMPONENTS "Projects Notification Layout - Project Name"
OWNER = "CUSTOM"
COMPONENT_VALUE = "PROJECTNAME"
SEQUENCE = "181"
COMPONENT_DEFINITION = "TEXT_FIELD"
RENDER_TYPE = "WEB"
PARENT_COMPONENT = "Projects Notification Layout - Day building blocks - matrix layout"
REGION_CODE = "CUS_PROJECT_PROMPT"
REGION_CODE_APP_SHORT_NAME = "HXC"
ATTRIBUTE_CODE = "HXC_CUI_PROJECT_NAME"
ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Notification Layout - Project Name"
OWNER = "CUSTOM"
QUALIFIER_ATTRIBUTE_CATEGORY = "TEXT_FIELD"
QUALIFIER_ATTRIBUTE1 = "N"
QUALIFIER_ATTRIBUTE2 = "NODISPLAYCACHE"
QUALIFIER_ATTRIBUTE3 = "10"
QUALIFIER_ATTRIBUTE4 = "1"
QUALIFIER_ATTRIBUTE20 = "N"
QUALIFIER_ATTRIBUTE21 = "Y"
QUALIFIER_ATTRIBUTE22 = "L"
QUALIFIER_ATTRIBUTE25 = "FLEX"
QUALIFIER_ATTRIBUTE26 = "PROJECTS"
QUALIFIER_ATTRIBUTE27 = "Attribute20"
QUALIFIER_ATTRIBUTE28 = "PROJNAME"
QUALIFIER_ATTRIBUTE30 = "Y"
END HXC_LAYOUT_COMP_QUALIFIERS
END HXC_LAYOUT_COMPONENTS
But no data is displayed.
I have also tried with the QUALIFIER_ATTRIBUTE27 = "Attribute8" as the attribute8 is being defined in the PROJECTS context of the "OTL Information Types" DFF.
Thanks & regards,
Munish

Similar Messages

  • How to change the name and description of a wim using DISM

    With Imagex we could update the name and description of the wim with on easy command:
    imagex /info img_file [img_number or
    img_name] [new_name] [new_desc]
    e.g.
    imagex /info Win7Combined.WIM 1 "Win7(x86)" "Windows 7 x86"
    Since the ImageX tool is deprecated in Windows 8 and has been replaced with DISM, can someone explain how to update the name and description with one easy command using DISM like we could with Imagex?

    It looks like this person had the same issue. Have you seen this
    link
    It talks about exporting an Index into a new WIM. Which, in a way, would be renaming it. It's really recreating it and you have to give it a name. But it seems to work.
    Dustin Estes - MCP | www.dustinestes.com

  • Change name and description of cc-payrolls for periods of time

    Hello,
    There is the possibility to change the name and description of the cc-payrolls for periods of time, by V_512W_T, to avoid being copying a cc-payroll year to year.
    Thank you very much for the help,
    regards,

    Wage type texts can not be changed with date parameters if you wanted to distinguish wage type text period to period or year to year is not possible as of now, we have to differentiate them with different number XXXX - Basic YYYY - Personnel.
    Regards
    Venkatesh

  • Actiontec MI424WR Parental Control Rule Names and Descriptions

    I’ve created multiple parental control rules on my Actiontec MI424WR, entering different rule names and descriptions, but the Rule Summary displays all rule names as “Block_All” and all descriptions as “Blocking ALL Internet Access”. The rules function as expected, but it’s inconvenient that I cannot tell which is which in the summary. Is this a bug with this router?
    Also, does Verizon offer a wireless-N router?
    Solved!
    Go to Solution.

    The purpose of my post is to inform you that when using Parental Controls on the Actiontec router your download speed will be cut in 1/2.  You may be better off installing parental controls onto a PC/Laptop.  Verizon does offer parental control software for free along with Microsoft and some others.  I'm not sure if this is an option for you but something to consider.
    Regards
    Jim

  • Reading MS Project column names and data on the fly from a selected View

    Hi guys,
    I have several views on my project file (MSPROJECT 2010) and I want to build a macro so that;
    1. User can select any view ( Views can have diffrent columns and the user may add new columns as well)
    2. User runs the Macro and all the coulmns along with the tasks displayed in the view will be written to a excel file. ( I don't want to build several macro's for each view, I'm thinking of a common method which would work for any selected view)
    The problem I'm facing is that how will i read the column names and data for a particular view on the fly without hard coding them inside the vba code ?
    The solution needs to work on a master schedule as well.
    Appreciate your feedback.

    Just to get you started the following code writes the field name and data for the active task to the Immediate window.
    Sub CopyData()
    Dim fld As TableField
    For Each fld In ActiveProject.TaskTables(ActiveProject.CurrentTable).TableFields
    If fld.Field >= 0 Then
    Debug.Print Application.FieldConstantToFieldName(fld.Field), ActiveCell.Task.GetField(fld.Field)
    End If
    Next fld
    End Sub
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • 6.1 NPD - Project Name and Status not showing in the Project Header

    I have this issue in 6.1 NPD - The NPD Project Name and Status is not showing in the Project header when opening a project. Any ideas? Thank you.

    Is this happening for NPD Projects that are newly created, prior to clicking Save? Or for already existing NPD projects?

  • While in imovie, when working on a project, I can NOT view the project in the right hand screen. I have made several videos and it has always worked before. I am not able to edit the videos because they won't play in the right hand screen.

    The videos that I import (and are located on the bottom of imovie) will show up and play on the right hand screen. But if I move that clip to the actually project area it won't play in the right hand side! I somehow must have clicked something that now won't play the project videos and now plays the clips below instead! Help please I need to fix this! Everythign else works, I can still edit videos, add transitions, music, etc I just can't see it on the right hand side- so I can't edit because I can't see

    See my post here on how to do this.
    https://discussions.apple.com/docs/DOC-4141

  • How to Get project definition and description  by WBS element

    Hi All,
    Is there any way to get  project definition and description  by providing WBS element.
    Please help .
    Salman Zahir

    Hi,
    These r the tables
    PRHI Work Breakdown Structure, Edges (Hierarchy Pointer)
    PROJ Project definition
    PRPS WBS (Work Breakdown Structure) Element Master Data
    RPSCO Project info database: Costs, revenues, finances
    MSPR Project stock
    Thanks,
    Anitha

  • Project Name and Web Page Header

    RH7 / WebHelp Pro
    I have a project named
    Price Management Procedures; my opening splash screen says
    the same thing. However, the web page header says
    Policies and Procedures. I can't find the document or
    setting that is giving me that header name, and I want to change it
    to
    Price Management Procedures.

    I can't speak for WebHelp Pro specifically, but there are a
    couple of places that you can specify the title in the browser
    title bar. One is in File > Project Settings, where you enter
    the project title. If that field doesn't already say "Price
    Management Procedures," change it and generate your output to see
    if that fixes the problem.
    If you're using context-sensitive help, the problem may be
    somewhere else, but we'll get to that if the above doesn't work.
    Post back and let us know.
    Hope this helps,
    Ben

  • How to Rename the technical name and description of an infocube?

    Hi,
    How to Rename the technical name and description of an infocube?
    Thanx in advance,
    Ravi.

    Ravi,
    You cant change the Technical name of the cube but you can change the description of the Cube. If you want to have a Cube with the same properties and with different Techname and Description better you do copy from the base cube and rename as per your requirement.
    Regards,
    Gattu.

  • I have Keynote 6.2 and when my Mac Pro is hooked to a projector I cannot get the presenter notes to show on the computer screen and not on the projected screen. Any ideas?

    I have Keynote 6.2 and when my MacPro is hooked to a projector with a slide presentation I cannot see my presentation notes on the computer screen and not on the projected screen. Any ideas?

    Somethings obviously gone wrong with your installation of Keynote.
    Try this repair for Keynote 6.2,  ensure you complete all the tasks and in the order shown:
    1  delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application
    2  empty the trash:  Finder > Empty Trash
    3  Shut down your Mac, wait 30 seconds, then hold down the Shift key while pressing the power button
    When you see the grey Apple symbol and progress indicator (a spinning gear), release the Shift key.
    If you are prompted to log in, type your password, then hold down the Shift key again as you click Log in.
    4   Let the Mac fully boot up, it will take longer as the OS is repairing the drive
    5  when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive then First Aid tab and click  repair disc permissions
    6  when complete, restart the Mac normally, Apple menu > Restart
    7  install Keynote from the Mac App Store
    let us know if this helped

  • I would like to share my photo's titles and descriptions in the photo streams into which I place these carefully labeled photos. I do this so clients can see the names of the things they're swiping through. Is this even possible?

    I would like to share my photo's titles and descriptions in the photo streams into which I place these carefully labeled photos. I do this so clients can see the names of the things they're swiping through. Is this even possible?

    No.  Send a feature request to Apple via http://www.apple.com/feedback/iphoto.html.
    OT

  • Are "working copies", "project files" and "editing files" the same thing?

    Hello.
    I have just joined the Adobe Forums as a newbie starting right at the bottom. I am still unfamiliar with the terms "working copies", "project files" and "editing files".
    I wonder if someone will help me to know the difference between these terms.
    I have just started the Dreamweaver tutorial, "Creating your first website, Part 1: Set up your site and project files" (http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.htm).
    The tutorial read, "You've now defined a local site folder for the Check Magazine site. This is where you keep the working copies of web pages on your local computer.".
    Are "working copies", "project files" and "editing files" the same thing?

    Murray *ACP* wrote:
    Why would the raid level make any difference at all?  My data files are all stored on a RAID 4 system and seems to do pretty well.
    Murray *ACP*,
    If I may elaborate on this,
    being completely new to Dreamweaver, my reason for having wondered whether it would be a good idea or a bad idea to have these files on disks that are in RAID 0, was because the term project files in the Dreamweaver Tutorial had me thinking of Premiere Pro project files and the performance increase working with such project files in a RAID 0 setup, which (provided there is backup) is especially beneficial if you have large or complex projects, long time-lines and a tight deadline,
    especially considering that as fill rates of disks go up, and as the number of disk activities on a disk go up, performance goes down, sometimes by 50%, and that the more tracks you have in your project, the more strain is put on your disk, and the more applications you have open, the more your pagefile is used, especially on systems with limited memory.
    Therefore, as RAID 0 offers the best performance increase over a single disk,  I immediately thought of the concept of project files related to Premiere Pro when I came across the term project files in the Dreamweaver Tutorial, being unfamiliar with the definition of project files in Dreamweaver world, hence my need to define project files related to Dreamweaver with reference to disk setup and file management.
    However, if I understand correctly, my conclusion is that RAID 0 is not necessary for Dreamweaver project files, since the local site is not disk intensive, unless you have a huge website to build ?
    Also, if I understand correctly, in website design, you want to minimize local files and use your hosting company to store and retrieve info from ?

  • AE what are those things that turns on and off in the Project

    AE what are those things that turns on and off in the Project

    I had was $1,000 credit in September of 2014.  In October, I called Digital Juice, because I had a stroke 25 years ago and I told him I would be foolish to give up $1,000 and join Platinum Account.  He agreed with me. He then said why don’t you join Platinum Account, and he can update the $1,000 to the account.  I said, OK.  Then about January 2, $1,000 was in the Platinum Account.  I am starting to do some Wedding videos, and I just noticed that the $1,000 credit wasn’t there. What happened to my $1,000?  Oh by the way, your Update Status only goes back to December and not back to July.
    Rich
    "Todd_Kopriva" <[email protected]> said:
    AE what are those things that turns on and off in the Project created by ( https://forums.adobe.com/people/Todd_Kopriva ) in After Effects - ( https://forums.adobe.com/message/7122815#7122815 )
    I don't understand the question. Please explain in more detail.

  • My moms computer died we are putting the old drive into the new computer as a slave drive. how do I transfer all the bookmarks, user names and passwords from the old drive to the new drive?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/889318]]</blockquote>
    Hello,
    Sorry if this posted twice I am NEW. I thought I could just go back to what I typed and add to it. Mom had a computer it died they are putting in the old drive on the new computer as a slave. What are the steps I need to do to transfer ALL the bookmarks, user names and passwords onto the new computer. We will have 3 desktops do we have to do the same steps on each desktop? I do not want to re enter all the user names and passwords on the new hard drive. Old computer was Windows XP the new computer is Windows 7 Kathryn Schwartz

    Duplicate - https://support.mozilla.com/en-US/questions/889318

Maybe you are looking for

  • Error 8 occurred at Invoke Node in AB_EXE.lvclass:Build.vi- AB_Build.lvclass:Bui

    During software build to make exe file, I got the following error message: Error 8 occurred at Invoke Node in AB_EXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_FRAMEWORK.vi->AB_Item_OnDoProperties.vi->AB_Item_OnDoProperties.vi.Pro

  • Create application server moves files from i drive to c drive?

    Hello, my set up: windows 2003 sql server 2008 peopletools 8.51 application FMSC 9.1 PS Home on I:\TFS91 While setting up a demo system for FMSC 9.1, I noticed that the application server and process schedulers are being created on the C: drive. This

  • RFBIBL00 smaple program

    Hi, I want to use this program in my own Z program. Can someone provide me the step-by-step procedure (How file will be created and sent to Application Server etc) to use this program and as well as sample program for this. I have already read the he

  • Availability reporting or EWA availbilty data

    Dear all, I need some information about the availabitliy report of a system, urgently.  In my EWA report , the availability of a particular system is showing as 40%, but my system was not down. I do understand the availabilty report calculates the av

  • Cfoutput and Paging

    Hi all, I am trying to setup paging for a product catalog. I have setup startrows and maxrows in my cfoutput query and it works great, but how do I make it so it pages? (i.e. paging through with a next, back or even numbered list). I am looking for a