Workflow attachment link issue

Hi Friends,
We have a query-
An attachment is sent in workflow to a person.
There are three reminders to the manager but he misses all and now when he looks into the workitem he can see the workflow but when he clicks on the link for an attachment(attachment is displayed as link) he is not able to open the page for attachment.
Can you tell me what may be problem or how to rectify the problem.
Please note that the workflow can still be seen in process but the reminders are missed, the only problem is with attachment link which cannot be opened by user.
we can see the attachment in R/3 but not on portal why is it only for 1 user.
Awaiting your response at earliest.
Regards,
Ameet

Hi,
Try out Tcode SWUI_VERIFY there are sample workflows which may help u to get the answer as I got the same from there.
Regards,
Ameet

Similar Messages

  • MIRO Workflow: Attachment link not opening

    Hi guys.
    One of my users can execute transaction code MIR4 to display a MIRO invoice.
    But when it comes to workflow, they CANNOT display the Invoice when they click on the attachment link. What I know is the method in the workflow calls transaction code MIR4 to display the invoice.
    Does anyone know what the problem is or what other authorisations or roles this user should have?
    Regards.

    Hi,
    If the perticular user is able to view the Invoice through MIR4 directly Not through the workflow
    means,
    if this problem is facing a single user
    Please check what roles has been assigned to that perticular user , their might be authorization problem .
    If this problem is facing all the users means please check whether your are facing correct Invoice no or not.

  • IProcurement attachment link issue

    Dear friends,
    I have an requirement where in iProcurement attachment link(If URL/web page) is opening in same window and if attachment is .txt or .pdf then its working fine and opening in a pop up window.
    Here I have to make changes for attachment link(If URL/web page)..it should open in a pop up or separate tab in IE.
    Here what I have done...
    I created a new table column and create duplicate of original column but with link item and trying to add a JAVA SCRIPT to open new pop up....now its working but here the issue is its working fine for the attachment of type URL/webpage but not working for doc attachments.
    Here my idea was to create a duplicate of ORIGINAL column with link ITEM and attache JAVA script then hide the Original one.
    Could any one suggest if I am heading towards wrong direction or right? or any approach to solve it.
    Yes we are in 11i instance.
    Regards,
    Prakash 

    You need to add entity map, this is precisely required if you have to fetch back the attachment.
    in entity map, provide Entity name ... (for convenience, put it to be same as your table name)
    Add Primay key, specify the view attribute ...which eventually gets saved as PK1_VALUE in attachment purpose.
    (this provides the link while retrieving attachments )
    Optionally you can add category map to entitymap...just specify category as MISC.
    Repeat the things above for second page, where you want to display attachments.
    Depending on your requirement, you can set Insert allowed, update allowed, delete allowed options in Entity map to false.
    and you are done!!!
    Thanks,
    Hrishikesh

  • UWL detail iView for workflow --- removing attachment link

    Hi All,
    I have implemented the UWL iView and it is working fine. Now I have a requirement where in I have to remove the attachment link that appear in the UWL iview.
    Is it possible ? If it is then please let me know how ?
    Thanks
    Ritu

    Hello Markus
    is it possible to remove the link ONLY for certain tasks? There is a suggestion here: Re: Disable attachment in preview of UWL : possible ?, but it is not working (can't see any task to  choose under "object visualization").
    Do you have an idea?
    Kind regards
    Bettina

  • Workflow - Send email with transaction attach or transaction attach link

    Hi,
    I need to send an email from a WF process to an Outlook/LotusNotes account, this email must have a transaction attach or a transaction attach link.
    How I do this?
    Thanks,
    Jhonny

    See the documentation for report program RSWUWFML2. Also search this forum with the program name. This has been discussed a few times before.
    Cheers,
    Ramki Maley.

  • Object visualization to open attachment link in UWL decision task workitems

    We are using Object Visualization (in t-code SWFVISU) to open an I-view when you click the attachment link in decision task workitems.  I sort of have this working.  My issue is that I need to pass parameters to the I-view.  I'm not sure how to do that.  I've seen some documentation on dynamic parms in SWFVISU (DYNPARM) but I don't see that option (maybe we are on an older version).  Maybe we can via XML files?  I've done Task visualization and edited xml files but I'm not sure if we can do similar code for object visualization.  Does anyone know how to do this?   Have any samples/documentation?
    Thanks,
    Matt

    Hi Matthew,
    Check if the following links help you:
    /people/raja.thangamani/blog/2007/03/27/bsp-with-workflow-part-i
    /people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist
    Problems with bitmaps and tables on the visualization
    /message/6725781#6725781 [original link is broken]
    Re: WD java application in UWL link has authentication problems !
    Regards,
    Saumya

  • Add Attachment link doesn't open attachment window

    I'm trying to debug a custom page, written by someone else. It's in the recruitment module, and delivered subpages HRS_CE_A_RES_SBP and are included to allow attach/view/delete of attachments.
    When the Add Attachment link is clicked, it should open a window that lets the user enter a filename or browse, but on this custom page, nothing happens.
    Because the delivered code is unmodified, I suspect that there is some setup that hasn't been done. The component does contain table HRS_APP_ATTACH, which includes subrecord FILE_ATTACH_SBR. The component also contains record FILE_ATTACH_WRK.
    Can someone suggest my next step? Thanks.
    Mike
    HCM 9.0, PTools 8.49.20

    Generally Add attachment issues are enountered while setting up new regions for the reason URL not updated while setting up new region.
    In this table PSFILE_ATTDET a row is inserted temporarily with Oprid and deleted once the specified file is trasferred mentioned url successfully.
    Example: AddAttachment(&URL_ID, &ATTACHSYSFILENAME, &FILEEXTENSION, &ATTACHUSERFILE, &FILESIZE)
    works when &ATTACHUSERFILE =file-name and &URL_ID=gerurl(url.urlname) are given properly.Please check these parameters.

  • ABAP OO sales order object - how to attach link to VA03

    I'm trying to build workflow using ABAP Objects instead of BOR. I created custom object for sales order according to blog "Getting started with ABAP OO for Workflow using the IF_WORKFLOW interface". It works correctly in my workflow but I would like to attach link to "browse sales order" (VA03) to workflow step. When using BOR I can attach link my binding BOR objest to AdhocObjest step container element. The same way does not work for ABAP OO object. The error message is "The object categories 'CL' (source) and 'BO' (target) are not compatible".
    Is there any way to add this link to attachments when sales order object is OO not BOR?

    At least make sure that you have a default method 'browse' in your class. I mean that make a method for "displaying" or "browsing" or whatever you want to happen when you click the object, and make it default. OR actually if I remember correctly there is a default method existing already, but put your code to there.
    Also try this:
    -Create a container element of type 'sales order' into your task
    -Bind the sales order object from workflow to the the task
    Regards,
    Karri

  • Enable attachement link in Purchase requisition approval WF

    Dears ,
    How to enable attachment link in purchase requisition approval wf ,??

    hi
    In the workflow, you need setup the agent assingment(i.e organizationlal roles)

  • Workflow attachment Displayed differently in different SAP User Id

    Hi
    I have a very strange issue with Workflow attachment. When I open the attachment from One user it is showing the correct attachemnt and with another user it is a complete different attachment. Please note that it is happening for a set of users only. There might be settings that is causing or some refresh that is not taking place for the set of USER Id: Please note that I am doing it in R/3
    Thanks
    Arghadip

    Hi,
    This can probably happen due to two reasons firstly Authorisation issue, secondly it could be some user parameter setting.
    BR,
    Prashant.

  • Missing workflow history link of "In Progress" workflow!!!

    I recently get complaint from customer that they lost their "In Progress" workflow history link on documents.
    I searched on internet and found that "Workflow Auto Clean" job will remove only "Completed" workflow link for document.
    So Why SharePoint has removed workflow history link of "In Progress" workflow? and now any work around to get it back because there are approx. 100 document's which running workflow history is missing.

    The issue is caused when migrating from 2010 to 2013. Microsoft’s upgrade process seems to have missed an update required to the Workflow History list, and the following powershell fixes it, with the key being the .SystemUpdate($false) on each item in the workflow
    history list:
    $url = 'http://mysite/myweb' #todo: update powershell to loop through all sites
    $site = new-object microsoft.sharepoint.spsite($url);
    Write-Host $site.allwebs.count
    $web=$site.OpenWeb();
    $spListColl = $web.Lists
    foreach($list in $spListColl)
    if($list.Title -eq "Workflow History")
    foreach ($listItem in $list.Items)
    $listItem.SystemUpdate($false)
    Write-Host "Updating Items Done"

  • How to find the count of attachments done before submit in Attachment Link?

    How to find the count of attachments done before submit in Attachment Link?
    Does anybody know how to find the count of attachments done in Attachment Link item type before Submit.
    My requiremet is to display the count of attachments done by user used in Standard Page before he submits the page.
    Any help would be appreciated.
    Thanks.
    CO.java
    OAMessageAttachmentLinkBean oalink = (OAMessageAttachmentLinkBean)webBean.findChildRecursive("Attachments");
    oalink. count ?

    I have the same issues! any body can help this issues?

  • How display attachment links in a list view in SharePoint 2013?

    Hi all,
    I'm looking for a way to display attachment links in a list in SharePoint 2013. There are few resources online to achieve this in SP2010 and SP07. Your help is much appreciated.
    Thank you.

    Hi Ram Sampath:
    You can use Event Receiver and create another list(ListA) to record your attachment link.
    Maybe your process is:
    Users add list items and attachments
    List event will be fired
    Use Event Receiver to get attachment url and then Write into ListA
    You also can refer to the following web site:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/b693eb84-b846-4f0f-93c1-276cf931c746/how-to-get-attachment-in-itemadded-event-receiver
    http://stackoverflow.com/questions/19077770/how-to-retrieve-list-item-attachments-with-sharepoint-2013-event-receiver-in-cor

  • Attachment Link Not appearing

    Hello Experts,
    Attachment link button is not appearing on the toolbar, Can anyone know how to Activate that button.
    Thanks.

    Hello,
    check this link:
    Activate GOS business application for object PREL
    I hope it helps you.
    Regards,
    Pedro

  • Slow program response, crashes when creating titles and dynamic link issues

    Dear reader,
    I am now trialling Adobe CC OSX with Premiere Pro and After Effects before deciding to subscribe but I am experiencing a lot of issues while working.
    I am now working on an animation, but editing raw mxf files also gives crashes and slow responses/ program refreshes.
    1) Slow mouse response
    2) Slow program refresh while key framing visuals
    3) Rendering in PP is extremely slow when AE is open in the background, when closing AE and re-initiate the render in PP it renders super fast
    4) Crashes. When I overlay titles in my time line PP regularly crashes
    5) Dynamic Link issues when working combined in AE and PP where file connections in the time line get lost when the AE project has too many sequences
    I am curious to find out if other people are also experiencing these issues.
    I am indecisive in getting the paid yearly plan or move to FCPX instead? Or should I get a new MacPro and is this model too old?
    It worked fine 2 months ago, however I was still working on FCP7. After updating it is really bad working with it...
    My system consist of:
    MacPro mid-2010
    OSX 10.9.5 (13F34) (new installation)
    2x2,66Ghz 6-core Intel Xeon
    24GB DDR3 ECC
    Nvidia Quadro K5000, 4GB
    2x PCIe SSD 1TB
    2x HDD 3TB
    2x HDD 2TB
    Feedback is much appreciated! Best regards, Alexander

    this does work for basic colour correction but not when trying to grade an entire suqence to achieve a specific style, applying a vingette or certain effects have to be done in after effects.
    I want to try and get my whole sequence into after effects but preserve the edits and effects added in permier pro, is there any way to do this?
    rich

