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.

Similar Messages

  • Prevent user from making to many requests...

    Hallo everybody,
    We are using Tomcat 5.0 and have some large jsp's (reports) that consume large memory.
    1. Is there an easy way to prevent a user from making to many requests (eg. if he refreshes the page too many times, Tomcat gets an Out-of-memory error).
    Of cource increasing the memory is not the answer I'm looking for (already did that).
    2. Or may be a way to retrict a user to a certain maximum of memory
    This seems like a common problem; anyone have good advice?
    Thanks in advance.
    Marcus

    The main reason for multiple refreshes is the report taking too long to run and users getting impatient? Or is there another reason.
    1 - Give the users fair warning. Put a message on the page saying "this report takes time to run. do NOT refresh this page as then the report will take even longer"
    2 - You might set it up as a two stage process. Generate the report to a file. Then give them a link to check the progress of the report or load it if it is finished.
    That way when they refresh, they don't regenerate the report, but just get back a immediate response that tells them "come back later"
    3 - Perhaps you might consider the synchronizer token pattern.
    http://www.javaworld.com/javaworld/javatips/jw-javatip136.html
    4 - restricting users to max amount of memory would be difficult. How do you tell it is the same user? You could use a session variable, and record how many reports they have currently running, and reject any more then 3-4 requests at one time. But that could be worked around quite easily - just open up a new browser and its a new session.

  • Is there any way to prevent web.xml from any change ?

    hi all,
    we have a filter in web.xml. Now we want to prevent it from any change in future. I mean after making a war(EAR) no one can change the filter in web.xml. if he chaged it then he will not be able to re deploy the application.Right now it is in web.xml so one can easily change it and then he can redeploy the application.
    Is there any way to prevent web.xml from any change after making EAR(WAR)?
    One can easily make a change in web.xml and redeploy the application to get the result. Now we want to restrict the web.xml as java class for any change after making EAR(or WAR).
    Could some one help me to do this?
    thanks,
    dinesh

    I think you could use some third party software to lock the folder like FolderLock, just make sure others ppl cannot access your file should be fined.
    This is my stupid solution only,cheers.

  • Is there any way to prevent web.xml from any change like java class?

    hi all,
    Is there any way to prevent web.xml from any change after making EAR(WAR)?
    One can easily make a change in web.xml and redeploy the application to get the result. Now we want to restrict the web.xml as java class for any change after making EAR(or WAR).
    Could some one help me to do this?
    thanks,
    dinesh

    hi,
    Not at development level. We want it after deploying the application on server .
    We want to create it (web.xml) at tomcat startup (or in any other web/app server ) before loading any context.
    Is there any way to run a simple java class(not servlet) on tomcat startup(before initializing the contexts)?
    Message was edited by:
    DP_java
    Message was edited by:
    DP_java

  • Office 365 AAD Password Writeback not working; Event Viewer Error: 0x80230619 (A restriction prevents the password from being changed to the current one specified.)

    Hello all,
    I'm currently setting up a Proof Of Concept setup with directory synchronisation and password syncing to Office 365, leveraging AAD Premium for the password reset and password writeback to on premises
    AD functionality. Directory Sync + Password Sync is working flawlessly with the AADSync tool. However, upon requesting a password reset for a user, I'm hitting a password writeback error. The webpage states that the password does not meet the password
    complexity policy, while it does. I can set that particular password for that account at the on premises AD without any problem.
    In the event viewer at the AADSync server, I'm seeing this Error pop up whenever I try to reset the password:
    An unexpected error has occurred during a password set operation.  "BAIL: MMS(4032): ..\server.cpp(11003): 0x80230619 (A restriction prevents the password from being changed
    to the current one specified.) Azure AD Sync 1.0.0475.1202"
    My Setup:
    Windows Server 2012 AD with a single forest
    Seperate domain joined Windows Server 2012 for AADSync tool
    AADSync version 1.0.0475.1202 with options password sync, password writeback enabled
    Service account for AADSync tool with Replicating Directory Changes and Replicating Directory Changes All permissions
    on root AD forest structure with inheritance to all objects. This account also has the permissions to Change Password and Reset Password on all descendant
    User Objects.
    AAD Premium for my office 365 tenant
    AAD Premium licenses for the test users and the office 365 account used to sync to Office 365. This account is also Global Admin.
    Could anyone help me with this? Is there something I’m missing here? My guess is that the AAD is not trusted or the service account for AADSync tool does not have the proper permissions. I’ve tried
    many options, like setting the AADSync Service account to Enterprise Admin or granting the service account Full Control over that particular user.

    Concerning my issue:
    The Default Group Policy setting: Minimum Password Age is set at 1 day. As I was testing this feature with new users, their provisioned passwords were less than 24 hours old and the Minimum Password Age of 1 prevented the change of the password.
    After changing this to 0 days in the Default Group Policy, my password resets started working for newly created users. While this might not have affected existing users in production, it had me looking and searching for permission issues on my AD.
    So for those that might be experiencing ADSync Event ID 6329 and PasswordResetService Event ID 33008 Errors when trying to do a Password Reset using AAD Premium with Password Writeback, it might be helpful to check the applied password policy.
    The issue is solved.

  • Prevent PO item from beeing changed after goods receipt or invoice receipt

    Hi all,
    Users had the good idea to change the description of the goods to be purchased, after a partial goods entry was already posted. Now they complain that what they get is not what they ordered (...)
    Is it possible to prevent a PO item line from beeing changed with ME22N, after e.g. a partial goods receipt has been posted, or the MIRO posting has been done?
    Thanks for information!

    Kurt,
    Standard SAP doesnt restrict you to PO changes when subsequent documents are posted.
    You can have a Customer Exit to check in MSEG Table if any subsequent document exists for the PO entered in the PO number field. the exit could be used to check PO if MIRO/ MIGO have been posted or not.
    Also define error messages if the documents are posted, user should get error message.
    Raghavan

  • Can't lock the system from making changes...

    MacBook PRO with 10.4.9 and the system will not remain locked upon restart.
    For example, in System Preferences->Sharing, I change the name of the computer, lock it and then do a restart. Once back in OS X the computer is in a unlocked position. I can lock it but it won't stay that way.
    Any ideas on how to make it stay in a locked position? Thanks!

    Although it may introduce its own issues depending on usage, enabling the "System Preferences" > "Security" > "Require password to unlock each secure system preference" option should prevent pref panes from being unlocked after rebooting.
    Generally, these pref panes become unlocked in this manner only in "admin" accounts so a better option might be to refrain from using an "admin" account for routine use - use a "standard" account for the day to day things, and keep a separate "admin" account to be used only for performing administrative functions.

  • My iphone is recognized as my wife's iphone by my computer. I believe this is preventing my wife from making necessary changes to her phone. Any thoughts on how to change the name on the computer?

    A few weeks back, I connected my wife's iphone to my computer to download an update. Since that time, wheneve I connect my phone, the computer recognizes it as hers. ITunes correctly identifies the phone, but the computer does not. Is there any way to change the name with the computer. I canot locate any way to do this.
    Thanks.

    i suspect that this problem is under windows, like mine, the solution was go to start/run/regedit and then look for the name that you want to change, for example, if your wife's name is susan, use the search option in regedit to look for every possible susan word you find and then chage susan for pete, if pete is your name. Only the Susans related to the iphone name, dont change everything with susan in it, is easy to know wich one is related to the iphone name, don't worry. This procedure worked for me. good luck

  • Blocking a user from making changes in VF01

    Hi !
    I am trying to impose a check while doing VF01, so that my users cannot make any changes in Condition.They can view the pricing structure in VF01.
    Subsequently saving the Billing.
    Rgds,
    Indtajit

    Hi Indrajit
    This can be done by contacting Basis or Security team.
    If you just give authorization to VF03 then they can not make any changes. These authorizations can be given  on the USER ID's.
    Prasad

  • We recently purchased 26 iPads for an elementary lab. THe Apple Configuration tool does not do enough to help us lock students out of the settings folder to keep them from making changes. Is help on the way, or is there a third party solution available?

    If we do not find a viable solution quickly, our district is going to stop purchasing iPads. HELP!

    Unfortunately there isn't a way to completely lock out Settings. Apple designed iPads to be personal devices where user is "King"…which makes it a pain for school tech admins like you and I to manage. Apple only allows certain features and restrictions for 3rd party vendors to work with. So unfortunately there isn't a way to completely lock out Settings by a 3rd party vendor.
    What settings are the kids changing? Perhaps there's a workaround that could help (until Apple makes things more school/enterprise friendly).
    ~Joe
    (a fellow K12 tech)

  • How can I prevent my iPhone from making calls on its own?

    I often put my iPhone in my pocket. Sometimes I then discover that it is making calls on its own.
    How can I prevent this?
    Thanks.

    Turn on auto lock. I have never had my iPhone once do anything without me doing it.

  • Web2pdf continues to prevent me from making Adobe PDFs even after uninstalling web2pdf

    On FireFox's sync site, it endorses web2pdf. It doesn't work and it prevents my making PDFs with Adobe.
    So I got rid of web2pdf by closing out the add-on. That uninstalled the add-on, but I still can't print out any pdfs. I removed Shockwave Flash 11.5 r502, couldn't find Shockwave Flash 9.0 r45, and didn't understand the Mozilla page on plug-ins.
    "Adobe PDF Properties" tells me my PDF printer is working properly, but when I attempt to print a PDF, I get a pop-up window that informs me of an "error printing PDF." If I try again, the popup window tells me that my "Adobe PDF" is in "error status" until I remove the queued document.
    I never had this problem before I downloaded print 2pdf, and now that I've uninstalled it, the problem remains.
    How do I regain my Adobe PDF function? Any steps I can take to set my system back to its original operational state? Would reloading my Adobe CS3 solve the problem? Is there anything I should/can do before I resort to that (a very timely process)? My OS is Win8.

    Locking duplicate thread.<br>
    Please continue in the other thread that you created about this issue:
    * [[/questions/945997]]

  • Lightroom 5 Export TIFF tonal change, even without making changes in Photoshop

         Hi there,
    I seem to experience a mysterious issue when Lightroom creates an Edit Tiff for external editing. I have this issue only with one picture it seems. I tried to replicate it with another, but it doessn't happen.
    So here's what happens. I already had an Edit.tif of a DNG. Then I noticed I wanted to do some final retouching in Photoshop with the healing brush, but I also did some minor adjustments in Lightroom on the Edit.tiff, so I decided to create an Edit-Edit.tif.
    Then when I went back to Lightroom, I noticed the Edit-Edit.tif was all of a sudden lighter in the shadows than my Edit.tif.
    I tried some trial and error investigation myself, to replicate the issue. I couldn't replicate it with other pictures. But when I tried to do the same thing again, except this time no Photoshop editing to the Edit-Edit.tif (so Photoshop didn't ask me to save), same thing happened. So at least I found out it doesn't have anything to do with Photoshop.
    Anyone any idea what this could be? I would greatly appreciate any help! Thanks in advance!
    Kind regards,
    Dennis

    Problem is solved. It turns out, it probably has to do with the interpolation mechanism of Lightroom displaying dark area's with color noise a litte different.
    Thanks anyway for reading!

  • ME53N Prevent user from making a change

    How do you prevent a user from making a change to a purchase requistion via transaction ME53N?  We want the user to make a change to the purchase requisition using transaction ME52N not transaction ME53N.  When the user is in transaction ME53N and clicks on the pencil to change the purchase requisition we want to prevent the user from making any changes by sending a message or force the screen to go to display mode.  Thank you in advance.

    Sharon,
    I don't believe that your exact requirement can be met with standard SAP.
    However, this is a very odd requirement.  It sounds like you are saying that it is OK for a user to make a PR change in ME52N,  but for the same user it is not OK to make a PR change in ME53N.
    In most companies, if it is not OK for a user to make a PR change in ME53N, it is therefore also not OK for this user to make a PR change in ANY transaction, including ME52N.
    It is a straightforward matter to allow a user access to ME53N and ME52N, but to block his ability to change any PR at any time.  If this  is your requirement, then consult with your authorization team about the authorization objects that are checked in the ME5* series of transactions.  As I recall, it is possible to tailor authorizations (create/change/display etc) by plant, by Purchasing group, by purchasing org,by  document type, etc.
    Rgds,
    DB49

  • HT201304 iOS parental controls do not prevent the child from changing the device passcode.

    So the parent cannot get into the device at all unless the child provides the passcode. Sure, the device can be taken away until the child provides the passcode, but why don't parental controls just prevent the passcode from being changed?  Either that, or the parental control passcode should allow the parent to get into the device, over-riding the passcode lock.

    We are not Apple iOS programmers.  Just device users like yourself.
    feedback.apple.com is where you should send suggestions.

