Task Details Page show 'Attachments' section empty

hi,
Using Project Server 2013, when i click on any task in My Task page, it takes me to Task Details where i cannot see any link to Attachments i.e. Issues, Risks and Documents.
I have created & published a new project but problem still persists.
Kindly suggest, attached is a screenshot.

Unfortunately, that is not a feature.
the document associated with the Project Site "task" is a SharePoint list construct and is contained only in the SharePoint Project Site.
on the PWA pages, the Project and Project Tasks are Project Server items, and there is no two way communications on this particular level.
the wording is awkward, but the concept is right.  Sorry, no can do in out of the box.   AFAIK (disclaimer! :)
direct the users back to the project site to view documents.
hope that helps,
Thanks, Eric S. Pcubed

Similar Messages

  • How to add custom link or button to task details page to open a different t

    Dear All
    In HumanTasks Workflow, On task details page, I want to add a custom link or button. Clicking on this link or button, should load a different task details page.
    The exact business usecase is like this:
    1. We have some human tasks with very detailed payload like about 100 attributes. When the task is submitted for Approval, we send notification emails. These emails shows the Task Details with all these 100 attributes along with standard Approve, Reject buttons etc. NOW in addition to this, we want to add extra custom button/link like Custom View. When we click on this buton or link, it should replace the task details page with the Custom task details page contents. The reason is most of the managers/approvers access their emails on smart phones like iphones. So in these phones, seeing full task details (100 attributes) is very tedious. So we want to provide a simplified view of same task with very minimum attributes like about 10 with Approve, Reject buttons. Now this compact view details will have a button called Detailed View on click on which it loads details page.
    So we want to have 2 pages for a task:
    taskDetails1.jspx -> Has all 100 attributes with a custom button/link called "Compact View". Click on Compact View switch to below page.
    taskCompact1.jspx -> Has only 10 attributes with a custom button/link called "Detailed View". Click on Detailed View switch to above page.
    1. I tried implementing this using the VacationRequest sample where the payload is like creator, startdate, enddate, reason. I already have taskDetails1.jspx page, which shows this information in the email body.
    2. I want to add another button to taskDetails1.jspx so that when I click on it, I want to load a different page like taskCompact.jspx which has only say creator, reason.
    I already added a link and gave the url with parameters like taskId, taskContext etc which I got from bindings, but nothing is displayed when I click on custom button. The taskId, context values are comming correctly in the url.
    So bottom line, what is the URL that I can provide in the task details page, to load a different task details page contents. I want to pass other taskdetails jsp details.
    Please let me know, if there is any other approach to implement this usecase.
    Thanks in advance
    Ravi Jegga

    Hi,
       I am not sure if you can add your own custom buttons to the application tool bar because your table control is in a sub screen area in a standard screen so the menu area would be controlled by the standard screen and not the subscreen , but along side the table control you can give buttons for scrolling and handle the same in the subscreen if you check the FM EXIT_SAPLMEREQ_002 it has a variable IM_UCOMM which would have the ucomm set in the subscreen so here you can handle your user command to scroll on the table control.
    Regards,
    Himanshu

  • Task Detail Page

    I am trying to create a table in the task detail page of the human work flow .
    The table is not fetching the data.
    the table is displayed without any data.
    I created the table from a view object .
    the table is a read only table.
    Please help me.

    Not enough information here to help you.
    Do you see any errors when you are running the page?
    Does the View fetch data if you run the ADF BC tester (right-click run on the AM)?

  • Access denied when deploying task details to non-soa server

    Jdev 11g.
    I am deploying task details to non-soa server following this guideline:
    http://aseng-wiki.us.oracle.com/asengwiki/display/ATG/Deploying+Human+Task+Detail+Page+on+Remote+NonSOA+Server+In+Drop+7
    The error is:
    Access to internal workflow context is denied.
    Requested access to internal workflow context is not allowed according to security policy.
    Ensure that correct security policy is used. If the error persists, contact Oracle Support Services.
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createTaskDisplayInternalWorkflowContext(VerificationService.java:995)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread$1.run(TaskFlowDeployerThread.java:318)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.getInternalWorkflowContext(TaskFlowDeployerThread.java:311)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:232)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.run(TaskFlowDeployerThread.java:113)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.security.AccessControlException: access denied (oracle.security.jps.JpsPermission VerificationService.createInternalWorkflowContext)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
         at java.security.AccessController.checkPermission(AccessController.java:546)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:339)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:266)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:363)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:399)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:422)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createTaskDisplayInternalWorkflowContext(VerificationService.java:988)
         ... 6 more
    May 28, 2009 2:37:18 PM oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.run> java.lang.Exception: ORABPEL-30515
    Access to internal workflow context is denied.
    Requested access to internal workflow context is not allowed according to security policy.
    Ensure that correct security policy is used. If the error persists, contact Oracle Support Services.
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:285)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.run(TaskFlowDeployerThread.java:113)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: ORABPEL-30515
    Access to internal workflow context is denied.
    Requested access to internal workflow context is not allowed according to security policy.
    Ensure that correct security policy is used. If the error persists, contact Oracle Support Services.
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createTaskDisplayInternalWorkflowContext(VerificationService.java:995)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread$1.run(TaskFlowDeployerThread.java:318)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.getInternalWorkflowContext(TaskFlowDeployerThread.java:311)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:232)
         ... 2 more
    Caused by: java.security.AccessControlException: access denied (oracle.security.jps.JpsPermission VerificationService.createInternalWorkflowContext)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
         at java.security.AccessController.checkPermission(AccessController.java:546)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:339)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:266)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:363)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:399)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:422)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createTaskDisplayInternalWorkflowContext(VerificationService.java:988)
         ... 6 more
    Any idea?

    I encountered the same error.
    Did somebody know how to solve the issue?
    Where our Gurus?

  • Send email button on task detail

    How do I disable the send email button on the task detail page?

    Check this thread:
    Re: removing of unused buttons on detail page.

  • Detail Page empty

    Hi There,
    I am creating a dynamic link from a news item in my index.php
    page. I have highlighted the field (in index.php) I want to use as
    the dynamic link to the detail page and used the 'go to detail page
    for PHP server behaviour'. This links to my detail page called
    'newscontent.php'. On newcontent.php, I have created a filtered
    recordset which filters by newsID (which is the primary key in the
    Mysql database). Using the simple recordset dialog, I did a test
    and entered in a test value for URL parameter: newsID. This works
    successfully and returns the appropriate records from the database.
    Therefore as things seem to be working so far, I have dragged the
    newsTitle and newsContent onto my detail page so that when the user
    clicks on the link in the index.php page, it will show the title
    and content in the detail page.
    However things are not working. In the newscontent.php, when
    I do live data view, nothing appears on the page (which is weird
    because the recordset works fine!!). Even when I view my index.php
    page in my browser and try and link to the detail page, it goes to
    the detail page no problem but no data is on the page!!! It is just
    empty.
    I must be doing something really daft, so if someone can spot
    a mistake in my strategy here, that would be much appreciated.
    dmlocke

    This seems sort of pointless to ask, but just in case??? You
    say:
    "I have highlighted the field (in index.php)" Do you mean
    "textfield?" Anyways, I would think that you'd want to use a
    dynamically populated menu which then pins the newsID using a URL
    parameter or session variable. Anyways, what I'm getting at is: You
    have somehow included the newsID chosen on index.php in the
    information that's sent to the detail page request and then used
    that to filter the SQL query that you already said work when you
    PERSONALLY designate a value, right?
    Good luck! Hopefully my query, will help you with your
    query!

  • OAF matester detail page : How to have a "Show All" feature on screen, so that all the master and details records are expanded .

    Hi ,
    I was trying to have a "SHOW ALL" feature on the master - detail page,
    the detail table is an advancec table.
    Please help me with inputs on how to have  "SHOW ALL" feature,
    Currently, we have to click on  ":Show" for each record at master level to view the child data.
    Trying to achive "Show All" Feature so that on click of this the master records on the page 'Expands"  showiing all master records with respective detail records.
    Regards
    bhuvanm

    Hi,
    You should not set DetailFlag = "Y" in whereclause because there is no such record.
    Also detail flag is transient attribute and not the query column, hence the error "Invalid indentifier".
    I asked you to use DetailFlag as query column with static value "Y".
    for example:
    SELECT "Y" detail_flag
    FROM <table_name>
    This will display all the table records in expanded format. if you want it conditionally then use decode on some bind parameters.
    For example:
    SELECT DECODE(:1, "SHOWALL", "Y", "N") detail_flag
    FROM <table_name>
    This bind parameter should be passed whenever you want to execute query for the table.
    Regards,
    Sandeep M.

  • In Pages, How can I get headers and footers to show up on more than the first page of each section?

    In Mountain Lion, I considered myself a fairly expert user of Pages. Since "upgrading" to Mavericks, I can't get even basic things to work anymore. My current problem is that the headers and footers are only showing up on the first page of each section. A related annoyance is that if I copy the information in a header or footer, all the associated formatting disappears when I paste it. But the first problem is the one that matters — headers and footers that only show up on one page sort of negate the whole point of headers and footers.

    If you click the link I posted previously, it takes you right to the Pages community.
    Here >  Pages: iWork: Apple Support Communities
    Then click New.

  • What version of iPhoto.  iPhoto 11 9.4.3 (720.91) -  What version of the Operating System. OSX 10.8.3 -  Detail.  I Attach my camera and the fields where the photos usually show up are empty and at the top of the screen it says all photos from camera are

    What version of iPhoto. iPhoto 11 9.4.3 (720.91)
    What version of the Operating System. OSX 10.8.3
    Detail.  I Attach my camera and the fields where the photos usually show up are empty and at the top of the screen it says all photos from camera are downloaded. But they are not. They can't be.
    I fixed the problem somewhat myself by removing the miniSD and manually inserting it. It did not populate automatically. I had to open iPhoto and then it populated only the most recent photos I had taken which fortunately were the only ones I need. No error messages this seems to be a new occurrence.
    Is there a way to just turn iPhoto off and download my photos to the folder of my own choosing?

    Sure - in the iPhoto prefercences set action when a camera is ocnnected to Image Capture
    LN
    Note - your cute formatting really does not add anything and makes your post hard to read and follow - try straight typing with no cute formatting in the future

  • Not show the header on the first page of a section

    I am writing a manual that has about 7 chapters. Each chapter is its own section. I have been able to go in and create a header for each of these sections very easily. However, it's not quite clear how to NOT show the header on the first page of the section. For example, one of my sections is called "Personal Finances", so I have that in bold a the top of the page using Header 1. Because I have that, I don't also need "Personal Finances" showing in the top right corner in the header.
    How can I make it so that it won't show on the first page of each section?
    Thanks!

    How can I make it so that it won't show on the first page of each section?
    In the "Layout Inspector" under the "Section" tab, check the "First page is different" option while one of that section's pages is active/selected/displayed. Then add or delete the header as may be needed so that first page of section does not display the header and all other pages in the section do display. (I.e., what you specifically have to do here depends on whether or not you are already on the first page of the section when you make the change to the display "switch" and whether you are starting with a blank or non-blank header.)

  • Issue with 'Show approval controls in task details only' in Human Task

    Hi,
    In human task, for the approval controls / outcomes to be displayed only in the task details (Not in the task summary, actions menu), the below option was selected and it was working perfectly in SOA BPM worklist application (11.1.1.5.0). But when we migrate to 11.1.1.6.0, this was not working...
    Option to be selected: .task > Assignment > Configure Assignment > Assignment > Show approval control controls in task details only.
    We are anyhow planning to test in 11.1.1.7.0 also, but do anyone knows why its not working in 11.1.1.6.0?

    I'm facing the same issue in 11g PS5. Any update on this?

  • Governer limit for inserting a Custom section in detail page of SOD

    HI,
    I want to insert multiple custom section in detail page of Siebel on demand objects.
    What is the governer limit for insertion of the Custom sections?
    Thanks
    Yash

    Hi Sean,
    I am sorry for your confusion. Yes, your understanding is correct.
    I tried to add manually and i got the result as 'There can be at most 25 custom web applets in a detail page'. Is this correct?
    Thanks
    Yash

  • BPEL Human Task: how to remove task details section from notification email

    This is concerning the human task component of SOA Suite 11g. Upon task assignment, the assignee receives an email notification with an administrator configured text. Below this text the task details are automatically added. How can this be removed? Marking the notification as 'secure' also removes the administrator configured text. But that I'd like to keep. Only the automatically added task details section needs to go. Any hints?

    This configuration is available in the following navigation. Workflow Administrator Web Applications > Oracle Applications Manager > Workflow Manager > Service Components > Workflow Notification Mailer > Edit > Advanced > Message Generation section > Templates. You can refer to the "Oracle Workflow Administrator's Guide" > "Modifying Your Message Templates" for more information.
    Please note that this applies to ALL the outbound notifications, not specific for Purchasing notifications.

  • Show invoice rows on the Notification Details Page

    My problem is that I want to show all invoice rows on the Notification Detail Page but I don´t want to define an attribute for each row because I don´t know how many rows it is on the invoice(it could be 1 or 100 or more).
    I have made a solution for 10 rows. I have defined a message with 10 message attribute and in the HTML Body I specify all 10 rows with its internal name.
    How to make it to avoid defining all rows? Anyone having an idea?
    Regards Sofie

    Thanks for your answer.
    I will explain little more about my problem.
    I have 6 different values that should be presented on each row, like this:
    2451 7801 0 0 34 USD
    In version 2.6.2 I added all these values with an appropriate number of   between the fields and put them in an attribute. Now we have upgraded to 2.6.3 but the html code is parsed different. So instead of space I get   in plain text like this:
    2451      7801       0 ....
    I tried to use an html table, but I get the same thing there. I put <td> - elements around the different values but get &lt;td&gt; instead of <td>.
    If the html code have been parsed on the same way as it did in 2.6.2 I could have put all rows in one attribute as you suggested but now I don´t know how to make it.
    Now I can´t have the 6 individual values in one attribute because I can´t format it as I want.
    Any idea?

  • Could show more columns at detail page?

    we are new at html db, there are a few of questions we need to clear before we make decision to use HTML DB to develop our next version of application: (I seperate them at differenct topics).
    * By click link at query result page (table may has 5 columns), could show more columns at detail page (may 10 columns) with editable mode?
    Thanks
    Lei

    one way to do this would be to have your link take you to another similar looking page in your app that's an updatable report for the 10 columns you need. you could use our "tabular form" wizard to create that updatable report (if your tablular form is going to joining multiple tables, you might need to create an updatable view on the tables and build your form off that. you could also build that tabular form yourself. we have a how-to doc, "Build tabular forms for multi-row operations", for that at http://otn.oracle.com/products/database/htmldb/howtos/index.html ).
    regards,
    raj

