Share Point - 2010 Approval Workflow

Hi ,
I want to add the lookup column to custom task form ?
i did the follow step
Create a workflow in SharePoint Designer .Add an action 'Start Custom Task Process ' .
Clik on Task(1) and add a new task form field of single line of text information type .
Choose Change the behavior of a single task .
Find the 'Before a task is assigned ' and add an action 'Set Task Field' .Set the single line of test field to get the value of current item :path
Then publish the workflow .The column on the task form will have the value of current item name  .
But when i started my workflow it has not added any value to my lookup column in Tasks list. means
my lookup column is blank. Please suggest me how can i troubleshoot this.
Thanks
Regard, Ravindra Patil

Hi Entan!
Thanks for reply.
Please see below is my Tasks list.And Dlink is my Task form filed inthis field i want to add the Current document link for which user has started workflow. Now u can see below i am able to add value of current document created by but i want link for tht
document. For more details please see below are my requirement.
Requiement:
Want to create Approval workflow.
Whenever work flow get start the task get assign to user and user can go into tasks list and can see the task. If let say user want to modify documents then he should have one link in task list which will allow him to midify the content of document an the
document should save in original library after he save the changes.
After his changes he should be in same task list and now he can Approve this document as simple approval process.
Regard, Ravindra Patil

Similar Messages

  • Share Point 2010 opening pdf in adobe reader prompting credentials

    Hi,
    In our share point 2010 internet site whenever we try to open pdf , its trying to open in adobe reader and prompting user to enter credentials and finally getting " url provided couldnot be reached..." error  message. This is happening with only certain versions of adobe like Adobe X, Adobe 11.
    Do you have any update on this one. It is possible to open the document in New WIndow or New tab by right clickign the document. ALso we have enabled browser handling for the web application "permissive".
    ITs working fine in other versions of adobe reader like 9..
    Thanks
    DevSP2010

    Hi DevSP2010,
    We have different sharepoint server setup locally. we are not getting error on these server.If possible can you please share the fiddler logs so that we can look into the issue.
    In order to take fiddler log install fiddler from : http://fiddler2.com/get-fiddler
    Once you have installed fiddler, it can capture all web calls. Do following to save the logs
    1. Open Fiddler
    2. Do the workflow which result in error(Say, from Acrobat access sharepoint site via "Open from Online Account")
    3. Fiddler will record all this activity, Save the logs as follow : Select all the logs in fiddler(Ctrl + A) -> Right Click ->Save -> Selected Session -> in Archive ZIP
    You can send this log to me on my ID : [email protected]
    Thanks,
    Kriti

  • How to get list data and bind to data table or Grid view in share point 2010 using j query

    hi,
    How to bind list data in to data table or  grid view  using Sp Services.
    How to use sp services in share point 2010 lists and document library 

    Hi, You can use List service, SPServices and JQuery to get your requiement done-
    See here for an sample implementation -
    http://sympmarc.com/2013/02/26/spservices-stories-10-jqgrid-implementation-using-spservices-in-sharepoint/
    http://www.codeproject.com/Articles/343934/jqGrid-Implementation-using-SpServices-in-SharePoi
    Mark (creator of SPServices) has some good documentation on how to use SPServices-
    http://spservices.codeplex.com/wikipage?title=%24().SPServices
    SPServices Stories #7 – Example Uses of SPServices, JavaScript and SharePoint
    http://sympmarc.com/2013/02/15/spservices-stories-7-example-uses-of-spservices-javascript-and-sharepoint/
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Saving the data from two info path forms in to a single list in share point 2010

    Hi ,
    I have two  info path forms are in share point page FM 1 and FM 2.
    In FM 1 I am getting data from lists by using drop down and casket drop down  and FM 2 i need to enter manually after entering
    i want to save both forms information(FM 1 & FM 2 ) in to a single list of  share point 2010
     If any knows the solution please reply me  
    Thanking You,
    Arun Darly

    Hi,
    Based on your description, my understanding is that you want to save the data from two info path forms in to a single list in share point 2010.
    We can't save the data from two info path forms in to a single list, but we can
    save the data from two info path forms in to a single library.
    Open the  FM 1 and FM 2 in Infopath(you have save it Locally once).
    Publish the FM 1 and FM 2 as content types named FM 1 and FM 2.
    Add the content types FM 1 and FM 2 into a document library, Then you can save the data
    from two info path forms in to a single library.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • How to populate active directory users in to drop down list items dynamically in Share point 2010 ?

    Hi My self Arun in my current project i have a task on that active directory user  need to automatically populate in share point list drop down  please help me.  is that any out of box feature in share point 2010 ?   
    Thanking You 
    Arun 

    Arun,
    If you plan to implement the "Querying the Active Directory" based on my code snippet,
    and if you do not have permission [your account must be the part of domain admin] to do so,
    Then still you can do it in least effort through code,
    string usersInXml = SPContext.Current.Web.AllUsers.Xml;your xml string look like this.
    <Users><User ID="2" Sid="" Name="Administrator"
    LoginName="i:0#.w|murugesan\administrator" Email="" Notes="" IsSiteAdmin="True" IsDomainGroup="False" Flags="0" /><User ID="1" Sid="" Name="Murugesa Pandian" LoginName="i:0#.w|murugesan\murugesan" Email="" Notes="" IsSiteAdmin="True" IsDomainGroup="False" Flags="0" /><User ID="1073741823" Sid="S-1-0-0" Name="System Account" LoginName="SHAREPOINT\system" Email="" Notes="" IsSiteAdmin="False" IsDomainGroup="False" Flags="0" /></Users>
    You can user Linq to XML to filter the "LoginName,Name and Email and then populate your drop down list.
    * User must be logged into the site at least once.
    Murugesa Pandian.,MCTS|App.Devleopment|Configure

  • How to read data from info path in custom web part in share point 2010

    We have a document library where the some info paths (code info paths) are uploaded with different views. Is there any way to read the data from info paths forms in custom share point 2010 web parts like  using any available  web services in share
    point 2010 etc,,
    Any suggestions are helpful to me.
    TARUN

    Hello,
    Yes, you can use XmlDocument, XmlNodeList, XmlElement, XmlNode etc to read infopath file via code. Just add "using System.Xml" as reference in your solution.
    Refer below link with sample code:
    https://sujeewaediriweera.wordpress.com/2012/02/12/accessing-infopath-form-data-programmatically/
    http://sharepoint2010tutor.blogspot.sg/2012/01/programmatically-reading-contents-of.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Can we change the name of reassign button in sharepoint 2010 approval workflow?

    can we change the name of reassign button in sharepoint 2010 approval workflow?
    Shazil Ali

    Yes, we can change it. Steps are as follows: 1. Create the workflow in SharePoint Designer 2010 2. Use Start Approval Process action 3. Write your logic and all setting as per you requirement and then publish the workflow once. 4. After this, click on
    the workflow name and there you will see the sections as Workflow Information, Customization, Settings, Start Options, Forms. Here you will see a form under Forms section with a name of Approval_x00....... with a type "Task". Click on this form. This form
    is an Infopath form that opens up when a task is to be edited (Task Form). This form will open up in Infopath (provided you have Infopath installed on your system) It may ask you the crendentials for security. 5. The task form will open up in Infopath for
    editing. Click on the Reasign button and in the top left corner in the ribbon section is the field (Label) having text as "Reassign Task". Change this and then save and publish the form.Publish the workflow once again.

  • How to create Auto complete text box in share point 2010 Visual web part

    Hi All ,
    I am want to use Auto complete text box in share point 2010 Visual web part ,data need to get from share point list how to  create 
    please guide me how to use Auto complete text box
    Thanking you,
    Arun Darly

    Hi Arun,
    Please refer to the following article.
    SharePoint 2010: JQuery Autocomplete Textbox Containing List Items
    http://smarttools.codeplex.com/wikipage?title=Autocomplete%20Text%20Field
    Please don't forget to mark it as answered, if your problem resolved or helpful.

  • How to implement Digital Rights Management (DRM) on a document library in share point 2010

    Helloo,
    Does any one has an idea about DRM (Digital Rights Management) and how to implement it in share point 2010.
    I have a requirement to secure some excel and pdf files using DRM in sharepoint 2010. Can anyone help me here..
    Thanks
    Razi

    See if this helps you...
    http://blogs.msdn.com/b/ecm/archive/2010/02/13/introducing-records-management-in-sharepoint-2010.aspx
    http://technet.microsoft.com/en-us/library/cc261982.aspx
    http://www.cmswire.com/cms/document-management/the-scoop-sharepoint-2010-records-management-005948.php
    "T" | community.zevenseas.com/Blogs/Tanmay/default.aspx

  • Trying to set up an out of the box SP 2010 approval workflow that doesn't generate warnings or errors

    I have a custom list for which I want an approval workflow.  There is only going to be one stop for the approval - creating an item is a request to a person for a new code to be created. 
    If I do not turn on content approval, then I get the message:
    The workflow could not set content approval status. Enable content moderation for this list and run the workflow again.
    When I turn on content approval, then when the users go to the custom list to create an item, they see this message:
    Items on this list require content approval. Your submission will not appear in public views until approved by someone with proper rights.
    Surely I am missing something obvious. I just want a standard SP 2010 form without warnings to gather info from the user, then to create a workflow task that sends a person an email that they need to approve or reject the request.
    The second message is going to cause questions from the users. The person who has to approve the tasks wants to be able to see what requests are awaiting approval vs approved vs rejected.
    Is this something that is not doable in SP 2010?

    the "Approval Process" step is designed for manipulating the "Moderation Status" (Content Approval status) of a list item... What you are seeing is DESIGNED behavior.
    When Content Approval is enabled, content changes are not made public until they have been approved. The Approval workflow sends the email to a manager, who is supposed to approve or reject the change.
    If Content Approval is DISABLED, there is no point to the workflow.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Workflow SharePoint 2010 -Approval workflow for multiple users

    Want to create a 2010 SharePoint server workflow which will allow me to send email once item is added > Start approval process > if approved then mark workflow status as approved and then send email to reviewer 2 and again start the process of approving
    > and approved then again mark status to approved and send email to reviewer 3 and mark status to approved if approved by reviewer 2 and end the workflow.Also, if the item is not approved by any user, then it should directly log a comment and go to end
    of the workflow.
    I had started as something like :
    Send Email to rev1
    Start approval process for current item with rev1
    if approval status is approved
    set workflow status to approved
    send email to rev2 and so on...everything works but when rev1 rejects the item, then workflow does not go to end of the workflow. One difficult thing is we don't have go to a step option like in 2013 workflows.
    I don't know how to move on as when I try to execute the logic, all three approval process(for 3 reviewers) run even if item is rejected .....Please help

    Check these links
    https://slingeronline.wordpress.com/2013/02/27/setting-cancel-on-first-rejection-on-an-spd-workflow/
    http://sharepointduffbert.com/2014/06/17/getting-an-spd-approval-workflow-to-cancel-on-rejection-or-change/
    https://social.msdn.microsoft.com/Forums/office/en-US/c212e5d7-f7bf-4f17-be16-374e02652dbb/reject-stop-workflow-not-working?forum=sharepointcustomizationprevious
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/a2d0a259-f8ca-48cf-b9ab-0c9387329502/sharepoint-designer-workflow-how-to-jump-back-to-previous-workflow-step?forum=sharepointcustomizationprevious
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Add Approved Date to 2010 Approval workflow

    Hello
    I have copied the globally reusable workflow Approval - SharePoint 2010 and will apply it to a document library.
    However, this approval workflow does not have an approval date column (only in the history list).
    We really need to have a date in the corresponding Tasks list to say the date it was approved, for our audit trail. I don't want to use the Workflow History list.
    Your detailed response would be much appreciated as I am only new to modifying workflows.
    Thank you so much.
    Mel

    Hi,
    I understand you need to get the “Approved Date” and display it in the Task list.
    As we can tell, there is a OOB column in the Task list named Outcome which shows the Approved status of Approval workflow. When it turns into “Approved”, then the current date is the “Approved Date” you want. So I use the workflow
    to get the current date i.e. “Today”. Then we can create a new column in Task list (in my demo, it is Date) to display it.
    Could you please have a test per my steps in my first reply? Any question, let me know.
    Regards,
    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]

  • Is it possible to debug step by step for share point designer workflow in share point 2010

    Hi all,<o:p></o:p>
    I have created a reminder date work flow but it is not working .In this work flow it need to be check first its status if its status is suspend then only workflow can run .I am
    attaching below workflow logic check if any modifications needed please suggest me . And  I have doubt is it possible to check step by step debugging like in coding we are using break point in this way any break point is available for designer workflows
    ? If break point is available please guide me how to get and use those<o:p></o:p>
    Thanking you,<o:p></o:p>
    ArunDarly 
    <o:p>Workflow logic given below</o:p>

    You can't step through a SharePoint Designer Workflow.  The normal workaround is to Log messages to the History list with the values you want to look at where you would normally put breakpoints.  Then run the workflow and examine the history
    list to see how the values changed as you went through your workflow.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • How to create Remainder email workflow in share point 2010 designer without creating the remainder date (calculated) column in the list

    Hi,<o:p></o:p>
    I have task to create remainder email notification 3 days before by comparing with End
    date (my list item) so i created one calculated column in the list as remainder date by using that remainder date
    i created, but my project manager told me create same remainder notification work flow without create that remainder date i tried to write calculation in work flow
    but it is not working if any one knows how to do this please help me<o:p></o:p>
    Thanking you,<o:p></o:p>
    ArunDarly <o:p></o:p>

    Hi,
    For reminder type requirements, I tend to use the ‘Information Management Policy’ SPD method as described in
    this blog article by Laura Rogers (it’s for MOSS and WSS but works in SP2010 also).
    This method avoids the use of calculated columns; rather the workflow does the calculation and outputs information into a ‘reminder’ field. Also, I don’t like the idea of ‘paused workflows’, so this method works for me.
    Cheers
    Matt

  • SharePoint Designer 2010 approval workflow error revisited

    Karen K started a question around:
    Errors
    were found when compiling the workflow. The workflow files were saved but cannot be run.And when I click on the "Advanced" button in the error message, I see this detailed error:
    (0,
    0) Activity 'ID4' validation failed: Property 'DurationUnit' has invalid value. Field type 'System.String' does not match with the expected type 'Microsoft.Office.Workflow.Actions.DurationUnit'.)
    The full problem/solution is posted:
    http://social.technet.microsoft.com/Forums/en/sharepoint2010customization/thread/332e49c6-6471-4374-9c9f-9bcf334f9c69
    However, 
    I can't figure how to do step 2:
    2.       Select
    the Action and click the “Advanced Properties”
    ribbon control;
    3.       Find
    the “DurationUnit” property in the properties
    box, and click the “fx” link in the box;
    Which
    "Select the Action" am I looking for? I looked everywhere.
    Help

    RoyKim, it's simpler than you think, which is why it probably stumped you.  This is all you do:
    In SPD2010, click on the Workflows Site Object
    Find your workflow and click on it to open the top-level settings page
    Click edit workflow
    This is the page where you perform the steps from that other thread
    Single-click the row that says "Start Approval process on CurrentItem etc etc"
    Then click Advanced Properties in the ribbon
    Scroll down until you find DurationUnit
    Click the fx button on the right and re-select Parameter: Duration Units as instructed
    SharePoint Architect || Microsoft MVP ||
    My Blog
    Planet Technologies ||
    SharePoint Task Force

