SP2013 Content Approval Process, restrict status change on updates after Approval

Hi ,
I had implemented the SharePoint content approval process for one internal requirement. Now, there is a need for modifying the content after Approval Status and by doing so SharePoint modifies the status as 'Pending' after edit. But, I have to retain the
approval status.
Please share any thoughts on how to achieve this ? 
Thanks in advance.
soundar

Hi Soundar_SP,
After you edit the list item, then the approve status will change to pnending. This is by design.
There is no OOTB feature to achieve your requirement.
As a workaround, you can create a custom Approve workflow with start Approval Progress action and set the workflow started when item created.
Best Regards
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]
Zhengyu Guo
TechNet Community Support

Similar Messages

  • Change Status of archived document after approval process

    hi how can we change the status of an archived document in KM after it has gone thru the approval process.
    the reason once we archive we cannot resubmit the document for approval.
    thanks

    Hi Venu,
    have a look under System Administration - System Configuration -- Knowledge Management -- Configuration --Content Management -- User Interface -- Commands -- UI Command Groups -- StatemanagementGroup.
    See Java class: com.sapportals.wcm.rendering.uicommand.cm.UIStatemanagementGroupCommand. Take the class and decompile this and everything needed around to understand how this class works.
    Then you can choose to extend this CommandGroup to also have a command "Resubmit for Approval" or you can implement your own UI Command only for resubmitting (you will also have to activate your command (group) by settings within the configuration).
    On the other hand, if all this is completely new to you, I'm a bit sceptical if the task isn't a bit too big as a first task on KM implementation topics...?
    Hope it helps
    Detlev

  • Approval Process configuration in Change Request Management

    Hello Gurus
    We are currently configuring Change request management. We successfully activated charm, we are now working on approval process of change request management.
    I am following the following sim for the approval process configuration:
    https://websmp105.sap-ag.de/~sapidb/011000358700002931432006E.sim
    Can any one please assist us by guiding us on the following things?
    1. From BASIS point of view we have assigned roles to each user as employee e.g. developer charm (SAP_SOAM*) role to developer user\employee in solution manager, still when we are creating tickets then we cant see the options like “in development”, “in process” etc
    2. We are going forward with the default settings can any one tell us if we need to do something extra to get all those options activated like “in process”, “in development” etc
    I am in mid of these configuration settings; please assist me asap if possible.
    Thanks in advance,
    Regards,
    Sharmishtha

    Hello
    Thanks for your reply,
    I have used BP to create and process change request. Only confused with the standard process and where to look for the change documents, thats the reason i couldnt see the requests and change their status.
    I just want to know if you have customized any thing in to the standard configuration, say for e.g. if you want to add your own actions like in maintenance cycle after requests been released in development if you want to import automatically in QA which happens in case of Urgent corrections. What I need to do if I have to do such settings or change it in my standard configuration.
    How can I change this standard configuration? Anyone has done such kind of customization?
    Thanks for your help and more help on this topic will be appreciated.
    Regards
    Sharmishtha

  • Approval process monitor status turn to "Initiated" instead of "Pending", so awe is not routed

    When I submit a transaction, after successful submission in approval process monitor the status has turn "Initiated" instead of "Pending". That's why it's showing "Not Routed" for the next approving person. So that worklist is not populated.
    Please suggest me to resolve this issue.
    Process Monitor as follows after submission:
    Separation Approval Process (Stage)
    Initiated (Monitor status)
    Approval Routing from Unit HR (Path)
    Not Routed    (Step)                                                    Not Routed      (Step)
    Multiple Approvers                                                     Multiple Approvers
    STATEHR ROLEUSER SEPARATION                              Central Hr
    (Userlist)                                                                        (Userlist)

    Looking at the error message "The Network Adapter could not establish the connection" , It appears hostname and port may be incorrect. Review the targets.xml under E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\emd and
    emoms.properties under E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\config folder to make sure host ( sap_solman) and port (1527) are correct.
    As far as setting the environment variables goes, you can go to control panel -> system -> advanced -> environment variables and set the ORACLE_HOME and ORACLE_SID
    -Ramesh

  • Restrict status change

    Hi,
    I am wondering if it is possible to restrict the status changes on records. For instance, for an SR is it possible to create a restriction so that the status can't change from 'Closed' to 'Open' or from 'Cancelled' to 'Open'?
    We need to do this for several statuses and I have tried to use Field Validation, but there is character limit on the validation field, which does not allow me to create the complete validation rule.
    Regards,
    Ingeborg
    Message was edited by:
    ingeborg.vlot

    create a workflow that triggers "Before Modified Record Saved", and check for statuses of "Cancelled" or "Closed". Then create an action of "Update Values" that sets Status to PRE('<Status>')

  • DRQ#  Approval Process Does Not Fire on Update of Document

    Hi,
    If a purchase order is added for a value which does not require approval, then later the actual price of the order is known and is a value which requires approval, the user is able to update the purchase order without an approval procedure being triggered.
    Note #925685 states that approvals will not trigger on update, however this means a user can modify documents to a value which should require an approval process.
    Lianne

    Hi Lianne and Davis,
    I was wondering if you already found a solution for this problem.
    Unfortunately I did not found your post about the approval process.
    ( Re: 925685 - Approval process is not triggered after documents are added )
    Do you know if this is solved within 8.81 or did you find another solution?
    Kind regards,
    Marcel Kieboom

  • Restricting Further Changes to PO after GR or Invoice Posting

    <b>Hi Everyone,
    I have a requirement to Restrict buyers from doing any further changes to POs after the GR and or Invoice has been posted.
    I have tried looking into the configuration in SPRO, but still I couldn't find any helpful solution.  Even the standard user exists are not very helpful. 
    Could anyone help me to resolve this issue?
    Much Obliged.
    Yousif.</b>

    Hi Yousif,
    You can restrict the chageability of the PO at the release indicator level.
    Suppose if you set 'Changeability Indicator' as 1 for Release Indicator: 1 in SPRO--PO release strategies, you cannot change PO once it is released.
    I dont think you have the changeability control at the GR & IV level.
    Regards,
    Madhu.

  • To Activate the Approval Process when document is in update mode

    Dear Expert,
                        I have applied the Approval Process for UDF using the query "Select Distinct 'True' From ORDR T0
    Where IsNull($[ORDR.U_Rebate.number],0)>0 and $[ORDR.DocType]='I' ".
    Now as the field is UDF user is able to modify even after approval procedure.
    Please help me to apply the above query for the  Approval process even when the document is in update mode.
    regards,
    PankajK

    Dear Pankaj,
    Current B1 design only support approval for adding document. Update will not trigger approval.
    You may use SP_TN instead to block user updating it. If you are not familiar with the SP, search the forum first.
    Thanks,
    Gordon

  • Prevent Change agent from making changes to requests after approved

    Does anyone know how to block changes made to a Change Request after it has been approved?

    If you're talking about preventing changes to a change request record after it's been approved, I have a couple suggestions, but they require custom development effort.
    One possibility would be to create a custom control applied to the Change Request form that does this for you. Using Anton's custom control technique, you could create a control that, when the form loads, reads the current state of a
    CR's review activity and, if it's approved, finds and disables all of the controls on the form.
    http://blog.scsmsolutions.com/2011/08/create-custom-user-control-for-scsm-2010/ This post is for SCSM 2010, but the principal is the same for SCSM 2012.
    Another possibility is to create your own Change Request form from scratch that implements similar capability (ie: every time the form is opened, the FormLoad event checks the state of the review activity and disables/enabled all other form controls appropriately).
    Creating your own form would require you to override the out-of-the-box form for which there is no supported method yet. Plus, creating your own change request form would require much more development effort including knowledge of Visual Studio, WPF/XAML,
    C#, and the unsupported console API.
    These techniques to "block" changes will only work on a form, though. A user would still be able to make changes directly with powershell or the SDK. They could also make changes with any of the out-of-the-box console tasks that manipulate change requests.
    I'm afraid there's no "simple" answer, though.
    However, keep in mind that all changes to any record in Service Manager are recorded in the history of that record. So while it might be difficult to block changes, you can always review any changes that were made after a CR has been approved, including
    who made the change and when. That's more of a reactive approach instead of a proactive approach.

  • Changing Batch Numbers after Approval

    Weu2019re having a strange problem with one of our clients whereby  for the GRPOu2019s upon approval the batch numbers change, the system mistakenly picks other numbers. This is noticed after the GRPO has been approved before committal.
    What causes this system behavior ?

    Dear Experts,
    The only workaround on this seems to be removing the approval. Since its only after the approval that this change happens. This however removes a very critical system functionality, one of which I am unwilling to give up.  
    By the way, due to some customisation the batch number field is actually the batch attribute 2 column. Not the usual batch number column.
    Does anyone else have a workaround for this ?
    Edited by: MARTIN KAMAU on May 17, 2010 12:30 PM

  • Approval Work Item still appears in inbox after approval

    Hello, We have an issue in SRM 7.0 UWL when an approval work item at a specific level finds more than 1 approver.
    1) When there is more than 1 agent at a specifc approval level, after the item is approved the work item still stays in the Inbox of the approver. However, the approval tab on the document in SRM shows that approval is now at next level. The workflow log does not show any updates based on the approval that was done.
    2) However, if the work item in UWL is clicked on twice, and approval is done from the webdynpro launced the second time, then it behaves correctly. Workflow logs get updated, next approval is routed correctly, and work item is removed from inbox.
    Note: This only happens when an approval level has more than 1 agent. If there is only 1 agent, the behavior is correct.
    Appreciate any help!
    Zack

    Hi,
    Is this a standard solution or modified solution?
    You could have faced a bug in the standard work item completion code. I have seen this a few times (not with SRM though). Coul you check that what is the actual status of the work item after you have tried to approve the work item for the first time. You can check the status in transaction SWI1 (or table SWWWWIHEAD). Is the status COMMITTED? And after you try approve it second time, does it get status COMPLETED? IF this is the case (the status is COMMITTED after first approval), there is a bug in the code somewhere. You might find a solution for this from OSS. IF you have some kind of customized solution, you need to talk with a WF consultant - basically you need to call the work item completion function two times in a row.
    Regards,
    Karri

  • Read Master Data for Process order status change (REL to CRTD)

    I am unable to read master data and thus change the status of process order from REL to CRTD. (COR2)
    The reason it says, error in BOM reading, Transport Requirement (TR) already generated.
    Even after deleting the TR (LB02), the issue still exists.
    Is there another way of changing the status or some more steps are needed for the TR deletion?
    Thnx!
    Abhi.

    Order header Status-
    REL  Released
    MSPT Material shortage
    PRT  Printed
    PRC  Pre-costed
    BASC Batch assignment complete
    BCRQ Order to be handled in batches
    SETC Settlement rule create.
    In the error log it gives-
    Diagnosis
    Transfer requirements have already been generated, so therefore the bill of material cannot be read.
    System Response
    The system does not execute the action.
    Then I deleted the TR (LB02), but still I cannot reread the master data.
    The MSPT was for only 2 materials out of 6 and there is no GMPS status.
    There is prod supply area and control cycle used.
    and the TR generated at order release.

  • Employee Address updatas after approved

    Hi frds
    Im Working on the PA30 for infotype - 6(Address Change).My Requirement is when the employee update the address and click the save button ,workflow should trigger and the address should not update in the database table(SE11-PA0006) ..
    Workitem will goto HR Approver 1and HR Approver 2.Once Both approver approved the data should updated or its should not update.If any HR rejected the Req. the employee address should not change the address in database level.
    Thanks
    Pari

    I don't think that you can assume that the user could enter the new address in PA30, butt the actual address in database would not be updated. Or sure this could be possible with some heavy customization&enhancements.
    You should consider this from another perspective. The user should have a separate application/transaction or form (or whatever) for doing a request for address change (and not be able to change the address directly in PA30). Then this request would trigger a workflow, and only after the approval/checking of this request by the admins, the infotype should be updated with new address.
    You could take a look into ISR scenarios or possibly even HCM processes and forms scenario, if you have an option to use interactive Adobe forms. And of course Z-tables work always...
    Regards,
    Karri

  • Status is not updated after Save in the transaction but after closing and

    Hi
    In CRM GUI and PCUI,
    1) Opening a transaction (say an Invoice)
    2) Changing the status from 'Open' to 'Completed'.
    3) Save it
    4) after save, the status shows as 'Open' (but it should show as completed) but if we come out of the transaction and come again to the same transaction, we can see now that it is in completed status.
    Is there any thing to be checked or SAP usually works like this?
    As whenever an user change the status from open to completed, an follow up activity is created, since here the user see the open status again in the same transatcion (after saving), he/she again change the status from open to completed and save.. so it now creates two follow-up activity..
    Please help.

    HI
    i had similar issue when I planned callback after saving document (function module with commit was doing sth).
    This commit caused that status displayed on my document was previous not actual. When entering document again status was ok.
    So check if there are any function modules with commit launched after you save document (of course I do not mean standard commit for saved document).
    Regards
    Radek

  • Problem with Restricted Recruiter Requisition Status Change Approval Proces

    Hello,
    Our company is having a problem with Recruiters recieving any approval notifications for requisitions where the status change is performed by someone logged on as a Restricted Recruiter.  The approval notification never appears in the Recruiters approval page.  The Restricted Recruiter is able to submit the request without any problems.
    I was hoping that someone could help point me in the right direction so that I may begin troubleshooting this.
    Thanks for your assistance.
    Ryan

    I have been doing some digging on this matter on E-Recruiting workflow and have discovered transaction SWI2_FREQ (Work Items per Task), very useful.  Upon running this utility I found 8 pending approval request tasks.  I double clicked on the task to show the workflow status of each task.
    I double clicked on one of the request for status change tasks for a requisition which took me to the approval request for status change of Req ########.  Here I clicked on the activities tab selected the activities tab, selected the activity Approval request for status change of Requisition ######## then clicked on the execute icon.
    Doing this opened up a new web browser and prompted me to login.  Using the correct login credentials for this environment I click the login button and promptly recieve the error message...
    Error in Web service execution
    E:SWF_HTTP:050 TS51807979
    At this point I am unsure of where to go...
    Any help would be appreciated.
    Ryan

