Workflow task hyperlink with [%Current Task:Form_URN%]&Source= not returning to Source URL

I've successfully used the format [%Current Task:Form_URN%]&Source=http://server/site/list/mylist/allitems.aspx
in SP 2010 workflow emails to return the user to the All Items view of the main list, rather than to the task list, after completing the task. For some reason, this doesn't work in a 2010 workflow running on SP 2013. The user gets returned to the All
Items view of the task list, which I think is quite confusing. Any idea why this might be happening? I see no obvious difference between the two URLs that are produced in the different environments.
Thanks

Hi,
I understand that you use SharePoint Designer 2010 approval process workflow running on SharePoint 2013.
I try to reproduce the issues, however, everything works well.
In my on SharePoint 2013 environment, I can get the URL as below in the email body:
https://site2013name/_layouts/15/WrkTaskIP.aspx?List=a1a1c6c3%2D8235%2D4773%2Db4a4%2D20f548523582&ID=9&Source=https://site2013name
/Lists/test/AllItems.aspx
Then I open it in the Brower, after I approve the task, it return to the test list.
In my on SharePoint 2013 environment, I can get the URL as below in the email body:
http://site2010nmae/_layouts/WrkTaskIP.aspx?List=72d2f66d%2Db651%2D49ed%2D9851%2D89d4612ae739&ID=2&Source=
http://site2010name/Lists/customlist/AllItems.aspx
Then I open it in the Brower, after I approve the task, it also return to the customlist list.
Please make sure you open the task in the Brower using the URL in the email body. If you open the task in the Task list, then after you approve the task, it will return the task all items page.
Thanks,
Linda Li
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Linda Li
TechNet Community Support

