Forms always marked as need update in Sharepoint designer 2010

Some of the automatically generated task forms in Sharepoint designer are marked 'needs update', when I open them in Infopath I get the dialog that says:
One or more fields in the workflow form have changed. InfoPath will now update the set of available fields. You may need to modify your form view to add or remove the updated fields.
Making a change and publishing it gives a 'publish sucessful' confirmation dialog but the modified date on the form in Sharepoint designer doesn't update and is still marked as needing an update even after I refresh it. Closing and reopening it gives an updated
modification date but the form is still marked as needing an update. What am I missing here?

Hi ,
I understand that some task forms in your workflow are marked ‘needs update ’even though you have published the changes in InfoPath designer . Can you have a test like this :Create a new workflow with the ‘Start Approval Process ’ action .Publish the workflow
.Then open the task form in InfoPath designer to see whether the ‘need update’ message will show up .
I have met this situation once ,after I restart SharePoint Designer and InfoPath .The problem solves .
Thanks,
Entan Ming
Entan Ming
TechNet Community Support

Similar Messages

  • Need JavaScript for Sharepoint Designer 2010, to show a Pop-up to all the users between date range and the redirect the site

    Dear all,
    I am very new to Sharepoint designer 2010. Its better to say, i am just stepping in.
    I have sharepoint site which is accessible for all the users to update few information. But i want this site not to be accessible during a date range, say from 15th to 20th of every month.
    I am planning to have something like this: If any user tries to access this sharepoint site between 15th to 20th date range of everymonth, then the browser must show an pop-up alert saying "This site is not accessible during this date range" and Redirect
    this sharepoint site to someother site (Say http:// somesitename.xx.com) immidiately.
    I know very little about how to add Javascript in sharepoint webpart.
    Please provide the Javascript or any best alternate solution to my concern.
    Thanks in advance.

    Hi,
    From your description, my understanding is that you want to redirect sharepoint site to another site between 15th and 20th every month.
    I agree with what Sudip says. If you still want to use JS code,You could try these steps
    below:
    Open your site with SharePoint Designer.
    Click Master Pages in left navigation.
    Find file v4.master, and backup it(it is very important).
    Right click your v4.master,
    choose "Edit File in Adavance Mode".
    Add the code below into the <head/> tag.
    <script src="https://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script><script
    type="text/javascript">
    $(document).ready(function(){
    var today = new Date();  
    var day = today.getDate(); // get current day
    var id = _spPageContextInfo.userid; // get the id of current logon in user
    var boolFlg = false;
    $.ajax({
       url: _spPageContextInfo.webAbsoluteUrl + "/_api/web/SiteGroups/GetByName(\'"+"sharepoint Owners"+"\')/Users", //get users in a specified group can access the sharepoint site from 15th to 20th every
    month
       type: "GET",
       headers: {"accept": "application/json;odata=verbose"},
       success: function (data) {
          if (data.d.results) { 
             var src = data.d.results;
             for(var i = 0; i < src.length; i++){
                if(src[i].userid==id){ //check the logon in user in  the specified group or not
                   boolFlg = false;
                   break;
             if(!boolFlg){
                if(day <= 20 && day >=15){
                    alert("This site is not accessible during this date range"); // alert the message
                    location.href = "http:// somesitename.xx.com"; // redirect to another site
       error: function (xhr) {
          alert(xhr.status + ': ' + xhr.statusText);
    })</script>
    Best Regards
    Vincent Han
    TechNet Community Support

  • Server Side activties have been updated. You need to restart SharePoint Designer to use the updated version of activities.

    Hello,
    I have the following scenario for the installation of EPM 2013 environment:
    1 Server running Windows 2008 R2 SQL Server 2008 R2 Service Pack 2
    1 Windows Server 2008 R2 Standard SP1, running Sharepoint 2013 Enterprise (Standard Initially installed and then migrated to the Enterprise in order to install Project Server 2013), Project Server 2013 and Workflow 1.0 (2013).
    After configuring and validating the configuration of Workflow 1.0 by http://server_name.example.com:12291 page and also check the Application Services in Central Administration and receive the Workflow Status = Connected.
    Alright, but when I run the SPD 2013 RTM to test the creation of Sharepoint Workflow 2013, I get the following warning:
    "Server Side activties have been updated. You need to restart SharePoint Designer to use the updated version of activities."
    I've tried:
    a. Restart SPD2013;
    b. Restart Server 2013 and Sharepoint Workflow 1.0;
    c. Reinstall and reconfigure Workflow 1.0
    And the message is always displayed, preventing the use of Workflow Sharepoint 2013.
    Can anyone help me, I'm in the middle of a deployment to a customer.
    Print of alert

    How did you uninstalledLanguage Pack from SharePoint 2013 ? when I googled it I found that language pack cannot be uninstall@
    http://technet.microsoft.com/en-us/library/cc262108.aspx
    "If you no longer have to support a language for which you have installed a language pack, you can remove the language pack by using the Control Panel. Removing a language pack removes the language-specific site
    templates from the computer. All sites that were created that have those language-specific site templates will no longer work (the URL will produce a HTTP 500 - Internal server error page). Reinstalling the language pack will make the site functional again.
    You cannot remove the language pack for the version of SharePoint 2013 that you have installed on the server. For example, if you are running the Japanese version of SharePoint 2013, you cannot uninstall the Japanese language support for SharePoint 2013."

  • Error while saving a workflow via sharepoint designer: Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.

    While saving a workflow using SharePoint designer on a SharePoint site, I get the following error: 
    Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.
    Steps to recreate error:
    Login to the WFE server hosting IIS and workflow manager, open SharePoint Designer 2013 and login to a SharePoint site.
    Access the list using SharePoint Designer 2013, in the workflow section, click new workflow. 
    In the new workflow dialog, enter workflow details, click save (see screenshot below).
    Error message is displayed as below:
    After restarting SharePoint Designer, the saved workflow is not seen in the site/workflows or list/workflow section.
    Workaround
    When the above steps are repeated while accessing the site via SPD from any other box besides the WFE/Workflow manager host server, the error is not encountered and its possible to save/publish workflows.
    Notes
    Workflow Manager 1.0 is installed.
    The site has been registered with Workflow manager using Register-SPWorkflowService
    cmdlet.
    Any clue on why is this happening?

    Hi Vivek,
    Please close your SharePoint Designer application, clear/delete the cached files and folders under the following directories from your server installed SharePoint Designer, then check results again.
    <user profile>\appdata\roaming\microsoft\SharePoint Designer\ProxyAssemblyCache
    <user profile>\appdata\local\microsoft\websitecache\<sitename>
    http://www.andreasthumfart.com/2013/08/sharepoint-designer-2013-server-side-activities-have-been-updated/
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • App Store always shows Motion needs updating...

    I've had this problem for months now.  The App Store always shows Motion needs updating.  But I have updated Motion (I check to make sure I have the current version). 
    I've ignored this problem up until now because Motion works fine and I do have the current version.  I figured that sooner or later Apple would issue some fix, or that it would disappear on a future Motion or OS update.  Well, I just updated to Mountain Lion yesterday, and I've updated Motion at least a couple of times, and the problem continues.
    And now it's getting stuck in a loop showing I need to update to 5.0.7, even though I've updated.  But now when I look in the update section of the App Store, it shows that it is possible to update (even though I have the current version).  If I click "Update" again, it starts downloading and then starts endlessly installing it, but never finishes.
    Any idea what's going on here?  Any suggestions?
    Thanks!

    I did speak with Apple support last night.  I uninstalled & reinstalled, and now I have the current version and it is working fine. 
    However, I'm still having the same problem I've been having for months:  The App Store shows that I need to update Motion, even though I already have the current version.  I don't know what is causing that, especially after I uninstalled and reinstalled.

  • How to find item is updating in Sharepoint designer workflow?

    Is there anyway we can get when list item updating in sharepoint designer workflow?. I have status ="New" it is need to send only one time when new item created.
    But now it is sending emails when item is updating with status="New". So I want check if it is new then only check status="New" and send email. otherwise No.
    ItsMeSri SP 2013 Foundation

    Hi ,
    According to your description, my understanding is that you want to send email in workflow only when the item is created and the status is New.
    For this issue, I suggest you create a new Yes/No column called “Edited”, and set the default value to No. When you edit it after creation, change the column to Yes.
    You can set the workflow like the screenshot:
    Best Regards,
    Wendy
    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]
    Wendy Li
    TechNet Community Support

  • How do I add a field into an existing form in SharePoint Designer 2010 and...?

    I'm trying to add an existing field to an existing form in SharePoint Designer 2010. It's a URL to the employee's photo. But each time I try to "Insert as picture" the url to the photo has a trailing comma. Why and more importantly, how do I get
    rid of it?
    Thanks!

    Hello,
    See this similar thread:
    http://sharepoint.stackexchange.com/questions/10149/comma-in-url-field
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Editing A Form in SharePoint Designer 2010

    I am receiving an error message when I attempting to modify/edit a form in SharePoint Designer 2010:  "EDIT FORM1.asp and New Item Form 1.aspx.  When I attempt to  add a new column to the list in Designer receives error messages
    below.
    The default forms contains the following columns
    Log
    Task Number
    Customer 2
    Open Date
    Priority
    Status
    Task Name
    Executive Status Summary
    Reference Doc
    Spot Light
    Error Message
    ERROR Rendering- Quick Launch Navigation Manager
    ERROR Rendering- True View Manager Manager V4
    ERROR Rendering- IDNavLink recyle bin
    ERROR Rendering- ID NavLinkLInk View all/V4
    ERROR Rendering-Control0ID LINK title
    ERROR Rendering- Control ID Item Property
     Renee Wilson
    Renee W

    Hi Renee,
    No, you do not have to edit the form from the master page. Master pages do not have forms on them. They define the layout and look-n-feel of a Sharepoint Site.
    You said you are adding new column to the list in SPD. Why not in the site itself and then edit the form.?
    http://office.microsoft.com/en-001/sharepoint-designer-help/create-a-custom-list-form-using-sharepoint-designer-HA010378258.aspx
    Also, check if you master page is checked in and published. If there is content approval on it, it should be approved.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Unable to Create Workflows with either SharePoint Designer 2010 or 2013 to our SharePoint Online Service

    Hey there
    I was wondering if anyone could shed some light on our current issue using SharePoint Online (hope this question is in the correct place)
    We are using SharePoint Online and I believe we are using the SharePoint Plan 1 for EDU - which I believe is the A2 Free plan.
    I have being trying to get my head around the new changes (as we currently run a standalone 2010 deployment) and decided to see what workflow options I had.  I had read to use SharePoint Designer 2013 with the online service and after installation opened
    the package, connected to the site and tried to create a simple email workflow.  I first saw a loading screen stating
    "The list of workflow actions on the server references an assembly that does not exist. Some actions will not be available.  The assembly strong name is Microsoft.Activities, Version 1.0.0.0, Culture=neutral, PublicKeyToken=731bf3856ad364e35.
    Contact your server administrator for more information."
    after this it tried loading some metadata and then I saw:
    Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.
    I close SPD down and rebooted and then same happened again and continues too.
    After research I applied a hotfix that was known to resolve the issue, but it still remains.  I also tried running SPD in admin mode but the same still happens.
    Lastly I tried selecting workflows 2010 from the drop down field when creating the workflow to see what happened.  I go the same.  I also keep getting the following as a pop from time to time.
    The list of workflow actions on the server references an assembly that does not exist. Some actions will not be available.  The assembly strong name is Microsoft.Office.Workflow.Actions, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    Contact your server administrator for more information.
    I have also tried to do the same in SharePoint Designer 2010, but receive the same massages.
    What should I be looking at or doing to help rectify this?
    Regards
    RDH

    uninstalled Language Pack and it worked!
    Uninstalling the Preview and installing SharePoint Designer 2013 resolved the error.
    http://community.office365.com/en-us/f/154/t/74327.aspx
    According to the link as linle provided, there are two deletions in local, please double check these two places:
    1.Delete all folders in the following directory:
    C:\Users\USER\AppData\Roaming\Microsoft\SharePoint Designer\ProxyAssemblyCache\
    2.Delete the files in all folders in this directory:
    C:\Users\USER\AppData\Local\Microsoft\WebsiteCache\  (don’t delete the folders, just delete the contents of the folders)
    Then, try to create a new workflow in SharePoint Designer 2013 to see if it works.
    You can first keep the list for the current status, and save it as a template which will be used to create another list.
    1.Login and locate the associated list on your SharePoint Online.
    2.Click List Settings under List tab, and click Save list as template.
    3.Type a File name, Template name, select Include Content, and click OK. Click OK.
    4.Click Site Actions->More Options->List.
    5.Locate and click the newly saved template, type a name, and click Create.
    Then, create a workflow in your SharePoint Designer 2010 associated to the new list to see if it works.
    Moreover, please check if there are any maintenances on your SharePoint Online which may cause the issue.
    1.Login to Office 365 Portal (https://portal.microsoftonline.com/).
    2.Click Service Health in the left pane of Admin page.
    3.Check the status of SharePoint Online
    If this helped you resolve your issue, please mark it Answered

  • Sharepoint Designer 2010 and HTML Editing

    Hi -
    This may sound like a stupid question, but is there WYSIWG in Sharepoint Designer 2010?  I've got to do basic HTML code, insert items, insert links, insert columns/tables, etc.  I don't see a way to do this in Designer?  Maybe I'm blind?  I
    am used to coding in Dreamweaver.   Should I just assume that I'm going to have to continue to do my code/designs in Dreamweaver and then copy it in to Designer?  
    I'm pretty confused, I thought I could do some basic HTML (aside of editing fonts/colors etc) in Designer.  I'm basically trying to create a wiki page with FAQ style text and some images and buttons.
    I'm new to all this, I come from an admin and web design background, not really a Sharepoint Design/Development background.
    Thanks for any help!

    You will normally need to edit a page in Advanced mode to get access to modify its HTML. This will unghost the page.
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • Sharepoint Designer 2010 and Visio 2013

    I am testing out Visio Professional 2013. I can import a VWI file from Sharepoint Designer 2010 and I can export a VWI file from Visio. But when I try to import the VWI file created in Visio 2013 into sharpoint Designer 2010 it appears to work, as
    I don't get an error, but the work flow never appears.  Any thoughts?

    Hi,
    Based on my research, if it is SharePoint Designer 2010, then the only edition that supports SharePoint workflows is Visio 2010 Premium edition.
    And if you use Visio 2013, then it need to use SharePoint Designer 2013.
    Reference from:
    http://social.technet.microsoft.com/Forums/en-US/visiogeneral/thread/dc58f61f-1e93-4d2e-935f-bb665296611c
    Jaynet Zhang
    TechNet Community Support

  • Unable to edit in SharePoint Designer 2010

    I am having problems editing a simple SharePoint Team Site in SharePoint Designer 2010. I'm using SharePoint 2010 Foundation Server. I'm running Windows 8.1.
    Receive pop up message:
    Unable to open Web site.  Possible causes:
    The Web server may not have SharePoint Server installed.
    The Web server may be temporarily out of service.
    If you are connecting through a proxy server, the proxy settings may be incorrect.
    An error may have occurred in the Web Server.

    Hi Vuyo,
    According to your description, my understanding is that you got an error when you opened a site with SharePoint 2010 Designer.
    Please do as the followings:
    Check whether SharePoint Designer is enabled in Center Administration->General Application Settings->configure SharePoint Designer settings, more inforamtion, please refer to
    it.
    Check your permission in that web site, ensure you have permission to open that web site in SharePoint Designer (Check in Site Permission > Permission Level in ribbon > Click the permission you belongs to > Ensure Use Remote Interfaces is selected).
    Make sure the server that hosts SharePoint 2010 Deisgner can acccess your SharePoint sie correctly. 
    If this issue still exists, please run SharePoint Products Configuration Wizard, then compare the result.
    In addition, here are some similar post for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/2a3c022c-f924-4b38-be02-5c5ac7a2927e/cannot-open-sharepoint-site-using-sharepoint-designer-2010-get-a-popup-with-4-possible-causes?forum=sharepointgeneralprevious
    http://sharepoint.stackexchange.com/questions/18006/sharepoint-designer-unable-to-open-web-site
    http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/MS-SharePoint/Q_27968087.html
    I hope this helps.
    Thanks,
    Wendy
    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]
    Wendy Li
    TechNet Community Support

  • Trouble creating a Netezza datasource from SharePoint Designer 2010 using OLEDB

    I am trying to create a data source in SharePoint Designer 2010 for connecting to a Netezza database via OLEDB.  If I choose the Microsoft .NET Data Provider for OLEDB and give it the server name, username, and password, I get the following connection
    error:
    Server Error: An error occurred while retrieving the list of Databases from nzprod-vip: The data retrieval service encounterd an error during connection to the data source. Contact the server administrator for more information.
    (The server administrator had no additional information.)
     If I use a custom connection string, specifying the Netezza OLEDB provider,  whose format looks like this (actual database and credentials omitted):
    Provider=NZOLEDB;Password=...;User ID=...;
    Data Source=...;Initial Catalog=...;
    Persist Security Info=True;Port=5480;Logging Level=0;Log Path=nzconnect.log; Optimize for ASCII=True;
    I get the following connection error:
    Server Error: An error occurred while retrieving the list of Databases from nzprod-vip: The Web server cannot connect to the specified data source because the query may contain errors, the data source may be unavailable or configured improperly, or you Web
    site is behind a proxy server or firewall.
    If your Web site is behind a proxy server or firewall, verify that your server administrator has configured the Data Retrieval Services HTTP proxy server setting for Microsoft SharePoint Foundation.
    (We are not behind a proxy server or firewall.)
    The NZOLEDB provider is loaded on the SharePoint server running the SharePoint Data Retrieval Service. I can successfully connect to the Netezza database if I login directly to the SharePoint server and run a Netezza database
    browser that connects via NZOLEDB using the same parameters that are in custom connection string I tried through SharePoint Designer.
    Our SharePoint server configuration has one server for the application services (including the Data Retrieval Service) and two other servers running just SharePoint web services.   (We actually loaded the NZOLEDB driver on all three servers for
    good measure, though we think the server running the Data Retrieval Service would be right one.)
    We do not think SharePoint privileges are a factor, since we had our SharePoint administrator try to connect while running with full access privileges.
    Any help will be much appreciated.

    Hi Ronald,
    i am not quite sure how the OLEDB connect to the netezza, as i heard they also have their own OLEDB, as you mentioned.
    but please have a check this link, perhaps it may help to set up OLEDB in sharepoint designer
    http://office.microsoft.com/en-us/sharepoint-designer-help/add-a-database-as-a-data-source-HA010355745.aspx
    perhaps this link may help you in some way:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/0e4b5e49-49ef-4e6b-9ab8-ac954ab8d0be/how-do-i-add-c-to-webpage-in-sharepoint-designer?forum=sharepointcustomizationlegacy
    http://social.technet.microsoft.com/Forums/en-US/9ac4a7af-6e3f-41d8-8b8e-14b707697e06/c-code-to-connect-netezza-using-oledb-provider?forum=sqlintegrationservices
    http://www.rafael-salas.com/2010/06/ssis-and-netezza-loading-data-using-ole.html#!/2010/06/ssis-and-netezza-loading-data-using-ole.html
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Errors were found when compiling workflow in SharePoint Designer 2010

    Hello there,
    I've run into a interesting issue in SharePoint Designer 2010 when publishing a workflow. I now get the below error
    Normally when I get this message I simply clear the SharePoint Designer 2010 cache described in this
    article, however, in this case the issue still continued. Hence I started the process of trial and error and quickly realized that the Update Item action was the culprit. In this action I am updating approximately 70 columns. Currently, I have two such
    actions running in sequence. When I added the third Update Item action to do the same, I started getting this error.
    Has anyone else experienced this before? In the workflow I am currently working on I am going to have to using the Update Item action several times and update approximately 70 columns hence I am open to other ideas to do the same.
    Thanks in advance.

    Hi Entan Ming,
    Thanks for your reply, Hope you are aware that while we create any new workflow using SharePoint Designer 2013. There are two ways (We can say Platforms) to create the new workflow 1. SharePoint
    2010 and 2. SharePoint 2013.
    If I choose second one I. e SharePoint 2013, and try to create, save and publish workflow it`s working fine. But whenever I select option no. 1  i.e. SharePoint 2010  Platform to create
    the workflow, I am able to Create it , save it , but while I try to publish it I got an error:
    Errors were found when compiling the workflow. The workflow files were saved but cannot be run.
    When I click on Advance I got message:
    Unexpected error on server associating the workflow
    My question is that, I am not able to publish any workflow in SharePoint 2010 Platform, using SharePoint Designer 2013.  
    Before publishing a workflow, I click on ‘Check for errors’ button, there was no any error found.
    Thanks & Regards Mr. Bajirao Shinde

  • What exactly is Office Tools in the sharepoint Designer 2010 install?

    I was looking for a solution to problems we have been having with Office 2003 and Sharepoint 2010 and I was able to fix it by installing Sharepoint Designer 2010. However I didn't want to install the entire Sharepoint Designer software on the clients PC
    so I just installed Office Tools from the installer but I can't figure out what it's changing for this to work.
    Can you give me an idea as to what exactly being installed in the Office Tools component of Sharepoint Designer?
    Regards

    According to you description,my understanding is you want to know how it fixed your problem by installing Office Tools.If yes,please refer the below description.
    All Microsoft Office components from MS Office 2007 and newer contains a component (OWSSUPP.DLL) that implements full integration with SharePoint. Full integration is often noticed by the user in that it enables checking documents in and out from the application
    (as opposed to manually checking out and downloading the document, open the application manually and work with the file, manually uploading the file to the right SharePoint site and checking it in again).
    So when you install Office Tools in the Client machine,the above dll will get installed an enabled in the browser and user will get option to open the document/excel file from the SharePoint site using the local Office Product which was installed in the
    client machine.That dll integrates the SharePoint application with Office Product.
    Best Regards,
    Pavan Kumar Sapara.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem.
    s p kumar

Maybe you are looking for