Maybe you are looking for

  • Can't get more than one month of backups with Time Machine

    I seem to be having persistent problems with TM. I have a 1TB HD and in the past I have been able to get up to several months of backups from around 140GB with exclusions. However, lately I seem to be plagued with "SystemFlipper" messages that start

  • FTP Sender Adapter with EOIO for Large files

    Hi Experts, I am Using XI 3.0 version, My scenario is File->XI->FIle, I need to pick the files from FTP Server , there are around 50 files in it each of 10 MB Size. So i have to pick the files from FTP folder in the same order as they put into folder

  • Value mapping with BPM

    Hi Experts How to do value mapping with BPM. I tried searching for blogs in SDN but i didnt get any solution Regards Sowmya

  • The hardest task to date. putting videos on Ipod.

    30 gig Video Ipod. I have tried all weekend to put my downloaded scrubs episodes on to my new Ipod. No luck. I tried ffmpeg first, then movie to go, then QT7, then pqdvd, I can't use handbrake because I downloaded these from bittorrent. Using QT7 I c

  • Illustrator CC crashes when opening large files

    Illustrator CC crashes everytime a try to a open a file larger than 100MB, I have restarted my Mac, reinstalled Illustrator, it solves the problem for a day, but the next day is the same problem all over again. It doesn't show any message,  it only d