Workflow, workitem redirection - changing the agent

Hi Friends,
Workflow is triggered and workitem is sent to the agent responsible. now the problem is the responsible agent is on vacation.
how can i redirect the workitem to other person,
is there a way to do this?
thanks a lot.
Points will be rewarded.

Hello Kiran,
if the user <i>is</i> alread on vacation, the administrator can use the transaction SWIA to forward the workitem. You can select by the workflow task TS... by workitem id.
To find out, which workitems the user currently has in his inbox, please consult the database table SWWUSERWI.
For the future, each involved person of the workflow should maintain a "substitute" (Workplace>Settings>Workflow-->Maintain Subs.) and active this setting before his vacation.
Best regards,
   Florin

Similar Messages

  • Changing the Agent in the Developer Program Portal

    Our company just migrated one of our developer's iPhone Developer Program account to a company account.
    I know many others on this forum have done this (FYI -- it only took 2 weeks, but we hassled Developer Relations a lot). But has anyone ever changed the agent? In the portal, there's a lock beside the agent's name and it looks like we need to call Developer Relations again.
    As usual, I'll get a quicker response from the forums... so has anyone done it successfully? How long did it take? What happens to the account of the agent?
    Thanks,
    Mike

    Hi,
    To customize masthead follow these links
    MastHead Change & Portal Desktop
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6595https [original link is broken]://Navigation Masterhead Iview
    General customization:
    Customization of MastHead
    Changing Welcome Text:
    Navigation Masterhead Iview
    Changing Branding Image:
    Masthead logo changes thru PAR file(com.sap.portal.navigation.masthead.par)
    Adding Links in masthead:
    How to add or remove link in Portal Masthead
    refer these for more info:
    New to EP .
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/163c405865e801e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60caa539-8e51-2a10-0e83-e0a68ab3f5aa
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e549a890-0201-0010-3f8b-d3b852457ebd
    Thanks n Regards,
    Jhansi Miryala

  • Workflow not picking in the agent

    Hi SRM Experts,
    We are doing an SSp implementation on SRM50. Here we are stuck with the workflow for shopping cart approval. We have done all the settings including the event linkage activation and agent determination.
    But here the workflow works fine if we manually assign the agent. otherwise it is not picking up the agent and it shows'Adhoc Agent not found'. What could be the reason for the same. Please suggest.
    Thanks & Best Regards
    Raj

    please check wether the start conditions for the workflow are active
    at the following location
    transaction --> SPRO --> Supplier Relationship Management --->SRM Server ---> Cross Application Basic Settings ---> SAP Business Workflow --> Define conditions for starting workflows.
    which workflow are you using?
    1) one step
    2) two step
    3) N- STep
    >
    Further to the above please check wether the manager has been maintained for the requestor in ppoma_bbp.
    In the case of classic workflows --> managers are determined by the system from org structure.
    Edited by: khan voyalpad usman on Feb 21, 2008 8:39 PM

  • Change the agent dynamically

    Hi I am new to this Work flow and wanted to know it conceptually.
    I have a adobe form and when the submit button is pressed it should go to his approvers box. how do we do this.
    Submit button pressed ->control goes to backend class ->determine the new agent(approver ).. upto here no issues..
    how do we pass the new agent (approver ) to the workflow so that the item goes to his box..
    any help would be appreciated .. Thanks!

    Hi,
    Well, on click of Submit, trigger the workflow using the <b>SAP_WAPI_START_WORKFLOW</b> function module and use the RULES for Agent Determination to send the workitems for approvals.
    To get to know more about rules, check this link.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/96/aef837aea75351e10000009b38f8cf/frameset.htm
    Hope this helps.
    Regards
    <i><b>Raja Sekhar</b></i>

  • Workflow changing the status based some columns value

    OOB workflow SP  designer 2013
    The workflow purpose is change the status columns from
    COMPLETE to IN PROGRESS or from
    IN PROGRESS to COMPLETE according some columns value.. And if the change is from
    IN PROGRESS to COMPLETE
    there will be change in some columns like
    If alertSOP Date <= today then change the status (Columns value) from Complete to In Progress and send email to the manager (the manager email address is a column (Manager Email)
    Else pause until the alert date=Today()
    If the status (columns) = in progress send Remainder email every 10 days
    If the status change from in progress to
    Complete (BY MANAGER MANUALLY) then
     last renewed Date =TODAY()
    Valid to Review=TODAY() + 4 MONTH
     Alert  Date=today() + 5 month
    and  Due Date=today() + 6 months
    AND START THE WORKFLOW AFTER UPDATING THIS COLUMNS FOR NEXT cycle
    SharePoint List(http://server/site/..) LIST ITEMS
    Department
    Contractor
    Division
    Manager Email
    Contractor last renewed Date
    Contractor Valid to Review
    Alert SOPReview
    DueDate Review
    Status
    Workflow Status
    ABC
    JONAH
    10
    [email protected]
    01/01/2014
    05/06/2014
    5/07/2014
    5/08/2014
    COMPLETE
    paused 
    DEF
    SMITH
    20
    [email protected]
    01/01/2014
    02/03/2014
    2/28/2014
    3/20/2014
    INPROGRESS
    INPROGRESS
    Note:
    The status is changed manually by manager from IN PROGRESS TO COMPLETE
    The status from COMPLETE to IN PROGRESS is changed by event or Triggers  (based the alert date) 

    The First Part are coded as follow
    (The workflow purpose is change the status columns from COMPLETE to IN
    PROGRESS or fromIN PROGRESS to COMPLETE according
    some columns value.. And if the change is from IN
    PROGRESSto COMPLETE there
    will be change in some columns like
    If alertSOP Date <= today then change the status (Columns value) from Complete to In Progress and send email to the manager (the manager email address is a column (Manager Email)
    Else pause until the alert date=Today()
    If the status (columns) = in progress send
    Reminder email every 10 days)
    Note:
    The first if Block work as expected
    the second if block generate error.. Internal States Canceled
    RequestorId: 3b262286-66e8-5f9f-09f8-3b09c5be0ebc. Details: System.ApplicationException: HTTP 400 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["1"],"SPClientServiceRequestDuration":["1997"],"SPRequestGuid":["3b262286-66e8-5f9f-09f8-3b09c5be0ebc"],"request-id":["3b262286-66e8-5f9f-09f8-3b09c5be0ebc"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 25 Mar 2014 21:25:35 GMT"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext
    context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation)

  • UCCX redirect call when the connect to the agent fail

    Hi all, I want to redirect a call to another number when the first agent (and the only one in my case) don't answer after N seconds.
    I put the redirect on a failed case under "connect to resource" but seems the script skip this failed step because the call is queue again.
    Anyone have a works example that use a failed operation when an agent don't answer?
    Thanks

    If you are looking to queue the call to one specific agent, under "Select Resource" instead of using a Routing Type of "Contact Service Queue", instead use "Resource".  You can the specify the resource you want the call to go to.  Set the timer to X number of seconds and if the call fails, then use the redirect step.
    The way you have it now, you have the Call Redirect step under the "Selected" portion of the "Select Resource" step.  It should go under the "Queued" leg.  By leaving it the way you have it now, the call will only redirect if the call fails during the "Connect" step.  It doesn't mean it will redirect if the agent is not available (that would be the "Queued" leg).

  • Is it possible to change the in process status.

    Hi,
        I am using SAP CRM 6.0 IC webclient.
    Is it possible to change the Agents inbox item status from u201CIn processu201D to u201COpenu201D.
    If yes how?
    Regards,
    Biplab Mandal

    Hi Biplab Mandal ,
    Is the user you are logon the one that have the owner of the item in process?
    If you arent the onwer i think you can't change the status. Neitherless you can manipulate the buttons on the method:
    CL_ICCMP_IN_INBOXITEMS-CHECK_SELECTION
    try force lt_buttons-reject_dis to c_false for the button to show for your case.
    hope this help.
    Best regards,
    Nuno Lopes

  • Can not get the agent from rule determination

    Dear expert,
      We have a PR workflow,for one step, the agent is determined by one rule,In our Q system,everythink is ok to get the agent correctly,and the workflow also can works.but in our P system,can not get the agent from the rule,when we simulate the rule,the agent can be get smoothly,but in workflow,realy can't get the agent(after trace the workflow), so would you like to give me sone suggestion, whant had happen in our workflow?
    Many thanks!
    Best Regards,
    Kerry

    Tks!
    I have one question,how to check the agent assignment is active?
    and also want to say,the rule that determin the responsible agent is used at one step of the workflow,not for possible agent of task ,and the rule's type is RESPONSIBILITIES.
    Best Regards
    Edited by: Kerry Wang on Jun 25, 2010 3:14 AM

  • The agent extension is out of service. error

    The agent extension is out of service.
    ready state change and call control operations cannot be performed.
    The agent extension is back in service.
    all operations are back in service.
    I get this when the agent is just sitting there in a ready state.
    CUCM 7.0 UCCX 7.0
    I would appreciate any help you can offer.
    Dave 404 569-1752
    [email protected]

    The most common cause of this was the agent's phone restarted or a CTI interruption occured. This is typically something to start troubleshooting on UCM side. The CAD Troubleshooting Guide says essentially the same thing:
    Problem The agent’s state changed to Not Ready for no apparent reason.
    Symptom. In some situations, an agent’s state may change to Not
    Ready for no apparent reason.
    Cause. To determine the reason, check the reason code:
    ..other causes removed...
    ■ If the reason code is 32759, the agent’s state became Not Ready
    because the phone went out of service. Check to make sure the
    phone is still functional and that you can call the phone directly. If
    everything seems fine, it is most likely a temporary problem and the
    phone has since recovered. If the phone is still down, it is most
    likely a Unified CM problem. Please consult Unified CM support.
    Solution In many cases, an agent’s state becoming Not Ready is not a serious
    issue. Simply click Ready to change the agent’s state to Ready.
    To determine the reason code, do one of the following:
    ...other solutions removed...
    If the reason code is 32759, the agent’s state became Not Ready
    because the phone went out of service. Check to make sure the
    phone is still functional and that you can call the phone directly. If
    everything seems fine, it is most likely a temporary problem and the
    phone has since recovered. If the phone is still down, it is most
    likely a Unified CM problem. Please consult Unified CM support.

  • How to change the color of a bullet

    I'm new to InDesign CS3. I've figured out how to create a bullet list, even change the bullet to something custom. But I now want to change the color of the bullets. I want to keep the text black, but have the bullets be a different color. Can someone point me to the method to do this.
    Many, many thanks!

    I don't "want" anithing in particular, much less turning inDesign into MS Word I do believe UX could be improved making it more intuitive while keeping the advanced features of Style libraries that can be applied across pages of a large project. On that note I am quite aware of the differenced between inDesign and MSWord as someone who has been working in DTP though that's not a daily activity at this time
    How would the program know what you want? Would you want specific keystrokes to invoke some sort of treatment to your text?
    Maybe I should've been more specific and thorough, my bad... it's not by some magic spell that the program would know "what I want" nor I mentioned keyboard shortcuts to perform "some sort of treatment" to the text.
    Looks like we have a case of "what we have here is a failure to communicate" LOL! ...And is most llikely my fault... perhaps I haven't been clear and simple enough in my explanation of how I would envision a more intuitive UI which would make for a more friendly UX.
    Let me try again:
    The program knows that the item selected is a list because when selecting a bulleted list in inDesign that's what happens... it's not a new feature, it's already context-aware.
    To see what I mean create a text area, and type 3 lines of text, then turn it into a bulleted list by clicking the bullet list button.
    At this point select the list...
    You will notice that once you highlight the list, the bullet list button in the properties toolbar (the same that contains font size, paragraph, alignment buttons and so on) will turn "on" showing the typical selected sate with a darker gray gradient effect, to indicate that the bullet list is selected because that attribute is active on the text area created by the type tool...
    ... I hope the concept above is clear and it's a fact that the program knows not "what I want", which wasn't even the point.. but knows that the selected item is a bullet list made of text that the user has written to which the program attached default basic bulletpoints at each "new line"
    Now, since we can agree that we have one object (the text field) that has been associated with another object (the bullet points added by the program) it should also be clear which "two objects" I was referring to.
    At this point, both ourselves and the program are aware to have 2 objects... and as we know they have several modifiable properties such as size, color, font, and so on as previously mentioned.
    So with the above cleared out, we now have:
    Object userTypedText
    and
    Object programAddedBulletPoints
    We know that they both have mofifiable property such as color, fontFamily, fontSize and few others I'll skip for example sake.
    Back to my original point of simplifying, it really boils down to allowing the Object userTypedText and the object programAddedBulletPoints to be separately accessible by users allowing them to change the properties, much like already done when selecting the text and changing font size for instance.
    All I was talking about was simply to allow users to modify properties of bullets or index of a list via an inspector (a currently missing feature) that would let users access and modify right away the properties of the programAddedBulletPoints that at this time can only be modified via the process illustrated by Nilsy.
    If you imagine that one would need to go through the same style "workflow" to merely change the fontsize or font color, you would surely agree that would be nonsense and should be done by a more immediately user-accessible character panel... so that's what I am suggesting: to have a more immediately user-accessible bullet/index property panel to let users select and edit both unordered and ordered lists appearance without forcing users to resort to having to jump between multiple style-formatting windows buried in tabbed panes.
    I hope I've been able to illustrate what I meant in my original comment.
    Cheers!
    tfbkny

  • Cancelling a absence request haas not changed the status by the user

    Hi experts,
    An absence request has been cancelled,. Looking in Status Monitor, i will see that the reuest has been cancelled, but the user see the status stay on "Pendig For Approval". Normally the user will see the Absence Category set to Cancelled, but not "Pending For Approval". The reason is unknown to me. Thus i need your support.
    Thanks in advance
    Mehdi

    Just to confirm my understanding, are you saying that:
    1) Employee requested an Absence through SSHR Leave of Absence
    2) An administrator queried the absence in the Workflow Status Monitor and Cancelled it
    3) Now that absence is showing to the Employee as 'Pending Approval'
    Is that right? You mention 'Normally the user will see...'. When you say 'normally' what is the behaviour you expect?
    If I've understood you correct this is the behaviour I would expect: cancelling a workflow does not change the status from 'Pending For Approval' and it definitely does not change the Absence Category on the absence. Cancelling an absence via this route isn't really recommended because - as you are seeing - it gets stuck. It's best to get the approver to reject the absence instead.
    To remove this cancelled absence, take a look at these Oracle Support articles:
    Unable To Remove Cancelled Workflow Item Related To LOA Transaction [ID 1123714.1]
    How to Purge Obsolete Workflow Runtime Data (FNDWFPR) for HR Workflow Completed Processes [ID 237564.1]
    How to Run the HR Workflow Cleanup Process (HRWFDFCT) [ID 237524.1]

  • Change CCX Agent USER-ID

    Good day,
    I have a client that has a CCX8.0 with a CUCM
    They have 10 agents created and working in the call center.
    Recently they area replacing one of those agents.
    They cant create another agent/user because they dont have more licenses, but they ask us to change the "user ID" for the actual user.
    We have changed the "User ID" under "End User" menu in the CUCM7.
    We can see the change reflected in the "RmCm>Resources" menu in the CCX, but the change is NOT reflecting un the "CCX Desktop Administrator".
    We have already tried pressing the "Synchronize Directory Services" inside the "CCX Desktop Administrator" with no luck.
    Also the user cannot login.
    Do i need to make another change??
    What im forgeting change the Agente User ID??
    Thanks for the help. 
    Osvaldo

    Hello Chris,
    Ive tried what you suggested but the problem was the same with the creating of the agent.
    I can see the new agent in the "RmCm>Resources" menu, but i cannot see it in the "CCX Desktop Administrator".

  • How to change the workflow agent manually ?

    Hi,
    We encountered a situation where the workflow was received in error by a person. We are unable to determine the root cause of the problem as it was the first and last time we encountered this situation and we are unable to replicate the same error again.
    I want to remove this workflow from that person's inbox manually and assign it to the intended recipient, how do I do this ? Could someone help me out with this situation, thanks.

    Yes i agree with rick,
    Dont think that WF log can be deactivated also if this is the case then how can you see workitem, may be the case that you dont have auth to view wf log (or if are using latest ECC versions then when u execute transaction SWi1 and open any workitem then type ctrl+p this will lead you to workfow log).
    Try using SWI1, as workaroung you can use transaction SWIA to forward workitem to desired agent.
    -Swapnil

  • Standard Tool / Program to Change the Workflow Status

    Hello,
               I would like to know if there is any standard program to Change Status of the Workflow from IN PROCESS to ERROR. I know that there are Standard SAP tools using which we can restart the Workflows that are in ERROR Status. But for changing the Status of the Workflow from IN PROCESS to ERROR, I've not come across any tools / programs. I would really appreciate your help. Thanks in advance.
    Regards,
    Venkata Phani Prasad K

    sorry correction ..FM SWW_WI_CALLBACK_CHANGE_S can be used to correct the status without any check.
    I came across this issue where a dialogue workitem was logically deleted in order to remove it from the user inbox. Later an incident was created that the work-item is still needed to perform the rest of the workflow action. The solution should have been to complete the work-item by executing the terminating event of work-item or complete the work-item manually(SWIA). But instead some one performed  logical deletion.
    so in order to revive the workflow i needed to change the status form logically deleted to ready status. for this i found this FM which successfully changed the status form logically deleted to ready status. It though lost the agent assignment but i forwarded it manually to respective user.
    Regards
    Dharmendra
    TCS India.

  • Report for outstanding workflows and the agents responsible

    I need a report that shows all leave request workflows , with userid who created them and approver (agent), and approver's org unit and personnel number.
    is there a standard SAP report that can show that? or I need to develop one?
    I was looking at the SWI2_FREQ, this report shows the leave request workflows and userid who created them, but it does not report on the agent.
    Regards,
    Tiberiu

    Hi
    I think by making use of SAP_WAPI_WORKITEMS_TO_OBJECTS you can get all the workitems who created the leave wokritems.
    Regards
    Pavan

Maybe you are looking for