Task Reassignednot displayed in new assignee Task List

Hi,
I have reassigned tasks to another member in Project Team using the Reassign Task workflow (OOTB Project Server 2010). The reassignment has been approved by Project Owner. However, the task is still not displayed in new assignee's My Task view.
Is this the expected behavior of Reassign Task workflow? Any help in this regard will be appreciated.

Then it is an unexpected behavior.
Can you publish again the project and check that the job is successful with no error message?
Can you run a delegation session for the new assignee and check the behavior?
Can you try to reassign a task to another user?
Can you simply test to assign a new task to the new assignee (from a test plan for example) and see if it works?
It'll help seeing from where the issue comes from (the user profile, the project plan, the assignments, the security settings).
Hope this helps,
Guillaume Rouyre, MBA, MVP, P-Seller |

Similar Messages

  • How to change the width of the EditForm.aspx and NewForm.aspx for both new and edited list entries?

    How to change the form widths for the EditForm.aspx and NewForm.aspx files that display both new and edited list entries?

    Hi  ,
    According to your description, my understanding is that you want to modify the width of the New Form and Edit Form of a list in SharePoint 2010 .
    1.Go to your SharePoint site -> your list.
    2.In top ribbon click  List tab(List Tools).
    3.Towards right you will see option as Form Web Parts, click on it, the three forms will be listed there [New Form, Display Form, Edit Form].
    4.Select the one on which you want to increase the width/height.
    5.It will open in edit mode, click on Add a Web Part.
    6. Click on Forms [Categories] => HTML Form Web Part.
    7.After adding the HTML Form Web Part, click on Edit WebPart.
    8.Click on Source Editor, Remove all code from it and put an empty HTML table with width and height as per your requirement ex. to increase width
    <TABLE WIDTH="800px">
    <TR><TD></TD></TR>
    </TABLE>
    9.Save the form and check out your respective modal by clicking on the same in your list view.
    Reference:
    http://sharepoint.stackexchange.com/questions/40580/how-to-modify-width-of-standard-dialog-form-sharepoint-2010
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • My Tasks View in my custom task list fails to display the tasks assigned to me (that is the currently logged in user)

    Hi
    I am new to sharepoint 2010.
    I created a custom task list, where I  have many tasks assigned to users (I had tasks assigned to me as well). I created a view as "My tasks "and having a filter as Assigned To is equal to [Me]. When I do that my view fails to show the
    tasks assigned to me. This happens same with the Sharepoints 'My Tasks' view as well. I tested by creating some test tasks under my name and when I selected 'My Tasks' view no tasks are getting displayed.
    Please help.
    Thanks,
    Gokulkumar.

    Hi,
    According to your post, my understanding is that you wanted to display the tasks assigned the current logged in user.
    In my environment, if I used the System Account, My Task view didn’t display any tasks.
    However , if I used other users except the System Account, My Task view could display current user tasks correctly.
    I recommend to use other accounts except System Account to log in site. Then everything will work well.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Task List URL (to FR Report) opens in new window, but not for all users!

    Hi all,
    I am not sure if this is the correct forum to ask the question (for me it looks like an IE topic), but perhaps anybody can help me anyway...
    In one of our Planning apps (9.3.1) we defined several task lists and tasks that link to relevant FR Reports (URL Tasks). If I open the URL task in basic view the relevant FR Report opens in the same IE Window (in the main frame of the planning app). If my colleague opens the same task the FR Reports opens in a new IE Window.
    My problem is that I dont have any ideas where I can set the relevant property. Is that a planning property, a workspace property or an IE property setting??? Where can I adjust the settings that for ALL users the URL opens the Report in the same window??????
    Thanks in advance!!!!
    Kind Regards
    André
    P.S.: We are on IE8.

    Have you both got the same settings in Tools > Internet Options > Tabs Settings
    There was also a bug though I can't say if it is related to your issue
    9549216 - Instead of a new tab, a new window is displayed after you create a Financial Reporting task in Workspace.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to create a task list view in c# that doesn't display the timeline

    How can I create a view for a task list using c# that doesn't display the timeline.  I want to do this using server side code but I can't seem to find a view property that will hide the timeline.  I know how to do it manually through the UI but
    I need to automate it.
    Caroline

    Hi Garoline,
    We can set ViewData of the view to empty to achieve your requirement. The following code snippet for your reference:
    using (SPSite site = new SPSite("http://sp2013sps/"))
    using (SPWeb web = site.OpenWeb())
    SPList list = web.Lists["TaskList"];
    SPViewCollection allviews = list.Views;
    string viewName = "Test View";
    System.Collections.Specialized.StringCollection viewFields = new System.Collections.Specialized.StringCollection();
    viewFields.Add("Checkmark");
    viewFields.Add("LinkTitle");
    viewFields.Add("Due Date");
    viewFields.Add("Assigned To");
    string myquery = "<where><gt><fieldref name='ID' /><value type='Counter'>0</value></gt></where>";
    allviews.Add(viewName, viewFields, myquery, 100, true, false);
    SPView view=list.Views[viewName];
    view.ViewData = "";
    view.Update();
    Best Regards,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Create task from conversation thread in news feed - Task must be created in custom task list

    Hi All,<o:p></o:p>
    Have a new requirement
    were user should be able to create a task for himself from a conversational
    thread in News feed.<o:p></o:p>
    In
    SharePoint 2013 we have a functionality where we can follow up on a
    conversation and it creates a task in My Tasks which is in My site.<o:p></o:p>
    But my requirement
    is to create a task in Tasks list in same site collection on click of follow
    up.<o:p></o:p>
    I have
    tried one approach as below :<o:p></o:p>
    My Tasks in
    My site is an aggregated view of all tasks assigned to the logged in user. When
    i follow a task in News feed a personal task is created in My task
    (WmaAggregatorList_User internal name) list. When i Edit the personal task and
    change the Projects
    drop down to the required Project Name and Check -"Make this task public to project
    members" it just creates a task is specific Site and moves
    the task.<o:p></o:p>
    I tried to
    find if Projects and Check box are columns of Task list , but did not find any
    columns.<o:p></o:p>
    I am trying
    to create a event receiver which would make these columns be set to Site Name
    and check box checked so that when user creates a task it will directly move to
    Custom Task list.<o:p></o:p>
    Please
    guide <o:p></o:p>
    Thanks in
    Advance<o:p></o:p>
    Pallavi

    Thank you for your responce. I used a content query wp to rollup only the Major Milestones, but am unable to overlay the results to a calendar.. The link you provided is for overlaying different task lists onto a calendar, but does not detail how to
    overlay the results from the content query onto a calendar.

  • How do I get rid of notes displayed when I view my task list

    Is there a way to change the Task display so that it does not show all of the notes I have with a task?  I just want to see a clean list of task names when I view my Task list, but the latest iPhone IOS includes all the notes below the task name.  This makes my Task list cumbersome and unwieldy.  If I want to see a Task's notes, I just want to be able to click on the task to view them, not see them as part of the Task when all the Tasks are in list display.  Thanks, Chad

    What app exactly are you using?

  • New DMS document attachment to order header - can it also be done to a task list?

    With business function LOG_EAM_CI_6, you can now attach DMS documents to the order header or operation level in the 'Additional Data' tab.
    Since a lot of clients use documents to list complex preventive maintenance instructions, is it also possible to attach a DMS document to a task list header (or operation) and have it show up in the new 'Additional Data' screen area of the resulting order (using a maintenance item/plan to generate the order)?  Or do we still have to use the task list operation PRT functionality and have it show up in the order's operation PRT?

    Hi Arthur,
    I have configured Task list as per the SAP note 1821916  & activated DOC_TL_GUI. This allowed me to attach documents to the Operation &/or Header of the Task Lists. The problem I am facing is when I assign the task list to the work order the documents are not transferred . You have stated that they have transferred to the work order so I am wondering if there is something I missed.
    Arthur Balajthy wrote:
    And I checked that by adding documents to a task list header or operation, the work order generated from a maintenance plan/item referencing that task list does have those documents attached also.
    I haven't tried from a Plan but will do that now.
    I assumed if they were attached to the Task List Operation they would transfer to the Work Order like everything else on the Task List
    Thanks in advance

  • Displaying task in timeline webpart based on view from task list

    I have added one custom column in task list called category and created different view based on different values of category.
    when I display a view and select show timeline, it display all the task and does not filter the task based on view. Is there any possbilty to achieve this?

    Hi Ashish, if you click to modify the view, scroll down to "Style." You'll see the different styles in there, and below those, you'll see "Show timeline above the view." Select that box and the timeline will be included with your view.
    cameron rautmann

  • Filter not working in new and old task lists (new farm)

    I noticed this after migrating some sites from our current production environment. Even when creating a new task list the filter will not work, however if I make a custom list and add the existing Assigned To column, the [Me] filter will work.
    This is starting to drive me nuts, any help would be appreciated.

    This is a bug in the March 2015 CU. I have an open case on it, where MSFT is able to repro it. This is just a workaround and hopefully the issue will be resolved in the future. It only impacts Tasks lists.
    As to doing it to all Task lists, no I'm unsure of how to accomplish that.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Extend task list for new planning plant

    Hi Gurus,
    I have 40 task lists for a planning plant 1000. I want to extend them for a new planning plant 2000. Is there any method to do it without usnig BDC or LSMW?
    Regards,
    VM

    Hello VM,
    No it is not possible to simply extend the Task list.
    You can copy the same for different planning plant. But if it is not so much necessary, Make other as Maintenance Plant rather than Planning plant.
    Regards
    Naveen

  • Task List - Create New Form for Subtasks

    Hi, Is this possible to create a new form for SubTasks in SharePoint 2013 task List
    probably using Infopath. Out of Box, Sharepoint opens datasheet view to add the subtask for a main task. just want to know whether it is possible.
    Any help will be highly appreciated
    Ram Sharma

    Hi Ram,
    Per my understanding, you want to create a New Form for creating sub tasks.
    By default, the subtasks can only be created in the datasheet view, which means that there are some fields of a task cannot be filled in when subtask created, what’s
    more, there is no OOTB feature can meet this requirement.
    Actually, a subtask is also a normal task, the difference is that it can be connected with the parent task through a property “ParentID”. Let’s say if there is a task
    with “ID” 1, then the “ParentID” of its subtasks will be “1;#1”.
    Thus, as a workaround, you can create a custom New Form page with the extra “ParentID” field to be filled in. After submitting, a new task will be created, because
    the “ParentID” has a value which points to another task, this new task will be a subtask now. This can be done with Client Object Model programmatically.
    About how to work with Client Object Model:
    JavaScript Client Object Model
    http://msdn.microsoft.com/en-us/library/office/hh185006(v=office.14).aspx
    More information about JavaScript Client Object Model:
    How to: Create, Update, and Delete List Items Using JavaScript
    http://msdn.microsoft.com/en-us/library/office/hh185011(v=office.14).aspx  
    Common Programming Tasks in the JavaScript Object Model
    http://msdn.microsoft.com/en-us/library/office/hh185015(v=office.14).aspx
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to retrieve Task Lists from All Subsites to the Parent Site and display in Grid view using CAML Query

    How to retrieve Task Lists from All Subsites to the Parent Site and display in  Grid view using CAML Query + object model

    do u just want task list or items under task list for all subsites
    for items use spsitedataquery ref
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.aspx use recursive to get it from alll subsite under site collection
    for tasklist only u can a simply use a for loop to find in all subsite
    Manish Sati

  • Getting a user task list by assignee...

    Hello,
    I had many problems trying to get a user task list from a java file. I found a way.
    I do it this way because the IWorklistService class return cero tasks with any WhereCondition... please if any one found a proper way to do this, please let me know.
    I use nanoxml library.
    public static ArrayList queryWorklistServiceI(ArrayList users){ 
    // Lookup the worklist service.
    IWorklistService worklist =
    (IWorklistService)locator.lookupService( IWorklistService.SERVICE_NAME );
    try
    WhereCondition cond = new WhereCondition();
    cond.append("title like '%TaskActionHandler'").append("and").append(WhereConditionHelper.whereInstancesOpen());
    IInstanceHandle[] i = locator.listInstances(cond);
    ArrayList tareas = new ArrayList();
    for(int j=0; j<i.length;j++){
    IXMLParser xmlParser = XMLParserFactory.createDefaultXMLParser();
    IXMLReader xmlReader = StdXMLReader.stringReader(i[j].getAuditTrail());
    xmlParser.setReader(xmlReader);
    IXMLElement xml_e = (IXMLElement) xmlParser.parse();
    Vector children = xml_e.getChildren();
    IXMLElement task = ((IXMLElement)children.get(4)).getFirstChildNamed("details");
    IXMLParser xmlParser_task = XMLParserFactory.createDefaultXMLParser();
    IXMLReader xmlReader_task = StdXMLReader.stringReader(task.getContent());
    xmlParser_task.setReader(xmlReader_task);
    IXMLElement xml_task = (IXMLElement) xmlParser_task.parse();
    xml_task = xml_task.getFirstChildNamed("part").getFirstChildNamed("task");
    String asignado = "";
    asignado = xml_task.getFirstChildNamed("assigneeUsers").getContent();
    if(asignado==null){
    asignado = xml_task.getFirstChildNamed("assigneeGroups").getContent();
    boolean b = false;
    for(int k=0;k<users.size()&&!b;k++){
    if(((String)users.get(k)).equals(asignado))
    if(b){
    String id = xml_task.getFirstChildNamed("instanceId").getContent();
    String titulo = xml_task.getFirstChildNamed("title").getContent();
    String estado = xml_task.getFirstChildNamed("state").getContent();
    String modificado = (xml_task.getFirstChildNamed("modifyDate").getContent()).substring(0,16);
    String tarea_id = xml_task.getFirstChildNamed("taskId").getContent();
    Vector datos = xml_task.getFirstChildNamed("payload").getFirstChildNamed("Datos").getChildren();
    ArrayList datos_array = new ArrayList();
    for(int k=0;k<datos.size();k++){
    IXMLElement dato = (IXMLElement)datos.get(k);
    Dato d = new Dato(dato.getFirstChildNamed("Nombre").getContent(),dato.getFirstChildNamed("Valor").getContent(),false,"");
    datos_array.add(d);
    Tarea t = new Tarea(id,titulo,estado,asignado,modificado,tarea_id,datos_array);
    tareas.add(t);
    return tareas;
    } catch (Exception e){System.out.println(e);}
    return null;

    someone??

  • Creation of new task list in CharM not possible

    Hello!
    I am using SOLMAN 4.0 (SP13 with the newest SP) and the problem to create the task list in Tcode: SOLAR_PROJECT_ADMIN --> System Landscape --> Change requests --"Create task list".
    The following error occurs:
    The project is not released. Hence cycle can not be created.
    /TMWFLOW/CONFIG_UI017
    How to solve this problem?
    Any helpful information will be appreciated.
    Thank you very much!
    regards
    Thom

    Hi!
    Yes, the problem was wrong configuration of systems.
    Please try the following:
    - your systems in system landscape have the right roles
    - your TMS configuration is mandant dependent
    - you have delivery as well consolidation routes
    You can also run the check for the consistency...
    You can write back, if the problem still exist...
    regards
    Thom

Maybe you are looking for

  • Frequent Kernel Panics on Snow Leopard 10.6.8

    I recently bought a used MacbookPro5,1 with a 2,4 Ghz Core2Duo Processor. It was upgraded to 4 GB of RAM and a 750GB HDD by the previous owner. When I received it yesterday, it was running 10.6.3, I think. It worked flawlessly for the first couple of

  • CRL errors in RDP and others

    I've been trying for a couple of days now to troubleshoot revocation list errors in RDP and broken chain problems in VCenter server. I'm sure it's a misconfiguration on the enterprise subordinate CA, but I cannot find out where. I've read many other

  • Prof Tax Error

    Dear Sap Guru, After the change in Prof Tax ,due to some error the Prof Tax for Resign Employees is getting counted even if the employee as left 3 months before the change is Prof Tax. Suppose the employee as left on 01/01/2008 at that time his prof

  • Packing problem for parts

    Hi Friend I have a ticket which goes as below . Part substitution for service parts. Order is for 20pc of 195.S and 23pc of 145.S 195.S consumes part 195.F 145.S consumes part 195.F (part substitution) We created delivery 80005617. We pack the pallet

  • Safari hangs at startup - weird console message - help?

    For some reason Safari started hanging on me yesterday when I start it up. The console messages I'm getting suggest that 1Password is related to the problem, but I think 1Password is having trouble accessing another resource in the OS that is broken.