Maybe you are looking for

  • How can i use a component twice in the same movie clip

    Excuse me am a beginner in this as2 below is the script used: PeelIt is a component. /////////////////////////////////////////////////1st frame contains the below: PeelIt._visible = false; PeelIt.init(); PeelIt.Peel(); ///////////////////////////////

  • Problem by transporting the message mapping from PI 7.0 to PI 7.1

    Hi Everyone, by transporting the message mapping from PI 7.0 to PI 7.1 i have got the following problem. "Source code has syntax error: K:\usr\sap\E71\DVEBMGS00\j2ee\cluster\serve...... package udfpool does not exist import udfpool.*; i have used a U

  • My MacBook pro 10.5.8 won't load google or yahoo.  T

    My MacBook Pro won't load any google pages or Yahoo.  This happened after I backed Up Everything on an external hard drive. I tried resetting Safari, emptying the cache, deleting any cookies related to google, and as booting up with my Mac cd and run

  • Table of Contents Issue/Question

    Hi everyone, I hope I can put my question accurately into words.  I'm working on a 450 page product catalog in Indesign CS5 for the mac.  The catalog has 7 main sections, in which there are numerous smaller sections. I need to create a table of conte

  • Value help in freestyle

    Hi, I am trying to do value help in free style mode. I am using the following tag. <THTMLB:INPUTFIELD tag id = helpinputfield = helpoutput vield= value= Markup/Result  Please telll me what should I provide for value? Why sould we give in this format