Similar Messages

  • My windows 7 laptop with current itunes working will not recognize my ipod touch as new hardware/device. I tested my usb port, rebooted computer with and without ipod - no luck. Ideas?

    Mested usb port-oky windows 7 laptop with current itunes working will not reognize my ipod as a new device/hardware.  I have tested usb port-ok; rebooted with and without ipod plugged - no luck. Ideas?

    Not uncommon. Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • When trying to download it pops up with a window saying with current user i may not be able to do everything and is asking for administrater password or continue with current user? when i click current user it does nothing and i dont know the password

    when trying to download it pops up with a window saying with current user i may not be able to do everything and is asking for administrater password or continue with current user? when i click current user it does nothing and i dont know the password
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    Not from your end. Click here and ask the iTunes Store staff for assistance.
    (126716)

  • Source not found: The source attachment does not contain the source........

    Source not found: The source attachment does not contain the source for the file ClassLoader.Class
    Hey,
    I'm running eclipse Version: 3.2.2 Build id: M20070212-1330, on a Vista Home Premium Toshiba laptop. Everything was working fine before i installed the Java JDK 5 and JDK 6. Now all of sudden when i try to run one my programs that worked in the past i get the following error:
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Exception in thread "main"
    I'm not sure where to go from here...I've looked up a few articles that mention going into some system.ini files...etc... to make sure the variable are ok but i feel like i'm getting in over my head.
    Thanks in advance for your thoughts,
    Struggling to Run

    Ok...after I thought everything was going well enough.... problems are arising.
    Here's where I'm at and that will include how i got a "nano" error. After a lot of late night messing around I ended up installing a few important component that seem to have done some good. Firstly i installed j2sdk-1_4_2_18-windows-i586-p and ended up with a few good things. Windows was happy when i changed the path variables in the environment setting to point to the newly created c:\program files\java\j2re1.4.2_18\bin folder. This allowed me to start up eclipse properly and use some functions in CMD. In CMD when i use the command java -version it reads Java version 1_.4_.2_1_8. Next i installed the j2sdk-1_4_2_13 jre 1.6.0 environment and ended up with a new folder in C:\Program Files\Java\jre1.6.0 as well.
    with the two environments installed i thought i was ready fro the next step.
    I got started on eclipse and now that it was opening i was feeling good. Next i opened window --> preferences --> java --> installed jre's and i started adding things like crazy. My current list of comprised of many things which I'm certain should all be there at this point so I'll list them:
    j2sdk1.4.2_13 - C:\j2sdk1.4.2_13
    j2re1.4.2_18 - C:\Program Files\Java\j2re1.4.2_18
    j2sdk1.4.2_18 - C:\j2sdk1.4.2_18\jre
    j2sdk1.6.0 - C:\Program Files\Java\jre1.6.0
    jdk1.6.0 - C:\Program Files\Java\jdk1.6.0
    I've set the preferred jre to be set to jdk1.6.0 - C:\Program Files\Java\jdk1.6.0 and it seems to work for all of my programs that do not have the input.scanner. However for the projects that do have this method i get a few different errors:
    1___________
    java.lang.NoClassDefFoundError: couponCounter/CouponCounter
    Exception in thread "main"
    2__________
    Exception in thread "main" java.lang.Error: Unresolved compilation problem:
         Syntax error, insert "}" to complete ClassBody
         at BensCalculator.main(BensCalculator.java:112)
    Now i feel like the second error is lying to me because i know that bit of code is written properly.... i believe it is related to a problem not locating the proper classes.
    Anyhow I'm still pushing along but some help at this point would be much appreciated. It's very weird some things with the scanner are working now..... I don't know I'm not totally convinced yet everything is OK.
    Thank you

  • Help Me "Data Source - Not User Data Source"

    Hi All!
    I have written an addon in Service Call Form To add new Matrix in this form with code as follows:
    Dim oLink As SAPbouiCOM.LinkedButton
    oFormServiceCall = SBO_Application.Forms.GetFormByTypeAndCount(60110, 1)
            oItem = oFormServiceCall.Items.Item("159")
            oNewItem = oFormServiceCall.Items.Add("Matrix1", SAPbouiCOM.BoFormItemTypes.it_MATRIX)
            oNewItem.Left = oItem.Left
            oNewItem.Width = oItem.Width
            oNewItem.Top = oItem.Top
            oNewItem.Height = oItem.Height
            oNewItem.FromPane = 8
            oNewItem.ToPane = 8
            oMatrix = oNewItem.Specific
            oColumns = oMatrix.Columns
            oColumn = oColumns.Add("#", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "#"
            oColumn.Width = 20
            oColumn.Editable = False
            '// Add a column for BP Card Code
            oColumn = oColumns.Add("callID", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Call ID"
            oColumn.Width = 20
            oColumn.Editable = True
            oColumn = oColumns.Add("subject", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Subject"
            oColumn.Width = 120
            oColumn.Editable = True
            oColumn = oColumns.Add("customer", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Cust.Code"
            oColumn.Width = 30
            oColumn.Editable = True
            '// Link the column to the BP master data system form
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_BusinessPartner
            oColumn = oColumns.Add("custmrName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Cust.Name"
            oColumn.Width = 120
            oColumn.Editable = True
            oColumn = oColumns.Add("itemCode", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Item Code"
            oColumn.Width = 30
            oColumn.Editable = True
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_Items
            oColumn = oColumns.Add("itemName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Item Name"
            oColumn.Width = 100
            oColumn.Editable = True
    And code to bind data to matrix
    oDBDataSource = oFormServiceCall.DataSources.DBDataSources.Add("OSCL")
            'oUserDataSource = oFormServiceCall.DataSources.UserDataSources.Add("OSCL", SAPbouiCOM.BoDataType.dt_LONG_TEXT)
            oColumn = oColumns.Item("callID")
            oColumn.DataBind.SetBound(True, "OSCL", "callID")
            oColumn = oColumns.Item("subject")
            oColumn.DataBind.SetBound(True, "OSCL", "subject")
            oColumn = oColumns.Item("customer")
            oColumn.DataBind.SetBound(True, "OSCL", "customer")
            oColumn = oColumns.Item("custmrName")
            oColumn.DataBind.SetBound(True, "OSCL", "custmrName")
            oColumn = oColumns.Item("itemCode")
            oColumn.DataBind.SetBound(True, "OSCL", "itemCode")
            oColumn = oColumns.Item("itemName")
            oColumn.DataBind.SetBound(True, "OSCL", "itemName")
    But It's error when Run at the row is bold. This error:
    oColumn.DataBind.SetBound(True, "OSCL", "callID")     Run-time exception thrown : System.Runtime.InteropServices.COMException - Data Source - Not User Data Source
    Please help me fix problem.
    Thanks
    Edited by: Tao lao on Mar 5, 2008 3:10 AM

    I think, u can't bind the system table system columns to the column of the matrix in the form which is bound to the same table.(though, m not sure on this.) service call is by default bound to OSCL. If u try creating a user defined column in OSCL and then bind it, it works. but, if CallId is already bound on form, and u r bnding it one more time, it will give you error.

  • Why my email notification give me name of second task same with first task?

    I create this workflow using SPD :
     If current item:Status equal Submitted
        assign task to user (user need to complete the form given by admin)
       then start approval process on form with approver
    this workflow work correctly however, when I create second task, the e-mail notification that I received give me the first document name. for example, at first, I create 123 as documents name. then after the item being approved, I create another task for
    user. the email sent to user and also me, is first document name which is 123, not the second task name. why is this happened?
    Cik Benny Lullaby

    Hi,
    From your description, you create two tasks on one items. In the received email of the second task, it shows the document name but the second task name.
    Please check that whether you have set the
    Title of the “approval” task as the name of the second task.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Every time I try to close iMovie 10 it says "tasks that are currently in progress will not be completed"?

    I upgraded to Mavericks and then updated iMovie to the latest version (10?). I opted to let it upgrade my projects and events and these are now available in the new iMovie, but every time I try to shut it down, I get a dialogue box saying "tasks currently in progress will not be completed", what tasks? What is it doing- does anyone know?
    Also is it true that after letting it upgrade/update your events and projects, you can delete the old iMovie projects and events folders (to save space)?

    I have the same question regarrding tasks in progress.  The program seems very sluggish compared to the previous version.
    Where is the old iMovie projects and events folder located (folder name)?  I would like to save space also or at least move to an external drive and have them as a backup if needed.

  • Search with "Current Node + All Subfolders" not functioning correctly

    Hi,
    We are having an issue with the search function of SCCM 2012 Admin Console. We have built multi-level folder structure to SCCM which matches our organizational unit structure in AD.
    The issue occurs when trying to search with "Current Node + All Subfolders" option in a folder to get listing of all collections nested in the structure. As a result we get incomplete list of collections and majority of them are not showing
    up. Sometimes the console even crashes when trying to do this kind of search. Note that this behaviour only occurs when searching inside a folder, not in the device collections root node.
    We managed to trace the SQL query in the above situation from SMSProv.log, and it is as follows:
    select  all SMS_Collection.SiteID,SMS_Collection.CollectionType,SMS_Collection.CollectionVariablesCount,SMS_Collection.CollectionComment,SMS_Collection.CurrentStatus,SMS_Collection.HasProvisionedMember,SMS_Collection.IncludeExcludeCollectionsCount,SMS_Collection.IsBuiltIn,SMS_Collection.IsReferenceCollection,SMS_Collection.LastChangeTime,SMS_Collection.LastMemberChangeTime,SMS_Collection.LastRefreshTime,SMS_Collection.LimitToCollectionID,SMS_Collection.LimitToCollectionName,SMS_Collection.LocalMemberCount,SMS_Collection.ResultClassName,SMS_Collection.MemberCount,SMS_Collection.MonitoringFlags,SMS_Collection.CollectionName,SMS_Collection.PowerConfigsCount,SMS_Collection.RefreshType,SMS_Collection.ServiceWindowsCount from vCollections AS SMS_Collection  where (SMS_Collection.SiteID
    in (select  all Folder##Alias##810314.InstanceKey from vFolderMembers AS Folder##Alias##810314 
    where (Folder##Alias##810314.ObjectTypeName = N'SMS_Collection_Device'
    AND Folder##Alias##810314.ContainerNodeID in
    (16777237,16777374,16777384,16777385,16777375,16777376,16777377,16777378)))
    AND SMS_Collection.CollectionType = 2) order by SMS_Collection.CollectionName
    From this we noticed that not all ContainerNodeIDs are searched, but a list of only 8 ContainerNodeIDs. These ContainerNodeIDs remain the same if the search is done again in the same folder. The same behaviour repeats also in other folders with a different
    list of ContainerNodeIDs.
    For clarification I'll attach a picture which shows our folder structure with ContainerNodeIDs and ParentContainerIDs. We have also marked the containers which were present in SQL statement. From this you can clearly see there should have been far more ContainerNodeIDs
    than listed in the SQL query. Is this a bug in the admin console or could this be a problem with our site database? Is anyone else experiencing similar issues? We have written a custom
    powershell script that reads containers from SMS_ObjectContainerNode WMI-class recursively and is able to return complete list of folders and their subfolders, so we assume that our site database and WMI on site server is functioning correctly.
    We noticed this on CU2 (could have been present also earlier) and updating to CU3 did not fix the problem. Currently we are running SCCM 2012 SP1 CU3 with one primary site. All components besides distribution point is running on the site server. Distrubution
    point is running on a separate server. Our SQL server is running on the site server.
    Best Regards,
    Juha-Matti

    Sorry for the very long delay. I created the ticket in the autumn of last year and just received the final verdict to this issue.
    Microsoft support said they were able to reproduce the problem and that they contacted the product group about this issue. It turns out that this behaviour is by design (wait, what?) and since it is by design there is nothing they
    can/will do about it.
    So the only choice is to request a tailored customization for SCCM2012, which probably in this case (as it is by design) would cost.
    I feel a bit puzzled: how can it be by design if it clearly does not work?

  • Bing based federated result sources not returning any results for non-English languages

    I have a result source with this query:
    http://www.bing.com/search?q={?searchterms}  language:fr site:msdn.microsoft.com&format=rss&count=50&first={startIndex}
    This used to give me 40-50 results for common terms like download, blog etc.
    From today (7/14) IST, this source does not return any results. There are no results if I execute this query directly in IE either.
    Same behavior observed for: language:es, language:de etc.
    I do however get results as expected for language:en.
    Any idea what the issue might be?

    Hi Swapnil,
    According to your description, my understanding is that no results returned when searching with non-English in the Result Source query.
    I tested the same scenario per your post and I got the same results as you got.
    I recommend to change the language:fr in the Result Source query to be lang=fr to see if the issue still occurs.
    More references:
    http://kbdump.com/sharepoint-2013-opensearch-search-twitter-facebook-wikipedia-page/
    http://richardstk.com/2013/11/08/sharepoint-2013-federated-search-to-bing/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Ctbw data source not found in source system

    hi,
    by reading and posting couple of threads i was finally able to create a data source in ctbw
    0MATERIAL_ATTR  800  001 MARA  ATTR  1CL_OMAT002
    so i went to rsa3 and tried to test this data source 1CL_OMAT002
    i am getting error in this way
    <b>DataSource 1CL_OMAT002 is not defined in the source system</b>
    can anyone suggest me how to proceed further
    and also if the above problem is resolved what should i do in bw side
    should i replicate 0MATERIAL_ATTR or 1CL_OMAT002 or both?

    Hi,
    Have you generated the data source after creation.
    in CTBW you will have to click on "generate data source" after you have created and saved the data source.It will activate all the classes used in that data sources.
    Once done go to RSO2 and give your data source name there and see if this data source appears there with it's field or not...if not then your data source is not getting generated properly.
    Try this and once successful then go to RSA3 and try to extarct data.
    Thanks

  • "Source not found" Error creating URL Data control with query parameters

    Hi,
    I have a restful service for which i want to create a URL data control. I am able to create the URL data control successfully when i am not passing any parameters in the Source field. But if i am specifying the parameters in the source field like this Department=##ParamName##, something weird is happening. After giving the param string in the Source field, it asks for default param value to test the url. It tests the url successfully. After that i select XML as the data format in which i am mentioning the xsd like this . "file:///C:/..../something.xsd" . And this is when i am getting the error. "Invalid Connection. The source is not found". I am giving exactly same path for xsd which i gave while creating URL data control without query parameters. Infact i was able to create the URL data control with query parameters successfully till afternoon. after that it started giving me this error all of a sudden. Infact as soon as i was able to create a URL data contol with query parameter successfully, i took a backup of the application before moving further. But even that backup is not working now.
    As far as i understand, i dont think there will be any change in xsd if query params are passed to a web service. Please correct me if i am wrong.
    Just dont know what could be the issue. Please help
    Thanks

    Hi,
    xsd is used for the URL service to know what the returned data structure is so it can create the ADF DC metadata
    Frank

  • Workflow step Mail with purchase order number is not executing

    Hi All,
    I created aworkflow which gets triggerd when a Purchase Order is created. I have mentioned the BUS 2012 event 'Release Step Created' as starting condition for the workflow. My workflow is triggering correclty. I need to send a mail to the initiator stating that the purchase order <po. no.> has been created. But I am not getting the PO number and workflow is stopping at the step mail where subject is mentioned with element &BUS2012.PURCHASEORDER&.
    If I didnot mention the PO number workflow is executing correclty. I have done all the necessary binding also.
    Thanks in advance,
    Sri Suktha.

    Hello,
    This can often be caused by not adding 'US' to the username, check if that's the case here.
    I would try creating a test workflow which does nothing but send a mail, try to get that working first.
    regards
    Rick Bakker
    hanabi technology

  • HT1925 I am using windows XP and have iTunes version 11.0.5.5.  My iPhone 5 with current operating system will not link with my iTunes. It states I needed the newer version of iTunes. But I have been unable to update --automatic or manual. How do I update

    I am using an older windows computer with Windows XP and iTunes 11.0.5.5.  Since upgrading my iPhone and iPad my system will not allow me to connect the devices to my iTunes -- it notes I need to upgrade to iTunes 11.5.  However using automatic updates or manual update I can not update iTunes -- I get an error message the older windows iTunes could not be removed. I can not remove iTunes using control panel -- an older install/uninstall file is evidently missing. All of my music is contained on my PC -- more music is on my PC than I store on my other devices and I don't want to loose those music files nor permission to access those music files. Does anyone have a solution to uninstalling and upgrading windows iTunes without losing my music. I would like to be able to connect my iPhone and iPad to my PC again. RS

    I am haveing same problem canot find itunes.msi

  • Problem with transaction CG3Y - Path does not fit in Source file field.

    Hi colleagues,
    I need to download some PDF files from a folder in AL11. But when I try to enter the source file path in transaction CG3Y, in the first field "Source file on application server" I cannot enter the full path of the file. Apparently this field only allows 60 characters to be entered and the path plus the file name are quite longer than that. Anyone know if there is some way to download those files?
    Another question I have is that I need to download a lot of files from the same folder in AL11. But I do not know how to download them all, instead that one by one. I think that I cannot put *.PDF like if it was a Command prompt in MS-DOS or any search option in Windows... Is there some other transaction which allows to do that?
    Thanks in advance for your help and best regards!!

    Hi Enric
    I need to download some PDF files from a folder in AL11. But when I try to enter the source file path in transaction CG3Y, in the first field "Source file on application server" I cannot enter the full path of the file. Apparently this field only allows 60 characters to be entered and the path plus the file name are quite longer than that. Anyone know if there is some way to download those files?
    copy the path and the file name is notepad and select the whole thing and paste in CG3Y tr.
    Another question I have is that I need to download a lot of files from the same folder in AL11. But I do not know how to download them all, instead that one by one. I think that I cannot put *.PDF like if it was a Command prompt in MS-DOS or any search option in Windows... Is there some other transaction which allows to do that?
    Getting the list of files present in the APPLICATION server ??

  • Data Source for Current Task not Showing in SharePoint Designer 2013

    Hello, 
    I am creating a approval workflow in SharePoint Designer 2013. I had completed the workflow only to have the requirement by the client that they wanted to approve the workflow from email. So I thought why not use the Current Task:Form_URN data source field.
    But i went to look for it, and it doesnt appear to be in the drop down. 
    Im on Office 365, and using it for one of my SharePoint Sites. Im new to Office 365. Please help. 

    Hi ,
    According to your description, my understanding is that you want to use Current Task:Form_URN to let users approve the task in email.
    When we use SharePoint 2010 platform to create approval workflow with “Start Approval Process” action, in the approval notification email, there is a button called “Open this Task”with Outlook client. If we click the button, it will call the task and we
    can approve or reject the task.
    I added a log action into my approval workflow to log Current Task:Form_URN, the value of the log message was the edit form of the current task.
    If you want to use it in email, you can do as the followings:
    Open your approval workflow with SharePoint 2013 Designer (the platform of the workflow sould be SharePoint 2010 platform).
    Edit the workflow
    In the “Start Approval Process” action, click “Approval (*)”.
    Click “Change the behavior of a single task”
    In the “When a Task is Pending” section, find the action “Email task notification to
    Current Task:Assigned To “, and edit it like the screenshot below.
    Publish the workflow
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • I am trying to update iMovie to version 9.0.8

    Hi I am trying to complete the update to iMovie version 9.0.8 on Mountain Lion. The problem is that in my country the available bandwidth is not good and the download from the App Store is so slow that the download takes 16 to 20 hours. When the down

  • First bill payment due date?

    Hello, I haven't received my first bill yet by mail but the verizon app/website tells me how much I owe and also the due date on jan 7, 2013. Does this mean my due date is on the 7th of every month or only for this first bill?

  • Examples.cluster.rmi for WebLogic Server 11g

    How can I get package examples.cluster.rmi for WebLogic Server 11g? I would like to perform a similiar test like the following: https://freepaper.taichung.gov.tw/examplesWebApp/examples/src/examples/cluster/rmi/package-summary.html Thanks a lot

  • Is there a way to change the automatic optimization of the Thumbnail images in Webgallery?

    Is there a way to change the automatic optimization of the Thumbnail images in webgallery found in Photoshop (CS3 or Photoshop elements-- I have both)?  The thumbnails come out so blurry that it's embarrassing (for an art site). Thanks.

  • Monitor screen turning dark

    My IMac monitor screen has started to darken from the bottom of the screen to about half way up to the top.  Any suggestions as to what may be causing this issue?