Approval status after copying sharepoint issue (help friend)

Re !
It's surely easy...I gonna try to be clear :)
In sharepoint I got 2 lists : list01 and list02
On my list01 I have a workflow.
In the list01, if the approval status of my item is "approved" then I copy the item in list02.
My problem is : 
the copied item in my list02 (yet "approved" in list01) have a approval status "waiting for approval"
Strange ?
How to keep it "approved" ? What I do not do well ? I have to change my workflow on list01 ? Create a workflow on list02 ? Settings/configure on my list02 ?
I don't understand this behavior.
Thank you for reading.
Regards

Hi,
The approval status column is a system column, it cannot be copied by workflow.
You can click approve/reject button in the ribbon to approve or reject the new item in list02 manually.
Or you could change the approval status from “waiting for approval” to “approved” by code in the list02.
The article below is about how to update the content approval status column.
https://chanakyajayabalan.wordpress.com/2013/03/01/read-or-update-content-approval-status-column-or-moderation-column-using-sharepoint-client-side-object-modelcsom/
Best regards,
Sara Fan
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]

Similar Messages

  • SC still in approval status after creating a SC

    Hi guys,
    we have implemented SRM 4.0 (SRM-Server 5.0) in ECS as a test-system. All Workflows did work  until we installed SP 9 and 10. By installing these packages we had to delete some taks for workflows (activation of WS10000060). We reactivated the workflow but now if we create a SC the approval workflow is not started automatically. In this case no approval-Workflow (WS10000060) is not started. We checked all instructions of note 322526 but we didnt identify any error. If we create a event manually with transaction SWUE the workflow is started and the SC is approved. In transaction RZ20 we got the following error messages:
    Folder SAP EBP Procurement Internal Monitors -> Internal Errors -> Approval: "Function module error BBP_PDH_WFL_START_NOW at position BBP_API_SIMULATED_WF_SCHEDULE start now. Sy-subrc:"
    Folder SAP EnterpriseBuyer Monitors ->Approval -> Other Errors: "Object is not a procurement document"
    Thank for your help in forward. We appreciate your help a lot.
    BR,
    Bernd

    Thank you guys,
    this note did solve my problem.
    BR,
    Bernd

  • SP2010 Designer workflow "Set Content Approval Status" does not work

    Hello
    I'm having a problem with a workflow for one of my clients.It is a SharePoint 2010 environment and I can only use SharePoint 2010 designer (no visual studio).
    We have an approval workflow in place, which works great. After the document approval workflow has does its thing, a new workflow can be launged by specific users (they have writing rights and can approve content). The workflow is used to set the release
    date of the document. This can only be determined after content approval.
    However, when the release date is set, the document approval status is changed to concept. This is of course to be expected, as we changed to document metadata. That is why I wanted to add the action "Set content approval" to this workflow. I cannot
    seem to get this action to work. Right now the workflow does the following:
    check out the document (check out is obligatory in our library)
    set the release date field to the released date parameter (defined when starting the workflow)
    check in the document
    set content approval to approved.
    The release date gets set to the parameter value, but the document is not checked in and the content approval status is not set. SharePoint produces the following error message (translated from Dutch): "An error occured. Cannot edit the item, possibly
    because one or more columns require another type of content. Unknown error."
    Guided by other posts online I gathered that this might be because the actions checkin and set content approval occur to close together. I tried letting the workflow pause for the duration of 1 minute after checking in, but this pauses the workflow indefinitely.
    I then tried 5 minutes (as this is the time standard set by SP2010 designer) but this also resulted in indefinite pausing.
    Posts online lead me to believe that I'm not the only suffering from this problem, but as of yet, I haven't been able to find a solution that works for me. Hopefully someone can help me.

    Hi,
    According to your post, my understanding is that the "Set Content Approval Status" didn’t work in SharePoint 2010 Designer workflow.
    I try to reproduce the issue and the result is the same as yours.
    If I only check out and check in the item, the workflow works well.
    However, once I set Content Approval Status after checking in the item, the workflow get error.
    As a workaround, I recommend to use two workflow to achieve what you want.
    First, create the first workflow, and allow the workflow to be manually started.
    Then, create the second workflow, and
    start the workflow automatically when an item is changed.
    When you start the first workflow, the document will be set value of the release date. And then the second workflow will be started automatically to set the content approval status.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • OOTB Approval Workflow on Custom List does not Update Approval Status

    I have a custom list on which I've required content approval.  I then created a workflow instance from the "Approval - SharePoint 2010" template.  For this workflow I have selected "Update the approval status after the workflow
    is completed (use this workflow to control content approval".  When I approve the list item via the workflow task item the status of the item is not updated but stays at pending even though the
    workflow shows "Completed" with the Outcome of "approved".  Is this the expected behavior, i.e. does "Update the approval status after the workflow is completed (use this workflow to control content approval"
    not work for custom lists?  Does it work on any of the lists?

    Hi Kalos1840,
    If you check "Require Content Approval" setting, only the way above can update the approval status due to the approval status is for this approval workflow. As this approval workflow cannot achieve your demand, I recommend you un-check "Require Content Approval"
    setting and create a custom workflow such as the OOTB Approval Workflow or SharePoint Designer workflow.
    Here is the steps of a SharePoint Designer workflow:
    1.Go to your custom list , click Create a Workflow in SharePoint Designer.
    2.Add a “Start a task process” action in your workflow.
    3.Click “these users” and Start a Task Process edit page will pop up.
    4.In the Participants field, input your  approvers based on the order of approval.
    5.In the right of Participants field, select “Serial (one at a time)”.
    Best  Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Approval Workflow does not update the Content Approval status if started automatically

    Hi,
    I’m using a simple Approval Workflow associated with
    Content Approval on site pages. It works fine when I set it to be started manually (by using
    Allow this workflow to be manually started by an authenticated user with Edit Item permissions
     option) and on the completion of the workflow the
    Content Approval status is updated accordingly. But when I set it to be started automatically (by using
    Start this workflow when a new item is created
     / Start this workflow when an item is changed
    options), it does not updates the Content Approval status. Note that I’ve set the
    Update the approval status after the workflow is completed (use this workflow to control content approval)
    option to true.
    Regards

    Hello,
    It is recommended to select "Start this workflow to approve publishing a major version of an item" when you want to use the workflow to manage content approval for
    a library.
    According to the Notes for “Enable Content Approval” option in
    this reference:
    If you are using this Approval workflow to manage content approval (moderation) for a library, and you selected the Start this workflow to approve publishing a major version
    of an item check box on the Add a Workflow page..
    If you did not select the Start this workflow to approve publishing a major version of an item check box on the Add a Workflow page because you do not want this workflow to
    be the default content approval workflow for a library, you can select the Update the approval status (use this workflow to control content approval) check box to make this workflow a secondary content approval workflow that specific users can
    start manually.
    That means having an approval workflow start automatically when a document is changed or created is not a good practice when you want to use the workflow to manage
    content approval for a library. You should either select "Start this workflow to approve publishing a major version of an item" or give users the option to start the workflow manually at the time they want to submit for an approval.
    Thanks & Regards.
    Lily Wu

  • Approval Status of all the documents which were in 'Approved' state, now showing as 'on going' status after migration to SP 2010.

    Hi There,
    I have recently migrated my SharePoint 2007 portal to SP2010, However, to my surprise  i have noticed all the documents in different document libraries are having 'Approval status' as 'On going' status which suppose to be 'Approved' status.
    I mean, before migration all the documents status was 'Approved' and after migration it is showing as 'on going'.
    This is absolutely incorrect, can someone help in this.
    How can i retain all the documents status as 'Approved'
    Regards
    Vikram P
    vikram padigala

    Hi There,
    I have recently migrated my SharePoint 2007 portal to SP2010, However, to my surprise  i have noticed all the documents in different document libraries are having 'Approval status' as 'On going' status which suppose to be 'Approved' status.
    I mean, before migration all the documents status was 'Approved' and after migration it is showing as 'on going'.
    This is absolutely incorrect, can someone help in this.
    How can i retain all the documents status as 'Approved'
    Regards
    Vikram P
    vikram padigala

  • Sharepoint 2013 designer workflow auto approve task after due date is passed

    sharepoint 2013 designer workflow auto approve task after due date is passed.
    Could we approve the task automatically once due date is apssed?
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    If your task is created by a workflow (first) and stored in a separate task list, you can create another workflow on this particular task list, then each workflow instance would check if current task is expired (not approved/rejected), then
    determine if update current task's "Task Outcome" as approved (and update task status as complete), and then create a retention policy on this paricular task list to trigger the workflow on due date .
    Thanks,
    Daniel Yang
    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]
    Daniel Yang
    TechNet Community Support

  • Can't retrieve approval status in Globally Reusable Workflow (Approval - Sharepoint 2010)

    For day's i am trying to implement the following in one of the standard, out of the box, Globally Reusable Workflow with Sharepoint Designer 2010:
    If Current Item:Approval Status not equals 0:#Approved Start Approval Workflow Task process on Current Item with Parameter:Approvers Else //Nothing
    This is to prevent that a workflow is started if the item is already approved! The strange thing is, a buddy of mine has also Sharepoint 2010 and he can select in the DropDown list -Current Item: -> Approval Status..
    But the only things I can select are the following:
    Content Type
    Created By
    ID
    Modified
    Modified By
    Title
    I don't understand what is going wrong! What am i forgetting to configure or bind or set?

    I have found the solution!
    I have setup an test environment, Sharepoint 2013 on MS Server 2008R2 and installed Sharepoint Designer 2013. When I now edit the default out of the box "Approval - Sharepoint 2010", if you enter the condition "if current item field equals value", you can
    now select "Approval Status"!!
    So this means that it IS available after all! After a lot of trying, searching, this is the solution in a Sharepoint 2010 environment, installed on MS Server 2008R2:
    Edit the (global or copied version if you want) workflow.
    Add the condition "if current item field equals value" as a step.
    Select from the item field: Content Type
    Click on "equals" and change it to "not equals"
    Then click on the condition and enter manually the following: 0;#Approved
    Move the task "Start Approval Workflow Task..." up so it is a part of the condition "If.. "
    Add an Else condition
    Enter here your custom action or log to show the user that the Task is not performed.
    Save the workflow.
    We now have to manually edit the Workflow Rules file.
    In Sharepoint Designer 2010, click at the left side of the ribbon on "All Files".
    If you have created a custom workflow, you can find the "Workflow.xoml.rules" file, in the folder
    Workflows/"Your custom workflow"/"CustomWorkflow.xoml.rules".
    If you are using the global, out of the box Workflow, you can find the .rules file in:
    _catalogs/wfpub/Approval - SharePoint 2010/ReviewApproval_1033.xoml.rules
    Click on the file, then in the next screen click on "Edit file" under Customization. 4.Search for the string "ContentType" 5.When you have found the string, it looks a bit like this:
    ns1:String xmlns:ns1="clr-namespace:System;Assembly=mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">ContentType ns1:String
    (When you look a few lines below this line, you see your added condition 0;#Approved)!
    6.Replace the string ContentType with: _ModerationStatus 7.Save the file! 8.Open in the current directory the "Workflow.xoml" file (this is the workflow itself) 9. Click on the Save button, it will give you a notice:
    A more recent version of _catalogs/wfpub/Approval - SharePoint 2010/ReviewApproval_1033.xoml.rules has been saved to the server by "user" on 1/5/2014 10:50 AM.
    Do you want to replace this with your file?
    Click NO! (Important, otherwise it will replace it with the default rules file, and nothing has changed!)
    Close Sharepoint Designer 2010, reopen SPD2010 and go to the workflow.
    Edit the workflow and you'll see the following now:
    "If Current Item: equals 0;#Approved"
    The field Content Type is now gone! This is correct so don't worry!
    Publish the workflow and you are done!
    Check now on a library that has a link to the edited workflow, when you start a new Workflow on a Approved-Major version of the document, what the outcome is:
    The workflow is discarded because of the condition and nothing happened, so your document stays on the most recent Approved-Major version and is not published back to a previous version number!!
    Conclusion: I think that the Sharepoint 2010 Designer, is missing that specific "Approval Status" field, but with the solution i have just given, you can solve this!
    C# for the win!

  • Sharepoint Designer 2010 Workflows Struck in "starting" status after Sharepoint 2010 SP2 upgrade(KB2687453 - June 2013)

    We have SPD workflows and Nintex workflows which are configured to start automatically on a Document Library which have content type. After we have been installed KB2687453
    (sp2) , all the workfows running on documnet library with content type got strucked and always saying" starting".  Please help us.,... highly apprciated as it's urgnet. Thanks in advance.

    Hi  nart ,
    It is a known issue. Please install  the June 2013 CU to solve the problem.
    June 2013 CU:
    http://blogs.technet.com/b/stefan_gossner/archive/2013/06/12/june-2013-cu-for-sharepoint-2010-has-been-released.aspx
    For more information, you can refer to the thread:
    http://blogs.msdn.com/b/chaun/archive/2013/05/16/if-your-sp2010-workflows-are-stuck-in-the-starting-state.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/5a6e6e83-b59f-4099-a86f-a07723ff2b98/workflow-stuck-in-starting-state-after-applying-sharepoint-2010-cu-december-2012?forum=sharepointadminprevious
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Issues adding friends to iChat, please help!!

    I am having issues adding friends on ichat. I can enter their emails but it doesn't notify them on their computer that I added them. How do I fix this?

    Hi,
    iChat uses Screen Names (with AIM and can be email in style)
    Jabber Names/IDs look like emails as well but with Googletalk, FaceBook and Jabber Australia being the few exceptions I know of.
    AIM Names when registered look like an email ([email protected]) but you do not need the @AIM.com suffix when adding them as a Buddy.
    (Apple IDs of @mac.com and @me.com do need the relevant suffix)
    It would help if we knew what type of Buddy List you were adding these to and what sort of  "Email address" they are.
    11:27 PM      Friday; March 2, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • After approv status inquiry, it should not allow to change anything .

    Hi,
    As per the client requirement, we have assigned the three level status profile to in inquiry process like Block status, Review and approve status.
    Block status-It is initial status. After save the document it will be in block status
    Review status u2013It is the 2nd status. After review of authorized person, it will be changed as review status.
    Approve status- If everything is correct, then higher authority will give the approval for same and will change the status.
    Here client requirement is after approval of same inquiry document, it should not allow to anybody to change anything (quantity, material, any addition) in same document with va02 Tcode. Need your support if anything possibility is there for same requirement.
    Thanks
    Utpal mishra
    Sr.SD Consultant

    Already another thread is still open. Please maintain one thread for better monitoring.
    Thanks
    Regards,
    Reazuddin MD

  • HT201365 i forgot my pass code my home button doesnt work i cant restore because find my phone is on im frustrated and out of solutions my home button just stopped working today and it has just been one issue after another this morning help help help

    i forgot my pass code my home button doesnt work i cant restore because find my phone is on im frustrated and out of solutions my home button just stopped working today and it has just been one issue after another this morning help help help

    If you are unable to restore your iPhone with iTunes without having to enter the passcode, you will not be able to update your iPhone's backup. You will need to place the iPhone into recovery mode in order to restore the iPhone with iTunes and you can restore from the most recent backup available.
    http://support.apple.com/kb/ht1808

  • Update a site column dynamically to Approval Status

    Hello all this is what I have;
    InfoPath form with Form Status field (Form Status promoted to SP form library as site column) form switches to read only view when Form Status = Approved
    SharePoint form library set to require content approval
    Copied and modified OOB Publishing Approval workflow with Association column, Form Status added,
    As it stands, the work flow runs and updates the list item, Form Status, to Approval Status, unfortunately Approval status is set beck to pending (which is correct behavior I assume) I need some help! can I insert the Update list item action in the workflow
    task steps? I want Form status to start as pending and then reflect whatever Approval Status value is.  This is my first attempt at modifying an OOB workflow, is this the right approach?
    Thanks for any help, I have tried several solutions but I am definately missing something. Should the workflow restart on item change? should I have versioning turned on? all I am trying to accomplish is have the form switch to read only if it's approved and
    then if for some reason someone needs to make a change I need Form Status and Approval Status to have the same value.

    Hi,
    If you only want to approve content, you can enable content approval.
    If you want to manage versions, you need to enable content approval first and then enable version.
    More information:
    Require approval of items in a site list or library
    Enable and configure versioning for a list or library
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Leave with approval status ''Work in progress''

    Hi,
    I try to delete or complete the leave with approval status ''Work in progress'' and there is no way to do that .. can anybody help .
    This issue happened when i request annual leave and the session expired .. i login again and i found the request stuck at absence summary and i can't do any thing even deleting.
    snapshot of the issue:
    http://www.2shared.com/photo/B2F8Aysg/work_in_progress_leave.html
    Thanks in advance

    Hi,
    Yes i know its not should be disabled at site level i did that on test envroment .
    i tried to put it at user but its not possible
    after i put the profile on value 'Yes' the delete and update columns appeared at absence summary with warning massege and i can delete the Leave with approval status ''Work in progress'':
    http://www.2shared.com/photo/QqRfjReY/Warning_mass-2.html
    and when i try to create new leave gave this error massege:
    http://www.2shared.com/photo/LL1sU9xB/Warning_mass-1.html
    can you guide me how can i know the earlier personalization done on the absence page ??
    thaks alot for your helping

  • XML News Approval Status in Layoutset

    Hello,
    I'm also having a problem with the approval status. I have added the workflow status to the xml form, but the problem is that the status doesn't change, when submitting or releasing. The statemanagement commands were added to my layoutset, which is a copy from AppBulletinBoardExplorer.
    The layoutset consists of:
    2 collection renderers:
    AppBulletinBoardCollectionRenderer
    AppBulletinBoardHTMLCR
    2 resource renderers:
    AppBulletinBoardResourceRenderer
    AppBulletinBoardSubAreaResourceRenderer
    I have added:
    state to the displayed properties and visible properties and the 'Show Resource Properties' to all.
    The problem is that the workflow status isn't properly displayed in the xml and that i'm also not able to show the properties outside the xml, in the layoutset.
    When I look in the KM content it does display the right workflow status.
    I hope that one of you can help me.
    Thank you in advance.
    Greetings,
    Joost Christenhusz
    Does someone got other suggestions?
    I found out that in the AppBulletinBoardEditResourceRenderer (in which I the property cm_state) added the settings resource renderer: NewsRenderer is the reason for not showing the property cm_state properly.
    This resource renderer is calling a java class however. Changing this renderer into ResourceRenderer shows the state properly, but hides the newsitems.
    I hope that anyone can help me.
    Greetings,
    Joost

    Hello Patricio,
    Thank you for your trouble. Unfortunately it doesn't work correctly yet. The following happens.
    After submitting a document or approving a document the workflow status doesn't change in de renderlistitem. However the correct workflow status does change in de show form. Also does the status in the renderlistitem does when I click on 'generate project' in the XML Form Building.
    It looks like the workflow status in the renderlistitem isn't dynamic. How can I change that?
    I looked at the global settings form the two forms, but they appear to be the same, except from the HTML Fragment. Changing this doesn't have any effect.
    Thank you in advance.
    Greetings,
    Joost

Maybe you are looking for

  • Error message in the report: Exceeded configured maximum number of allowed

    Hi, When i'm running one report, it's throwing the following error. Error View Display Error Exceeded configured maximum number of allowed input records. Error Details Error Codes: EKMT3FK5:OI2DL65P SQL Issued: 3302~v9p2gfbm0sfk91lrj16oe7srm2 This is

  • Changing resolution in Solaris 10 sparc system

    How do change resolution in solaris 10 on sparc system? During install display was fine. Once boot to OS, display is bad. Need to know how I can change resolution to get a decent display on screen.

  • Nokia lumia 1320 off and continuously vibrating.

    I bought Nokia lumia 1320, 5 days back. On 3rd day when I took phone, I saw it was contineously vibrating. I tried to unlock but no responce. It keeps vibrating. That is like off and vibrating. I did a soft reset by pressing volume down and power but

  • T500 Parts information missing

    I am looking for the components/parts used in the T500 Model 2082-52G. Normally I can find them on the lenovo Hompage, but there is only very less Information for that Model (how come?). Where do I find out more about the exact product and model numb

  • Performance Tips? - Flickering

    Hi, I am having some serious performance problems with my 3D visualisation system. How can I improve performance and reduce flickering, the code is quite long so i wont show it here, but basically the scene renders some spheres and then re-draws them