Notifying a user that an Urgent Change Request has been Approved, or Denied

Trying to figure out the best way to have an email go back to a user after a Change Request has been updated with either an Approved or Deny
What we do now is after a user creates an Urgent Change Request, and email goes out to all of our Managers. One of them will reply all to the email with either an [approval] or [deny] in the message body so Service Manager gets the email and acts on
it and the other Managers know it was acted on.
Problem is, if the Manager forgets to add in the Change Requester in the email, they don't know it was acted on. I tried using WorkFlows for Change Request to update the Change Requester of an update but there is nothing in there for  Approval or Deny.
I then resorted to subscriptions but can't figure out how to configure the subscription so that only the Change Requester gets the email. We can configure different email templates based on the whether the change was approved or denied. Just need to figure
out how to configure the Recipient.

I suggest you read this
which is very close to what you want to do.
I've checked the link and found it working. Of course, it works only if the RA is a direct child of work item itself (so for RAs encapsulated in SA or PA it doesn't work).
Below the XML code of the management pack I used. You can engage that, just copy to Notepad and save as ManagementPack.ef9b0adf354c4afe92ede323c9427879.xml
It might require to customize a mail template cause I made a very simple one.
<ManagementPack ContentReadable="true" SchemaVersion="2.0" OriginalSchemaVersion="1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Manifest>
<Identity>
<ID>ManagementPack.ef9b0adf354c4afe92ede323c9427879</ID>
<Version>7.5.2905.0</Version>
</Identity>
<Name>RA notify affected user MP</Name>
<References>
<Reference Alias="EnterpriseManagement">
<ID>Microsoft.EnterpriseManagement.ServiceManager.UI.Console</ID>
<Version>7.5.2905.179</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="CustomSystem_Notifications_Library">
<ID>System.Notifications.Library</ID>
<Version>7.5.2905.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="CustomSystem_WorkItem_Library">
<ID>System.WorkItem.Library</ID>
<Version>7.5.2905.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="CustomSystem_WorkItem_Activity_Library">
<ID>System.WorkItem.Activity.Library</ID>
<Version>7.5.2905.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="CustomSystem_Library">
<ID>System.Library</ID>
<Version>7.5.8501.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="SystemCenter">
<ID>Microsoft.SystemCenter.Library</ID>
<Version>7.0.8432.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="SystemCenter1">
<ID>Microsoft.SystemCenter.Subscriptions</ID>
<Version>7.5.2905.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="EnterpriseManagement1">
<ID>Microsoft.EnterpriseManagement.ServiceManager.UI.Administration</ID>
<Version>7.5.2905.179</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
</References>
</Manifest>
<Categories>
<Category ID="Category.6f4a3832d9c3488fa2c31d1d662dceef" Value="EnterpriseManagement!Microsoft.EnterpriseManagement.ServiceManager.ManagementPack">
<ManagementPackName>ManagementPack.ef9b0adf354c4afe92ede323c9427879</ManagementPackName>
<ManagementPackVersion>7.5.2905.0</ManagementPackVersion>
</Category>
<Category ID="ServiceManager.Console.NotificationManagement.NotificationTemplates.Enumeration6fce0865_32d8_435d_ad64_7c48439649ab.Category" Target="Template_50a8eac21da94bb2a340858b71c931d3" Value="EnterpriseManagement1!ServiceManager.Console.NotificationManagement.NotificationTemplates.Enumeration" />
<Category ID="Category.804f621f7a2b4e0490c82413cd6479d9" Target="NotificationSubscription_da1aa98f_40c3_4dd5_a227_de3e7f20601e" Value="EnterpriseManagement1!Microsoft.EnterpriseManagement.ServiceManager.Rules.WorkflowSubscriptions" />
</Categories>
<Monitoring>
<Rules>
<Rule ID="NotificationSubscription_da1aa98f_40c3_4dd5_a227_de3e7f20601e" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.SubscriptionWorkflowTarget" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemCenter1!Microsoft.SystemCenter.CmdbInstanceSubscription.DataSourceModule">
<Subscription>
<InstanceSubscription Type="bfd90aaa-80dd-0fbb-6eaf-65d92c1d8e36">
<UpdateInstance>
<Criteria>
<Expression>
<And>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property State="Pre">$Context/Property[Type='CustomSystem_WorkItem_Activity_Library!System.WorkItem.Activity']/Status$</Property>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value>{9de908a1-d8f1-477e-c6a2-62697042b8d9}</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property State="Pre">$Context/Property[Type='CustomSystem_WorkItem_Activity_Library!System.WorkItem.Activity']/Status$</Property>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value>{144bcd52-a710-2778-2a6e-c62e0c8aae74}</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property State="Post">$Context/Property[Type='CustomSystem_WorkItem_Activity_Library!System.WorkItem.Activity']/Status$</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>{9de908a1-d8f1-477e-c6a2-62697042b8d9}</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property State="Post">$Context/Property[Type='CustomSystem_WorkItem_Activity_Library!System.WorkItem.Activity']/Status$</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>{144bcd52-a710-2778-2a6e-c62e0c8aae74}</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</Expression>
</Criteria>
</UpdateInstance>
</InstanceSubscription>
<PollingIntervalInSeconds>60</PollingIntervalInSeconds>
<BatchSize>100</BatchSize>
</Subscription>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="SystemCenter1!Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction">
<Subscription>
<VisibleWorkflowStatusUi>true</VisibleWorkflowStatusUi>
<EnableBatchProcessing>true</EnableBatchProcessing>
<WindowsWorkflowConfiguration>
<AssemblyName>Microsoft.EnterpriseManagement.Notifications.Workflows</AssemblyName>
<WorkflowTypeName>Microsoft.EnterpriseManagement.Notifications.Workflows.SendNotificationsActivity</WorkflowTypeName>
<WorkflowParameters>
<WorkflowParameter Name="SubscriptionId" Type="guid">$MPElement$</WorkflowParameter>
<WorkflowArrayParameter Name="DataItems" Type="string">
<Item>$Data/.$</Item>
</WorkflowArrayParameter>
<WorkflowArrayParameter Name="InstanceIds" Type="string">
<Item>$Data/BaseManagedEntityId$</Item>
</WorkflowArrayParameter>
<WorkflowArrayParameter Name="TemplateIds" Type="string">
<Item>f7785299-c026-a870-e350-d02b65a1f3b3</Item>
</WorkflowArrayParameter>
<WorkflowArrayParameter Name="PrimaryUserRelationships" Type="string">
<Item>$Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Path[Relationship='CustomSystem_WorkItem_Library!System.WorkItemAffectedUser' TypeConstraint='CustomSystem_Library!System.User']$</Item>
</WorkflowArrayParameter>
</WorkflowParameters>
<RetryExceptions />
<RetryDelaySeconds>60</RetryDelaySeconds>
<MaximumRunningTimeSeconds>7200</MaximumRunningTimeSeconds>
</WindowsWorkflowConfiguration>
</Subscription>
</WriteAction>
</WriteActions>
</Rule>
</Rules>
</Monitoring>
<Templates>
<ObjectTemplate ID="Template_50a8eac21da94bb2a340858b71c931d3" TypeID="CustomSystem_Notifications_Library!System.Notification.Template.SMTP">
<Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/Subject$">&lt;1033&gt;$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$ is completed&lt;/1033&gt;</Property>
<Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/Priority$">2</Property>
<Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/IsBodyHtml$">False</Property>
<Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Content$">&lt;1033&gt;$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$ is completed&lt;/1033&gt;</Property>
<Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Encoding$">utf-8</Property>
<Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/SeedClass$">System.WorkItem.Activity.ReviewActivity$bfd90aaa-80dd-0fbb-6eaf-65d92c1d8e36</Property>
<Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Protocol$">SMTP</Property>
</ObjectTemplate>
</Templates>
<LanguagePacks>
<LanguagePack ID="ENU" IsDefault="true">
<DisplayStrings>
<DisplayString ElementID="ManagementPack.ef9b0adf354c4afe92ede323c9427879">
<Name>RA notify affected user MP</Name>
</DisplayString>
<DisplayString ElementID="Template_50a8eac21da94bb2a340858b71c931d3">
<Name>RA notify affected user mail template</Name>
</DisplayString>
<DisplayString ElementID="NotificationSubscription_da1aa98f_40c3_4dd5_a227_de3e7f20601e">
<Name>RA notify affected user</Name>
</DisplayString>
</DisplayStrings>
</LanguagePack>
</LanguagePacks>
</ManagementPack>
Cheers,
Marat
Site: www.scutils.com 
Twitter: LinkedIn:
Graveyard:
It does work even if it is within a PA or SA or even deeper, you "just" have to follow the path to the CR from there. But then you would need a subscription for each RA depending on where it is in the flow. Try to make your users understand that :D
http://codebeaver.blogspot.dk/