Maybe you are looking for

  • How do I know if my email is secure (SSL)?

    I have a Nokia C3-01 Touch and Type, firmware 05.60, running the built-in email client.  I think this is Nokia Messaging Service.  The "Mail" About says it is Mail 2.2.20. I am able to access my AOL email by simply typing in my username and password.

  • Report got failed after executing for 35min

    Hi All, I am using BIP 10.1.3. I have a report which has been scheduled to generate output file (by using BIP scheduler). It faied to generate the report after executing for 35 minute. Is there any setting available in BIP server side so that the rep

  • Why no 720p25???

    I am occasionally using FCE3.5. There are setups for 1080i for PAL and NTSC but 720p for just NTSC. Why no PAL version at 25fps??? Can I do anything to create a sequence at 720p25? I think version 4 of Final Cut has this sequence setting, plus the ab

  • Captivate will not launch

    I have used Captivate once, on a trial basis, some many months ago. At the time I purchased the subscription (valid still) and worked with it a few times. I have only returned to it recently and the program will not launch. The icon appears in my Mac

  • My n8 freezes all the time!! help me!!

    why does my n8 freeze up? i have no apps open and i go to open my photos then click on photo to open it and the screen goes black and theres nothing?? also i have to recharge it like 2 or 3 times a day, even when im not using it?? **bleep**!! is my n