Personalization Issue in Task Summary Page

My client is trying to add a new column in the Cost Details table in the Task Summary page (Under Project Performance Reporting in PJT) through personalization. They are on 11i.PA.RUP3 (Screen shot in the attachment).
They have an extended VO which basically is based on the standard Oracle VO with few additional attributes. My client is able to add the column, view the data which was displayed but that newly added column does not appear in the list of available columns when they try to create a personalized view either by duplicating the seeded views like ITD and PTD or from the scratch.
This works absolutely fine in R12, but in 11i, we are having this problem. Does any one can comment, if this is a bug in the product? or is there any patch already available for this?
Many thanks,
Devasish
[[email protected]]
Edited by: user11268976 on Aug 28, 2009 10:06 PM

Ranjit,Thanks for your reply.
I am also facing this same issue.
I just want to know that if userA creates one view,Can userB see this view which is created by userA?
Because in our case what happens when we click on Personalize button,we can see 5 views and all r not able to update.
but when we got from Functional Administrator responsibility and search for this page and Click on User Seeded Views,we can see only 4 views and all are updatable.
I just want to know how can we delete/update fifth view which is only we can see when we click on Personalize button?
Regards
Hitesh

Similar Messages

  • View Budget (Task Summary) details

    Hi,
    I was looking into View Budget (Task Summary) page. I created a view and selected
    Supplier Invoices Commited Cost, Purchase Orders Commited Cost, Other Commited Costs, Total Commited Costs columns. I wanted to know technical details about these four columns. Im trying to find the page, Controller , View objects.
    Thanks,
    Satya

    Hi,
    I found the Controller and View Object for Hgrid Task Summary which displays cost and effort information.
    VPBudgetTaskSumHgridVO.xml
    VPTaskHgridCO.class
    VPBudgetTaskSumAM.xml
    when I was looking into the committed cost logic, I noticed in VPBudgetTaskSumHgridVO.xml the query
    SUM(actual_mask * sup_inv_committed_cost) sup_inv_comm_cost, -- Supplier Invoices Commited Cost
    SUM(actual_mask * po_committed_cost) po_comm_cost, -- Purchase Orders Commited Cost
    SUM(actual_mask * pr_committed_cost) pr_comm_cost,
    SUM(actual_mask * oth_committed_cost) oth_comm_cost, -- Other Commited Costs
    SUM(actual_mask * (sup_inv_committed_cost + po_committed_cost + pr_committed_cost + oth_committed_cost)) tot_com_cost,  Total Commited Costs
    TO_NUMBER(NULL) tot_com_cost , -- Total Commited Costs
    though the total committed cost was hard coded to null and commented the actual logic here, in row class the logic was implemented as
    CommonUtils.divide(CommonUtils.add((Number)getAttributeInternal(112), CommonUtils.add((Number)getAttributeInternal(113), CommonUtils.add((Number)getAttributeInternal(111), (Number)getAttributeInternal(114)))), FACTOR);
    And calculation of committed cost depends on actual_mask
    as TO_NUMBER(DECODE(fct.plan_version_id, -1 , 1, NULL)) actual_mask
    I have couple of question,
    what this plan_version_id and why considering only -1 for actual_mask
    And, actually I was looking into task summary for Approved Budget Type but the plan_type_id is stored as -1 at the backed pji_fp_xbs_accum_f table for the project I was looking.
    And also in the same table pji_fp_xbs_accum_f the values for sup_inv_committed_cost, po_committed_cost and oth_committed_cost is null for the project.
    if anybody having any clue about this, please let me know.
    Thanks,
    Satya Nooker

  • Issue with displaying summary in the Page Bottom

    Hi Friends,
    I have an issue with displaying summary in the page bottom. for this i am using command BOTTOM and ENDBOTTOM in Main Window.
    I designed 2 pages are First and Next, in the first it displays PO Header details and Item details in the Main window and also Item details continuious in the Next Page also.
    If the lines are enough in Bottom then it displays the summary. But if the lines are not enough in bottom then it does not trigger the new page, so that it doesn't displays the Summary in Bottom.
    for ex: Total lines of the page 50 and Bottom required 15 lines. In the next page contains upto 35 lines, it triggers the Bottom.
    But if the lines are more than 35 and below than 50, it does not trigger the new page so that it does not shows the bottom.
    Please help me on the same, this is very urgent.I will give a rewatrd if it is helful.
    Regards,
    Subbarao

    HI,
    Try with printing the bottom data with Protect and ENDPROTECT along with your Bottom and endbottom.
    Eg: Protect
    bottom
    text
    endbottom
    endprotect.
    Regards,
    Venkatesh

  • Can we do multiple blog summary pages instead of "go to archive"??

    Hello,
    I have about 50 blog entries in my iWeb blog. I have 15 loading onto the first page. Any more really slows the front page loading times a lot. The only way to see the other blog entries is to click on "go to archive" which just shows a simple text list. Is there a way to have many summary pages of blog entries so a blog reader can click on "next page" and see them, much nicer than just seeing text titles in a list.
    -Josh

    I am having the same issue. 50 looks like the limit.
    I have made a new podcast/blog page for newer work, leaving the old stuff up on the already existing pages. Maybe you can just retitle all your pages by year, and just keep adding new ones as necessary.
    The other problem I have is, that iTunes only lists entries visible on the Home page. So if I choose to feature only the newest podcast, it will be the only one that is catalogued by iTunes for download in the iTunes store.
    This forces me to list every episode on the main page, which looks crummy, and basically eliminates the need for an "Archive" altogether.
    Why doesn't iTunes use the iWeb generated Archive for this, or am I missing something major here?

  • OAF Tutorial Extension - To add Site Name in Purchase Order Summary Page

    I have gone through all steps for adding Supplier Site Name for Purchase Order Summary Page. It works but seems it shows SiteID instead of Site Name.
    The main instructions says
    Step 2.3 Create Your New View Object (VO)
    Make a copy the PoSummaryVO query statement before you begin creating your new VO. Expand the oracle.apps.fnd.framework.toolbox.tutorial.server package in the Navigator pane and edit PoSummaryVO. In the View Object Editor, select Query to display the query statement for this VO. Make a copy of the query statement.
    Create a new VO, named <YourName>PoSummaryVO, that extends oracle.apps.fnd.framework.toolbox.tutorial.server.PoSummaryVO.
    Create the VO in the <yourname>.oracle.apps.fnd.framework.toolbox.tutorial.server package.
    Add the oracle.apps.fnd.framework.toolbox.schema.server.SupplierSiteEO entity object. Leave the Read Only and Reference checkboxes checked. We are going to use this entity object only for read-only purposes.
    Add the SupplierSiteId and SiteName attributes from the SupplierSiteEO entity object.
    Paste the query statement that you copied from PoSummaryVO into the query statement field for <YourName>PoSummaryVO. Now append the following SQL phrases to the copy of the PoSummaryVO query statement to compose the query statement for the <YourName>PoSummaryVO.
    SELECT ...,
    SupplierSiteEO.SUPPLIER_SITE_ID,
    SupplierSiteEO.SITE_NAME
    FROM ...,
    FWK_TBX_SUPPLIER_SITES SupplierSiteEO
    WHERE ...
    AND SupplierEO.SUPPLIER_ID = SupplierSiteEO.SUPPLIER_ID
    Step 2.8 Personalize the UI to Display Your New Attribute
    Rebuild the ExtendLab project and make sure you have no errors.
    Run the <Yourname>PoSummaryCreatePG.xml page with personalization turned on (see Personalizing Your Pages and Portlets for more information on how this is done).
    Select the Personalize Page global link.
    In the Choose Personalization Context page, select Page: <Yourname> Framework Toolbox Tutorial: Multistep Create from the Scope poplist and select the Apply button.
    In the Personalize Page page, check the Complete View radio button for the Personalization Structure. Expand the Stack Layout: Purchase Order Summary Region node, locate the Table: Purchase Orders Table entry in the page hierarchy and select the Create Item icon.
    In the Create Item page:
    Set the Item Style to Message Styled Text.
    Set the ID to SiteName.
    Set the Prompt to Supplier Site
    Set the View Attribute to SiteName
    Set the View Instance to PoSummaryVO1
    Select the Apply button
    In the Personalize Page Hierarchy page, locate the Table: Purchase Orders Table entry again and select the Reorder icon.
    In the Reorder Contents of Table page's Site list, move the Supplier Site item to be sequenced immediately after the Supplier item.
    Select the Apply button.
    In the Personalize Page Hierarchy page, select the Return to Application link. Now you should see the Supplier Site column added to the Orders Table as shown in Figure 1 (you should see your name in the page title).
    Note: We set the View Instance to PoSummaryVO1 and not <YourName>PoSummaryVO1. The BC4J substitution will take care of properly creating an instance of <YourName>PoSummaryVO1 at runtime in place of the PoSummaryVO1.
    It does not show site name, it shows site id after havig done personalization.
    Any idea why it would show site id and not site name.
    KD

    What I found is there are 2 variables SiteName and SiteName1, if you use SiteName1 then it shows proper value as a site description. I replaced SiteName with SiteName1 and it works. This might help to all who are like me and trying Tutorial example.
    I am not sure how many may have tried OAF - Tutorial examples. They are really complicated and not easy and in most cases they are not coming out in first try but if you really try then it will give lot of understanding.

  • Interactive PDF data summary page

    Is there a way to create an interactive PDF that can display a summary page of data gathered from the form field options selected throughout the Indesign'ed doc?

    Maybe. But it's not going to be an InDesign issue.
    Please post in the Acrobat forum. I think you'll get far more info there.

  • I am trying to reset my Apple TV.  Where to I find the Apple TV Summary page .  Thank you for your help. Gary

    I am trying to reset my Apple TV. 
    Where to I find the Apple TV Summary page . 
    Thank you for your help. Gary

    Thanks for trying to help
    I should have been clearer  My 3rd generation apple tv stoped working. Will not turn on. Battery in the remote changed, new and tested so that is not the issue. I am following the apple support directions to reset from a windows computer (directions from apple support page) and number 5 says to "clicl restore apple tv from the apple tv summary page"  which I can not find anywhere.
    any help would be appreciated

  • Font size too large on itunes summary page . Half the words are cut off.

    How to change font size on the itunes summary page? Currently font size is too large resulting in sentences being cut off.

    Did you increase the minimum font size?
    If you increased the minimum font size then try a lower setting (default is ''none'') as a too high value can cause issues like you described.
    Tools > Options > Content : Fonts & Colors: Advanced > Minimum Font Size
    Tools > Options > Content : Fonts & Colors: Advanced > "Allow pages to choose their own fonts, instead of my selections above"

  • ITunes not showing Summary page

    After a successful download of iTunes 8.2, I now have a relatively minor issue. Whenever I connect my Classic to sync, iTunes no longer shows the "Summary page." I'm sure there's a way to get to that "view," however, I don't seem to be able to find it. While my downloads have all been successful, I'm not able to make choices about manually syncing, etc while my iPod is connected. I have not noticed any other problems with the download, but it's still early days.

    Hi - I started out with a worse problem, that my iPhone (original model 8GB) would not sync after I downloaded iTunes 8.2 to my 2-year-old MacBookPro running 10.4.11. I got excellent help from suggestions in the thread at:
    "IPhone not found by Mac or iTunes"
    After running the fix there, my iPhone synched, but DID NOT SHOW THE Summary Page. I went to the regular iTunes Help menu, opened the Help file, and it said to "click on the iPhone icon" in the left side tool bar. I did, and the Summary Page opened and have not had any more problems since. Don't know if this simple fix works for everyone, but sure worked for me!
    Doug

  • Bounded-Task-Flow Page Fragment Control Flow Help

    jDeveloper: 11.1.1.0.2
    I am having an issue trying to figure out the correct way to use control flow cases between a bounded-task-flow with page fragments and an unbounded-task-flow page. We have taken the approach in our application to have a few shell / container pages to host bounded-task-flows made up of page fragments to facilitate re-usability and to speed up development. There are 4 or 5 shell pages on the applications unbounded-task-flow. As of now, we have about 20 page fragments that are implemented as bounded-task-flows. These fragments don't do much now, meaning there is only a single fragment in each bounded-task-flow. The issue I am having is trying to invoke a control flow navigation action from one of the fragments to load a different shell page.
    For Example, shellPage1.jspx contains fragment-flow-1 as a region. In my adfc-config.xml I have shellPage1.jspx and shellPage2.jspx, with control flow cases "toShell1" and "toShell2" respectively connecting the two pages. I have a link's action bound to the "toShell2" within the fragment that makes up fragment-flow-1. When the application is run, shellPage1.jspx and its fragment are displayed. But clicking on the link in the fragment ("toShell2") does absolutely nothing. It does not navigate me to the shellPage2.jspx as expected. What am I doing wrong here or do not understand?
    If the fragment is included as a JSP include, and not a bounded task flow include, everything works as expected. This is not desirable as we then need to copy the fragment's pageDef into the shellPage's pageDef to get the DataControls to function.
    If the faces-config.xml is used instead, and a JSF navigation case is used, it will also work as expected. This is not desirable because we really don't want to be mixing adcf-config and faces-config.
    So I am really stumped here.... Thanks in advance!

    Hi there:
    In your case, the adfc-config.xml has the control flow case between shell pages. And the task-flow-N.xml or your-task-flow.xml for each page fragment by default doesn't inherit control flow case from their containing shell page. In your case, in the page fragment task-flow.xml, you should add a "Parent Action" to flow to shell page2 for example. The outcome of "Parent Action" would be "toShell2" if calling from ShellPage1 page fragment.
    Is this 'Correct' or 'Helpful' for you? Please mark it as so if it does.
    Good luck,
    Alex

  • Report Designer - Summary page based on 3 queries with dynamic hierarchy?

    Dear All,
    I am trying to build a workbook based on 3 queries with a summary page that pulls in the query data into one page.
    Each query is based on one key figure that is split by profit centre hierarchy.
    i.e.
    Turnover
    -Profit Centre Node A
    -Profit Centre Node B
    -Profit Centre Node C
    > Profit Centre C1
    > Profit Centre C2
    The user can dril-down into each query at whatever level of the PC Hierarchy they wish.
    My issue is trying to structure a dynamic summary page that pulls in all rows from the individual queries regardless of the number of profit centre hierarchies contained in each. i.e. The summary could have 5 PCs for queries 1,2 & 3 in one execution, but then 10 for all queries in another execution.
    Question:
    Can report designer be used to make a dynamic summary sheet that will capture all rows from the individual query? or would an excel macro summary be the only way of doing this?

    Hi Ingo,
    After much testing and looking into trace etc. we have got this thing to behave as desired. Basically, following two things,
    - no reference to CR Dynamic Hierarchy variable on report. There were places where this parameter was being refered and causing grief. We tested with brand new report.
    - making sure that on query Cost center restriction is placed in Characteristic Restriction area of Filter tab of query, as oppose to default value area filter tab.
    With above in place, the published report in infoview behave as desired, i.e. proper hierarchy structure in cost center prompt and group tree and only desired nodes showing on report.
    Thank you for all you pointers
    Regards
    IMS

  • Opening a Specific Tab for each Navigation to Summary page.

    Hi,
    My JDeveloper version - 11.1.1.6.0
    I have a summary page with 4 tabs.( General Information, Design, Channels and Capacity).
    I have a table displaying list of entities. When I double click the entity, I open the summary page as a region.
    First time the summary displays the 'General Information' tab.
    Now I navigate to Channels tab.
    Now I double click another entity in table, The selected entity summary is displayed, but Channels tab is displayed instead of 'General Information' tab.
    Every time I would like to see the 'General infromation' tab by default.
    Please let me know how can I achieve this.
    Thanks
    Ravi

    I got the solution.
    I referred to the other forum post: panelTabbed - first tab selected on page load
    I implemented the logic in onPageLoad in summary task-flow init method.
    Here is the code:
                     RichPanelTabbed panelTab = (RichPanelTabbed) ADFUtil.evaluateEL("#{backingBeanScope.panelTab}");
                     if (panelTab != null) {
                        List<UIComponent> childUIComponent = panelTab.getChildren();
                        if (childUIComponent != null && childUIComponent.size() > 0) {
                            for (int i = 0; i < childUIComponent.size(); i++) {
                                 if (childUIComponent.get(i) instanceof RichShowDetailItem) {
                                     if (i == 0) {
                                         ((RichShowDetailItem)childUIComponent.get(i)).setDisclosed(true);
                                     } else {
                                         ((RichShowDetailItem)childUIComponent.get(i)).setDisclosed(false);
                     }Thanks for the inputs.
    - Ravi

  • JVMD Incidents still showing up in summary page.

    I'm hoping that JVMD starts using monitoring templates soon but until then we have to set thresholds individually. Since this is the case I have disabled incidents and alerting for them however I have some incidents that keep popping up in my summary page. Anyone have this issue with JVMD and how to fix?

    So there are no newly created incidents. As we talked about yesterday with changing the threshold didn't work either. That particular incident has not been re-evaluated since right before the threshold change. No clear option and I don't think there would be a benefit in adding that but a re-evaluate would be great.
    So, still stuck with these incidents. I tried to remove the jvmd target and now I think I'm worse off as the incident is still there but it says "Target ()"  Pretty sure I'm going to need to have something to delete these directly from the repos. Let me know if you have any more ideas.

  • Cpt 3 - quiz summary page falsely triggers 100% completion

    I'm experiencing a problem - I've noticed the quiz summary page falsey triggers to the LMS that 100% of the slides are complete when they aren't.
    I'm using Captivate 3 and Sum Total. I have a standalone quiz that is part of a curriculum where the current quiz is a pre-requisite for the next course - in other words, pass the quiz and continue, fail the quiz and you have to keep trying until you pass.
    After a bajillion different combinations, I have found what almost works. The course is set to "Complete/Incomplete" when a user views 100% of slides. The last slide is the "way to go" slide and is only reached when the learner passes. A failing grade goes back to the beginning and doesn't reach the last slide. The intent, according to our LMS admin people, is that a failing grade never completes the course/quiz.
    If I exit part way through, it shows as "incomplete" in the LMS - that is what I want. When you fail, you go back to the beginning - again, what I want. When you pass and you go to the last page, it shows as "complete", which is what I want.
    Here is the problem. When you fail and you find yourself at the quiz summary page, saying, "sorry, you failed", a learner will do one of two things - quit right then and there or click on the button to try again. If the learner quits right on the quiz summary page they get a "complete" message. In other words, regardless of the Quiz Reporting settings, Captivate 3 reports to the LMS that all slides are compete at the quiz summary page. You can add 15 blank slides afterwards and that doesn't matter. I've even put the "way to go" slide near the beginning with the quiz skipping it until it is branched back after a pass - but that doesn't work. For some reason, this one quiz summary page sends a message to the LMS that all slides are 100% complete. I've even removed the slide and put my own in its place but even the competion of the quiz triggers that all the slides are 100% complete.
    I'm at a loss. My deadline was yesterday and I need help!!!

    Hi Michael,
    Are you using SCORM 1.2 or 2004 ? Try both and let me know if you see the same result.
    There were some issues with reporting in Cp3 and were fixed with Cp4, so could you try your project on Cp4 or Cp5.
    Thanks,
    Deepak

  • Edit summary page

    The summary page no longer displays the first entry. The picture is overlapping the next entry and the text has disappeared. All entries appear on the archives page and behave properly. How do I get the first entry to appear on the summary page? Can't seem to find a way to edit it.
    See the issues here:
    http://web.me.com/crowleyvt/CrowleyPhotos_Blog/CROWLEY_PHOTOS_BLOG/CROWLEY_PHOTOSBLOG.html

    Try dropping a text box on the page with your © notice in it and drag it downward to lengthen the page.
    This works with a standard page but I don't know about the blog as I never use it.
    See this page for details of this daring maneuver ....
    http://www.iwebformusicians.com/WebMusic/Layout.html

Maybe you are looking for

  • Sent messages not saved in sent mailbox

    Lately some iCloud sent messages are not saved in the sent mailbox.  this is an intermitant problem.  sometimes msgs go to the outbox even though mail is on line; when they are eventually sent sometimes they do not make it to the sent mailbox.  I cal

  • DNG converted files will not open in Photoshop CS

    I'm attempting to use DNG converter on a RAW file from a Canon G9 camera. This camera was recently added to the list of cameras supported by Adobe Camera Raw. I'm trying to avoid spending 200 bucks to update PS CS to CS3. Additionally, my Mac is runn

  • Stuck on blue screen

    My MBP 13' was working perfectly fine all this morning and then all of the sudden I got the rainbow spinning thing and it froze up. I couldn't do the force quit or anything. It shut off on its own and when I re-boot it makes all the normal noises but

  • How to preview what HD- SD footage will look like

    Hi, I recorded a concert with 2 cameras: Canon XL1 SD (mini DV) Canon HF11 AVCHD I know that the end product will be in SD, but is there way to preview which camera's footage looks better in SD? The XL1 in native SD, or the HF11 from HD->SD? Thanks!

  • Help on failing RMAN backup please.

    I have setup a nightly backup with the following script. run { allocate channel oem_backup_disk1 type disk format 'd:\mad3_nightly_backups\%U'; backup incremental level 1 cumulative as BACKUPSET tag 'MAD3_CUMULATIVE_BA_040506080003' database include