Similar Messages

  • How do I get Adobe Air Desktop App to notify user that a URL text file has been updated?

    How do I get an Adobe Air Desktop App to notify user that a URLRequest ".txt" file has been updated? via blinking system tray icon or something.
    New to Air and need someone to point me in the right direction. I have been searching web for hours and probably not asking the question right.
    I have a very simple Desktop App that just loads a text file from a web location into a dynamic text field at a set timer. it just repeats this action on the timer. right now every 5 minutes
    What would the actionscript be to tell the Air App to look at the date or time stamp of the ".txt" file and notify user if its new?
    Thanks

    Try to follow below steps
    Click on Finder and then hold Command + Shift + G keys on your keypad
    It will open Go to folder window, type  exactly ~/Library and click on Go
    Then open Application Support > Adobe folders
    Trash AAMUpdater and OOBE folders.
    Now click on finder and hold Command + Shift + G keys on your keypad.
    This time type /Library and click on Go.
    Make sure to remove ~ symbol.
    Then open Application Support > Adobe folders.
    Trash AAMUpdater, Adobe Application manager, OOBE folders.
    Now Click on Finder and then hold Command + Shift + U keys on your keypad.
    It will open utilities folder.
    Trash Adobe Creative Cloud and Adobe Application Manager folders
    Download and Run CC cleaner tool from below link
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems/_jcr_conte nt/main-pars/accordion_container_1/accordion-par/accordion-item-1/accordion-item-par/proc e dure/proc_par/step_3/step_par/download/file.res/AdobeCreativeCloudCleanerTool.zip
    Accept the license agreement and click on Adobe Application Manager
    Then click on clean up selected
    Close the window
    Download and install Creative Cloud App from below link
    Free Creative Cloud | Download Adobe Creative Cloud free trial

  • Email to Manager of user on Urgent Change Request

    I think I asked this before so I apologize but I am trying to figure out a way for a Manager of a user that creates an Urgent Change Control to get an email with the Change Control details.
    I created a subscription and it triggers off the Title looking for the word Urgent. That works OK. The subscription uses Change Request as the Target.
    The problem comes with the Recipient as is usually the case. I have to use Related Recipients because it could be anyone that submits the Change Request.
    I have tried the following:
    About Configuration Item[User] --> Manages User [User]
    Is Related to Work Item[Work Item] -->About Configuration Item [User] --> Manages User [User]
    Neither of which work. I know the subscription itself is working because the Assigned user gets the email, but the Manager does not.
    Is this even possible without using Orchestrator? Seems reasonable that it should be.

    Hi,
    You need some custom workflow that will send emails. I posted in the
    blog with a source code of the solution that sends email programmatically using SCSM SDK. You could modify the code for your requirements. The default subscription cannot work with related to related items. 
    Cheers,
    Marat
    Site: www.scutils.com  Twitter:
    LinkedIn:
    Graveyard:

  • How to notify a self registered user that his/her request has been denied

    Hello,
    Is there a way to send an email to the requestor (this email address is what the user puts in the self registration form under requestor email) to notify that the request has been denied? (OIM 9.1)
    In The User Registration Process Definition, Task Awaiting Approval Data, I have the Assignment Tab set as follows:
    Rule: Default
    Target Type: Group
    Adapter AssignApproverGroup (this adapter dynamically looks for the members in a group based on the requestor organization, assigns the task to these individuals, and sends an email notifying that self registration approval is pending to all members of that approvergroup)
    Priority: 1
    Notification Tab
    Assignee is checked
    Status: R
    Email: Self registration request Denial
    When the Assignee logs in and denies the request, an email is sent to the Assignee about the denial.
    Questions:
    1. If the ApproverGroup has more than 1 member, how can we notify all the members of the Approver group that the request has been denied?
    2. How can we notify the requestor that his/her request has been denied using his/her provided email from the self registration form?
    Thanks
    Edited by: Khanh on Dec 4, 2008 3:36 PM

    You need to think about how the whole system is going to work - you need to know everything that the button will require, and then think about how to provide this information to the button.
    So, by the sounds of you need say a single button to press when you want to add a new button to the calculator. Associated with this have text fields that take the function for the calculator. I would specify that the function uses variables e.g. x and y as in function = x * y. Then your program could parse the input string describing the function, by recognising "*" to mean * in the Java code syntax and "/" to mean /. Then treat everything else as variables. Since you can filter out the other variables i.e. not the operators, you can then say associate an array to contain the values of these. Then when the user uses the button and specifies the input parameters and presses the button, you can update this array, and perform the calculation based upon these values.
    Hope this helps.
    My advice really is just to think about everything that a button that creates new function buttons is going to need.
    PS. Remember to repaint the GUI once update its Container. Swing does this automatically, but I always specify it explicitly anyway to be safe. You can use either repaint(), validate(), or revalidate().
    Goodluck mate!

  • Not able to assign Project to the Urgent Change Request with Developer Id with the existing Authorizations. With SAP_ALL authorization, everything works fine.

    The Urgent Change request is in created status and I am not able to assign project to it. Also I am not able to change the status of the change request to In developement with developer's Id. Everything works fine if i assign SAP_ALL authorization to the developer.
    Below are the roles assigned to Developer ID -
    SAP_CM_SMAN_DEVELOPER
    SAP_SM_CRM_UIU_FRAMEWORK
    SAP_SM_CRM_UIU_SOLMANPRO
    SAP_SM_CRM_UIU_SOLMANPRO_CHARM
    SAP_SMWORK_BASIC_CHANGE_MAN
    SAP_SMWORK_CHANGE_MAN
    SAP_SOCM_DEVELOPER
    Z_S001
    ZSAP_SOCM_DEVELOPER
    Issue screen -
    SU53 for Developer-
    Please suggest which roles/Authorization should be assign to Developer Id.
    Thanks
    Kavita

    Hi Kavita,
    Copy these roles to Z-roles
    SAP_CM_SMAN_DEVELOPER
    SAP_SM_CRM_UIU_FRAMEWORK
    SAP_SM_CRM_UIU_SOLMANPRO
    SAP_SM_CRM_UIU_SOLMANPRO_CHARM
    SAP_SMWORK_BASIC_CHANGE_MAN
    SAP_SMWORK_CHANGE_MAN
    SAP_SOCM_DEVELOPER
    Assign this to user.
    Put a stace using ST01.
    Find that object and modify/add in your custom role.
    Regards,
    Divyanshu

  • How to find out if a transportation/accomodation request has been changed?

    Hello all,
    I need to know if one transportation/accomodation request has been changed after being created. I am using the TRIP standard transaction to plan the travel request without any external agency integration.
    My problem is that if I change any field of one travel request such as: begin time, city from, destination or whatever, I cannot
    find any field or table that lets me know there has been a change.
    I am using an user exit that triggers once you have pressed the "Save" button, but there is no info about the travel requests. There is info about the cluster of the trip, but not about the travel requests. Only the FTPT_REQUEST database gives me this information, but only the final one, so I cannot compare the previous values with the last ones.
    Can you please help me with this topic? I don't know how to solve it.
    Thank you very much in advance.
    Best regards.

    Hi,
    you can use trace event ST01 or using SAP standard workflow.
    as per standard workflow WS20000050 for travel request, while in travel request workflow for approval there is task of "wait for event" that could know if you are changing your travel request it will flow to stop workflow and start it again.
    for details, maybe you could see sap workflow SWDD and open workflow of WS20000050.
    hope it helps.
    thanks.

  • CUP: Delete user certain time after request has been created

    Hi,
    Is it possible to define in CUP a delete account workflow that once the request has been created user deletion waits some time (i.e 1 month) before user is finally deleted? We would need a workflow without any approver.
    Delete User request creation >> 1 month >> User is deleted
    Thanks in advance. Best regards,
      Imanol

    Hi,
    Automatically deleting user IDs after a specific # of days is not possible in CUP. However, while creating the stage, you can define the wait time and then trigger the escalation. You can make the escalation to the Security Manager who can immediately take up the proper action, i.e., deleting the ID or making it inactive.
    Infact, this is the reason why it is recommended to have an alternative approver.
    Hope this addresses your question.
    Regards,
    Raghu

  • Clicking on iTunes ikon and I get the message the item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.  What can I do, I can't open Itunes.  I have over 4000 songs in iTunes that I had

    When I click on the iTunes ikon I get a box pop up which reads  Problem with shortcut.  The item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.
    My computer which is a packard bell vista operating system, recently stopped working as the power supply overheated and blew up and it has recently been sent back to the Know How team at PC world and it seems to be since it came back I now cannot open iTunes.  I have also tried to search for iTunes in the search bar, I can see several files, but can't seem to open any of these either.  I think that quicktime isn't working, either.
    I have over 4000 songs in iTunes that I had recorded from my collectiong of CD's am  going to loose all these now?  Can anyone help, with very easy instructions as I really don't know what I am doing??
    Thanks

    I would copy over the entire thing if you have room.  With iTunes 10.4 though, you can download any previous iTunes purchases you have made in the past with your current iTunes account.  While in iTunes, look at the left hand side of your screen and select "Purchases" and look at the bottom right corner of the screen and select "Download Previous Purchases".  If you have an iPhone, iPod and/or iPad...you can do the same thing from each device.  Nice new feature...just remember that those ripped CDs need a back-up!!!  Enjoy...

  • Getting error message : the item Itunes.exe that this shortcut refers to has been changed or moved so this shortcut will no longer work properly. I get this either using the start menu or the desktop shortcut. I tried going to programs /itunes and repair.

    Getting the error message:
    the item Itunes.exe that this shortcut referes to has been moved or changed so this shortcut will no longer work properly.
    I tried going into the control panel/programs /itunes and selected repair which didn't fix it. Any suggestions on restoring the broken shortcut without removing and re-installing the program?
    Running windows 7 home premium SP1
    Thank you

    I think it is some sort of permissions issue preventing the installer from updating the shortcuts. Is your account an administrator of the machine? If it is and you still have the problem then you may need to explicitly use the "Administrator" account for the install.
    tt2

  • I just downloaded the latest itunes update 11.1 and now I get an error messages saying "The item 'iTunes.exe' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."

    I just downloaded the latest itunes update 11.1 for windows 7 and now when I try to open itunes with the shortcut on my desktop I get this error message: "The item 'itunes.exe' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."  I can't open itunes at all.  Is there anything I can do or is there a problem with the new update?

    Start > Programs = Firefox
    Does that shortcut work?
    If so, delete the current shortcut that is in the Quick Start tray and drag the one that is in Start > Programs down there.

  • How to check with which user id a request has been transported

    Can anybody tell me how to find out with which id a request has been transported to a system?
    Regards,
    Sridevi

    Hi,
    To find who has moved the request.
    In STMS, Go to import overview(F5). Select the system in which you want to see who has moved the request.
    Then at the top menu, in GOTO select IMPORT HISTORY(Ctrl+F7).
    Once you are in import history, at the top menu in EDIT select DISPLAY MORE(Ctrl + Shift + F1).
    Then it will display the users list.
    Hope this helps you.
    Regards,
    Ravi

  • I am having problems to run logic pro 9, there is an error display that says I need to set bonjour and that this app serial number has been used by another red user,  could anybody guide me?

    I am having problems to run logic pro 9, there is an error display that says I need to set bonjour and that this app serial number has been used by another red user,  could anybody guide me? actually, my computer can't start  since three days ago, could it be the same problem?

    Logic is the APPlication (program, app) that you are having the problem with.
    Logic Pro can take advantage of other computers on your local (home or work) network to help it do "heavy lifting" data chores by using Bonjour and a feature called Nodes.   It seems that Logic is attempting to find and connect to another machine on your network.
    Do you have Logic installed on another computer there?  That may be the source of the confilict.
    You might want to post this question in the Logic Pro Community.
    Be sure to indicate the version of Logic Pro that you are using.  I'm sure the folks there can help you out.

  • I received an email saying that my shipping/billing address has been changed, but I didn't make any changes. I need help

    I received an email saying that my shipping/billing address has been changed, but I didn't make any changes. I need help

    Then it's likely a scam email. Just ignore it and delete it.

  • How to verify that the request has been moved to Quality System

    Hi friends,
    I a new abaper and i need ur help in solving this issue.
    I have developed an object and released( as per the suggestions given already in this forum). Its working well and i can see the request in released status in se09.
    No what i really want is , How can i verify that the request has been moved to Quality System by the basis people, assuming that i have only access to dev system.

    Yes, once u release the request, if it is successfullly released will make the request avaialble under released requests
    As an ABAP'er this is enof
    <b>wht abt me Sravanan :-(</b>
    Regards
    - Gopi
    Message was edited by: Gopi Narendra

  • I tried to sign in iCloud's but it is written that "maximum number of accounts has been activated on this mobile". How to correct it?? It is not working

    I tried to sign in iCloud's but it is written that "maximum number of accounts has been activated on this mobile". How to correct it?? It is not working

    Q: I tried to create an iCloud account,  but I received this message: “Cannot sign in. The maximum number of free accounts have been activated on this iPhone.” What does this mean?
    A: Apple limits users to 3 iCloud accounts meaning you can only create three iCloud accounts on an iOS device. You are seeing this error because you are trying to create the fourth iCloud account on your iOS device (iPad, iPod or iPhone). Unfortunately it seems that all (3) iCloud accounts have been created and you can’t create a new iCloud account on this device. Restoring or resetting your device will NOT change this. Your options are to either re-use one of the accounts that you previously created, or create a new iCloud account on a different iOS device or Mac.

Maybe you are looking for

  • Best way to have resizeable LUNS for datafiles - non RAC system

    All, (thanks Avi for the help so far, I know its a holiday there so I wait for your return and see if any other users can chip in also) one of our systems (many on the go here) is being provided by an external vendor - I am reviewing their design and

  • Database Access from Web Center Portal Application

    Hi, I have a requirement to store user preferences in database. These preferences will be fetched at the time of user login and page will be rendered accordingly. I was just wondering should I use Entity objects/view object for DB interaction or shou

  • Homesharing not working even when activated on all my devices

    Hi everyone, I have not tried Homesharing in a long time, but everything I can remind is that it worked perfectly. So, I have not changed my setting, since yesterday I have uploaded itunes 11 and Remotes 3.0 (but it is the same in Music) Homesharing

  • How to start a download at a later time

    I want to start my downloads when my broadband allowance is extended

  • Dock keeps resetting

    I recently downloaded the latest update for security and quicktime. I also cloned my original hard drive and switched over to the new one as my start up disk. Now, when I restart the computer with my newly copied hard drive as the new start up disk,t