Maybe you are looking for

  • Upgrade HR component after EHP4 upgrade

    Hello, Recently we did a upgrade from R/3 4.7x110 to ECC 6.0 EHP4 using CUUC method. For EHP4 in the MOPZ we selected some 5 usage types where HCM self services or Self services (XSS) was not selected. Now after the upgrade we hav SAP_HR in release 6

  • Using search in Acrobat 9 Pro Extended

    Hi and thanks for any help in advance as I am pulling my hair out. I have many technical wiring diagrams that I often have to find a wiring color label in. this is very difficult with just my eye as the print is small and labels are only two letters

  • Controlling parent movie from a loaded movie

    > This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --B_3264494197_595630 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Hi! I have a

  • [REQUEST] GTX 660 GOP VBIOS

    Good morning(or afternoon, evening) I am in need of a VBIOS update  Here is my serial number: Here is my bios: h t t p ://www.creativejunkie.co.za/11C0.zip Let me know if you need anything else Thanks!

  • How do I add a management agent - mixed environment

    I'm running a mixed bag of 8.1, 9.2, and now 10.1 databases; mostly on Solaris 8. I've installed OEM 10.1 on WinNT, and it does a fine job of monitoring itself, but I'd like to add a management agent on one of our Solaris boxes. Our Solaris boxes hav