UCCX change work flow group based on CSQ

Does it possible to assign a work flow group to a CSQ, or change the work flow group from script ?
Rg,
Gerald.

gerald.chong wrote:Thanks for the explanations. I understand the layout can be change via the script, but that I am require to do is to have different wrapup code based on different queue. Will it be possible ?
Sadly, I don't think this is possible. I just looked into this a couple weeks ago for a customer that asked us for the very same thing. The only built-in alternative I was able to offer them is to load up the entire wrap-up code list carefully sorted and prefixed, like "HR: Tax Changes" and "HR: Benefits Changes" and "OtherTopic: Reason 1" and "OtherTopic: Reason 2". I believe there's no built-in limit to number of wrap-up codes.
As another alternative, my company (and several others) have external wrap-up code applications that are much more flexible, and can offer different wrap-up codes on a per-CSQ basis. It was written to fill wrap-up code needs back before UCCX gained built-in wrap-up codes, so we don't really sell it too much these days, but it does fill a need here and there for certain customers.

Similar Messages

  • Work Flow Trigering based on Material Master change

    Dear All
    Any suggestion to trigger a work flow when the procuremnt key in the material master is changed.
    We are facing the problem of not informing all the relavent parties when the planner changes the <b>procurement key from F to E or vice versa</b>.
    Also the spec. <b>procurement key changed to 30, 50 etc.,</b>
    Because the information is not flown to other relevant sections, the whole master data in in a mess and MRP proposals are greatly affected.
    On top of that MRP proposal are not used because of this.
    Please reply
    Thanks

    Hi Raj,
    have you looked in the event trace, when this change has been made? It should give you a CHANGED event, that you can start your workflow on. TX for start event trace is SWELS and look into the trace is SWEL.
    When you design your workflow enter a start condition, only to react on a change to the procurement key.
    I think there is an example almost identical to this in the BIT601 material.
    Kind regards
    Mikkel

  • Regarding Production order changes work flows

    Hi to all,
    I activated WS20000387 work flow template. its regarding the production order changes .
    briefly: i created one production order, immediately assigned person will get a message in his SAP inbox.
    he has to double click/execute on that mail, then system will take u directly to the production order screen. there is no need to enter that Order no.
    but here, after double clicking, system is asking The Order no.
    we have clients 300,500 and 700.
    i executed same work flow in 300 successfully,
    700 is not modifiable. thats y i did all the settings in 500 and copied the request to 700.
    i am getting  the problem in 700,, i compared all the settings in 300 and 700, but no use,,,all are same,,,but not executing in 700.
    anybody can help me in this regard.

    You Can use below FM to confirm Production order and it is very simple BAPI.
    BAPI_PRODORDCONF_CREATE_HDR -> just check in where used list.
    Thanks
    Seshu

  • Enabling Wrap-Up Data in Cisco Desktop Work Flow Administrator

    Hello! I am running Cisco UCCX v7.0 and am trying to enable wrap-up data on my calls.
    In the screenshot below, I am working with the Lending Work Flow Group and have added several Available Wrap-up Data reasons to the Work Flow Wrap-up Data reasons. I have also checked the boxes to Enable Wrap-up Data and to Enable Automatic State Change. I then clicked the Apply button and then manually synchronized the directory services from the Cisco Desktop Administrator webpage. Finally, I had the Agent login/logout of the CAD.
    But when testing, the Agent was not prompted with a Wrap-up Data window. Is there a step I missed? Any input is greatly appreciated. Thanks!

    Do you mean the Cisco Desktop Enterprise Service under System->Control Center? No, I have not restarted that service. 
    What is the business impact of doing so? Will it logout and/or disconnect agents that are logged into the CAD and on calls? Should it be done after business hours in a maintenance window? 

  • Missing work flow grups after ugrade cad from 8.5 to 10

    Hi everyone,
    we have upgraded CAD from 8.5 to 10 (as well as the entire UCCE),
    and after that all work flow groups are missing (except default)!
    does anyone had this problem?
    some hint where to look?
    Thanks,
    Lazar

    Did you upgrade the JTAPI client on UCCX?  If not, log into UCCX and goto Subsytem > Cisco Unified CM Telephony > Cisco JTAPI Resync.  Warning: this requires a restart.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • ESS Work Flow

    Hi
    I'm new on ESS Work Flow. I got business request that if leave request end date is less today, then the work flow need bypass the manager approval and update IT2001 directly. I have two questions :
    (1) How do I pass leave request end-date to work flow container so that I use that date to determine if work flow should be completed without manager's approval.
    (2) How do I change work flow status so that leave request can update IT2001 without manager's approval. Currently, if I bypass the manager's approval (no condition due to do not know the answer of #1 ), the work flow status is set to complete, but it did not update IT2001 after I run report RPTARQPOST.
    Thanks for the help.
    Regards,
    Jim

    Hi Wu Jun,
    Actually my problem is that I need define the workflow basing on vacation request start date and end date.
    According to HR, if vacation request end date (for example  2 days vacation from Oct 18 to Oct 19) is less then today,  then workflow should not seek a approval from the manager and update IT2001 directly. We are using a copy of WS1230011 with some customizations. Yes, the possible agent has been defined in general task. 
    One key step of the business activities in the workflow is the task TS12300097. In stead of calling object type from Business Object Repository, this task calls a ABAP class (CL_PT_REQ_WF_ATTRIBS) as object method.  In this class, I could not find any attributes that is vacation start / end date related, therefore, I could not find associate container items from the workflow to make completion condition (if end date less than today then completing the step) of the step.
    Hope you understand my issue and have more specified input. Thanks.
    Regards,
    Jim

  • How do I access a value of a variable in SSIS and control the flow accordingly based on its value?

    So I have a Foreach Loop Container that Enumerates a read Excel spreadsheet and this Foreach Loop get its User::SheetName. Can I change my flow accordingly based on the value of the User Variable User:SheetName that is dynamically valued by the Foreach Loop
    Container? So if the User::SheetName is "Enrolled", I want to load that worksheet to a certain SQL Server Table using an Excel Source and OLE DB Destination and if the User::SheetName is "Engaged", I want to load its worksheet contents
    to a different SQL Server Staging Table. What Task can I use to determine the value of User::SheetName or am I going to have to write a C# script to do this?
    Any help and/or suggestions are GREATLY appreciated.
    Thanks!

    Hi ITBobbyP,
    According to your description, you want to read data from excel by using the Foreach Loop container with the appropriate enumerator. If that is the case, please refer to the following steps:
    Inside the ADO NET enumerator, add a data flow task.
    Inside the data flow task, add an Excel source.
    Open the Excel source, and point to the Excel data source set up in the file enumerator.
    Select one of the sheets that shows in the drop down.
    Close the Excel source.
    Select the Excel source.
    In the properties window, copy the name of the sheet you selected. It's in the 'OpenRowset' property.
    Set this as the initial string in your sheet name variable created to gather the sheet name from the ADO NET enumerator.
    Select the Excel source.
    In the properties window, change the 'AccessMode' to OpenRowset from Variable. This will change the property 'OpenRowset' to 'OpenRowsetVariable'.
    Change the 'OpenRowsetVariable' to the variable created to hold the sheet name via the dropdown.
    Open the Excel source. You should see your variable as the sheet name.
    Click the 'Columns' tab to verify you can connect and mess with columns.
    For detail information, please refer to the following document:
    https://technet.microsoft.com/en-us/library/ms345182.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • UCCE 7.2.7/CAD 7.2 SR1 Work Flow Action issue

    Greetings,
    This is on UCCE 7.2.7 with CAD 7.2 SR1.
    Today, I created Agent Management Work Flow Action in CAD (via Desktop Admin). I want all of my agents within a specific Work Flow Group to be logged out at 9pm on workdays.
    I choose the event "Time of day", create a rule and an action. The action is "Agent State Control" with value "AgentLogout". I choose to use automated reason codes. After configuration I hit "apply" and, just to be sure, I also sync the Directory Services.
    The action is triggered, but the agent still has to choose the reason code to logout. Does this sound familiar to any of you or am I missing someting?
    Regards

    Assign it in the script.
    Let's say you have created the ECC variable "userCADLayout" and you have been into CAD Admin and set this as the field index 252.
    And you have created a number of layouts (e.g. Sales, Service) with different enterprise variables, ANI, DNIS etc.
    Let's say agent Fred is in both the Sales SG and the Service SG.
    Simply set the ECC variable in the script once you have decided its a Sales call or a Service call to the matching string "Sales" or "Service".
    So a "Sales" call arrives at Fred's desktop and the arrangement (layout) is appropriate; ditto Service.
    Once you have done this one time, you will realize how easy it is. Of ocurse, DON'T MAKE ANY SPELLING MISTAKES. ;-)
    Regards,
    Geoff

  • Work flow of  Engineering Change Management

    Hi,
    We have created the Transport Request , few are customization(Creation of programme mamager) and few for work flow( change in work flow).
    What is the sequence of Transport this request?

    Hi,
    this you need to check with your developer, whether any dependency is there for this transport. Based on the dependency, in a particular order you need to transport, else the transport will fail.
    regards,
    V. Suresh

  • How to reflect new changes in older instance of work flow?

    Hi All,
    I am working on a custom workflow.
    This workflow is triggered by web dynpro component.
    Earlier my custom infotype was getting updated from web dynpro, and work flow is used to maintain process flow.
    But currently we started facing some authorization issue while updating infotypes for approvers.
    So now i introduced an activity in work flow to update this infotype from work flow using WF_Batch
    (calling method of a class to update the infotype), and commented the code to update infotype from web dynpro.
    Now the problem is, i have few requests raised using older version of work flow,
    in which the activity to update infotype was not there.
    New requests are working fine, infotype is getting updated using work flow.
    But in older requests when i am viewing from SWIA that new activity to update infotype is not visible.
    How can i implement the changes to older instances of work flow?
    Because for older requests in web dynpro also there is no code to update infotype as well as in older work flow instance
    my activity to update infotype is not visible.
    Waiting for help.....
    Regards,
    Amar

    Hi Amar,
    The changes will be reflected for new instances that are created after the transport of the new workflow definition.
    The instances of old definition will continue as it is.
    However a workaround could be that you can end the old definition instances by logically deleting them and start new workflow by T code SWUS or generating event by SWUE and go through the whole process again.
    Re- triggering of the workflow seems to be only solution here .
    Hope this helps.
    Regards,
    Sangvir Singh

  • Error in work flow wait for change event

    Error in work flow wait for change event of business object bus1014, Actually this business object is triggering for two transaction one is me21n and another is c201 . am trying to create fork with two branches one is create and another if change occurs wait will trigger, bt when i trigger work flow controll is not after fork, it will stop in fork only. and am not getting my workflow container variable getting instantiate, am getting error in wait. please any one get out of me in this

    Hi Sangeetha
    What is LV_MATERIAL? is it a BO container element? or a class element or a just a simple variable?
    Error message is clear, you are trying to evaluate LV_MATERIAL but it does not contain a value.
    This is a custom workflow as it begins with WS9xxxxxxx... what is LV_MATERIAL used for? what are we expecting it to hold? maybe, from event to workflow binding we can pass the value to it.
    Please share the following:
    1) Definition screen shot of LV_MATERIAL
    2) Screen shot of The step where it is first used - from SWDD
    3) Screenshot of Event to Workflow Binding
    4) name of your base Business Object (seen in the triggering events tab of the WF template in PFTC)
    5) What is the corresponding variable for that BO in your workflow container
    6) Screen shot of WF definition from SWDD - please identify the step going in error in that screen shot
    Regards,
    Modak

  • Work flow for Change Request not reliably sending emails.

    I created a work flow that sends an email to a changers Manager whenever a routine Change Request is created. Sometimes the email does not go and I narrowed it down to a possible race condition between the workflow running and Service Manager adding the
    Manager in as a Reviewer on the Review Activity.
    When I hard code a recipient into the Reviewer list, the email works every time. When I leave the Reviewers list blank and check the box "Line Manager should review", Service Manager properly adds the changers Manager in as a Reviewer but the email
    sometimes does not work.
    What I am thinking is the workflow is running before Service Manager can add the Manager in as a Reviewer and therefore no email. If this is the case, is this a possible bug or how do I delay the workflow and give Service Manager enough time to populate
    the Reviewer list on the Review Activity.

    "Updated" is not going to work. Now the Manager gets two emails identical to each other and when the Approve the RA, they get a third. Basically every time the RA is touched, it fires an email. Can't have this.
    So, back to "Created". It is still unreliable. I did not think getting an email sent would be this much trouble.  Basically all I am trying to do is when a user creates a Change Request, their Manager gets an email notifying them that a Review
    Activity needs attention.
    If anyone has any idea on how to do this, let me know. Is there any way I can do this with a notification subscription instead of a workflow? I tried to use a subscription but I could not figure out what criteria to use to send an email to the changers Manager.

  • SAP STANDARD RETRIGGER WORK FLOW FOR SC CHANGES -SRM 550

    Hello ALL
    assume that we use any standard sap WF templates
    SC created
    SC awaiting for manager approval
    now requester changes any piece of data . will work flow retrigger ( again workitem created) for any cosmetic changes upon standard work flow templates used?
    what are the actions on shopping cart will retrigger the workflow
    now sc is awaiting for approval but below actions done by REQUESTER in the shopping cart
    1. changing sc descrition name?
    2. notes for approval?
    3.change qty /price /uom/ pg /product changes/ cost center changes /add attachment
    4.changing vendor
    please share what are the above actions will retrigger the workflow in SAP STANDARD.
    etc
    Mutu

    Hi,
    There is BBP_WFL_SECURITY setting in SRM 5.0.
    http://help.sap.com/saphelp_srm50/helpdata/en/37/830b3b7e7ef74de10000000a114084/frameset.htm
    I'm not sure if the table BBPD_COMP_FIELDS is for checking the changes.
    We can get answer by testing.
    Regards,
    Masa

  • Approval work flow for Role based and Resource based

    Hi All,
    We have to implement approval work flow for the following things in OIM 9.1.0.1
    Approval work flow for Functional Roles (Groups in OIM) (Approvalsrequired for users to get these roles)
    IT Roles (Resources in OIM) (Approvalsrequired for users to get these resource)
    Functional Role (Group) contains policy1,polici2. Polciy1 contains res1,res2 and Policy2 contain res3,res4.I want to create approval work flow for this Functional Role to achieve the following
    User raise a request for the functional role, then it should wait to get manager approval. then once its gets approval, that user account should create on all resources which are involved in that group.
    And, I have to define approoval work flow for all individual resources to get users account creation on target with approvals. These resources may include in the groups as well.
    After getting approval for functional role (Group), then Will OIM starts the approval flow for all resources involved in the group? becase, all resources have approval workflow at resource level also.
    My Goal: Approval work flow for Group, should not process the approval work flow for resource. can we do it in OIM 9.1.0.1?
    And can we do the same in OIM 11g also?
    Please help me and do let me know, if you need any information from my end.
    Thanks.

    Thats configurable buddy ! ! And possible in 10G and 11G both versions.
    Functional Roles : These are the groups/roles in OIM 10g/11g with access policies attached at the backend.
    - Create a dummy resource and name it Request Role or anything as you like. Attach an Object Form to it and have form field for Role Name, this would be a lookup type field linked to all OIM groups (leave system values using lookup query). So a user can select any OIM Group in this request as per configuration. Have approval workflows defined on this dummy resource Request Role and in its Provisioning Process make user/s a part of the requested group.
    - Now once the user is made a part of the group, the associated access policy would be invoked automatically and thereby provisioning. The only thing you need to keep in mind is that create the access policy without approval (there is a check box). If you do this the approvals would never be invoked even if you assign a group manually to the user coz it suppresses all the approvals in this access policy.
    IT Roles : These would be linked to the resource and you can define individual approvals on the resources as required.These approvals would be required if someone raises a request for these resources individually.
    Thanks
    Sunny

  • UCCE 7.2 Missing Skill Groups in Supervisor Work Flow Setup

    Hi, one of our customers reported that when they try to configure a Work Flow for their supervisors in Supervisor Desktop, there are Skill Groups missing from the Available Skill Group List.
    I've tried to figure out what might cause this, and the only thing I've found that is different between the visible Skill Groups and the missing ones is that in Desktop Administrator => Personnel Configuration => Teams  I can see that the missing Skill Groups don't have any Skills listed in Selected Skills under the Skills tab.
    I've tried to find out where in ICM I can add the Skills, as the documentation says it's configured there, but I haven't had any luck so far.
    Anyone have any helpful tips please?

    Hi
    From the problem description I understand that you are seeing "available Skill groups"  empty  while trying to add a new work flow through CSD.
    This is a known defect with 5.x version which has not been fixed yet
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCth04959
    In 7.x this issue is not seen
    Hope this helps
    Regards
    Anuj

Maybe you are looking for

  • I have a 6 plus and I have lost text messages. This seemed to happen after my last update .

    I have a 6 plus phone . Just after the last update I have lost many text messages ?

  • Internet Explorer error when running my demo

    I created a demo, an interactive software simulation and a quiz in Captivate. I published it and then zipped it up and took the zip file over to the media folder in Microsoft's LMS or LCDS. When I preview or run it, I continually get Internet Explore

  • Re: Oracle Database Template

    I have the same issue. I have a database template created in 11.2.0.2.0 and I need this template to use in 11.2.0.3.0. I was wondering if I need to install 11.2.0.2.0 and then upgrade it to 11.2.0.3.0 to be able to use the template. I am not sure if

  • You have been signed out error

    Hello I keep trying to use creative cloud and getting the message "you have been signed out"

  • Data type mis match

    hi all, My company code has a data type of 4. and the values represented are 0100, 0200. So when the user enter 0100 the records are able to fetch. but when the user enter 100 it does not fetch records. So how to handle it. Is there any  function mod