Maybe you are looking for

  • How do I move mp3 files from my iPod to my computer?

    Short version: I need to move music from my iPod to my computer so I can fix ID3 (or AAC) tags on the mp3 files, then move the same, corrected mp3 files back to the iPod. Long version: I used to have a Pioneer car stereo with iPod control. It display

  • Acknowledgements being requested - to be stopped

    Hi I have the following scenario - idoc text file from subsystem --> XI --> Idoc xml --> BPM --> Idoc adapter --> R3 To convert the idoc text file into an idoc xml - we are running RSEINB00 program on the Integration server . The receiver of this ido

  • Cannot view PDF files with Reader once we uninstall Acrobat X Professional

    Our office recently installed Acrobat X Professional on all of our computers. One of our groups uses Adobe Reader to view documents in a medical records system. The documents are imported into the system via an interface that converts them to PDFs. B

  • Generic Host process for WIN32 encountered an error and needed to close

    Hi,   I hv installed SAP ECC6.0 SR3 on WIndows 2003 R2 Enterprise Edition. Many times i get an popup message on Windows Server "Generic Host process for WIN32 encountered an error and needed to close" I hv checked the Event Viewer, in Event Viewer it

  • Gzip to compress zip files

    hi everyone..i am making a backup utility. it will compress, encrypt and split the files and send it to an ftp server. i have everything worked out except for one bug...when i compress already compressed data, it gets corrupted...like installers, or