Work Flow: HTTP & Macro actions together?

I need to create several screen pops when an agent answers a call.  I have 3 tabs in the integrated browser of CAD v8.  Using the Answered Event, I created three HTTP actions that bring up the appropriate websites.  But some of the applications don't support receiving CTI data via the URL.  So I can't use HTTP Actions to pass my enterprise data. So I was thinking I would use a macro to paste in the variables into my forms.
But I can't seem to direct the macro to a particular browser tab within CAD.  The documentation says to select the window you want the macro to execute in.  But that simply makes it [APPLICATION:AGENT_DESKTOP=READY - CISCO AGENT DESKTOP].
How can I get enterprise data pasted into form fields within browser tabs of CAD?
Thanks

Hi
Most web apps either use URL encoding as you've tried (i.e. a GET request) or a POST request (i.e. embedding the parameters in the body of the request rather than the URL). If you aren't using SSL to the problem app (or you can turn it off) try using it normally but capturing it with a wireshark type app and see if you can see what is requested when you manually do what you want to automate.
According to the CAD user guide there aren't many shortcuts available for use with macros:
Ctrl+Shift+T
In the Integrated Browser, cycles through browser tabs.
Ctrl+Shift+B
Sets the focus to the current browser tab.
It looks like you may struggle to select the correct browser window for macro purposes. You could alternatively launch the problem app in another browser (firefox, IE, whatever) as then you could at least (more) easily identify the correct window...
Regards
Aaron
Please rate helpful posts...

Similar Messages

  • Work Flow for User Status

    Hi All,
    Is it possible to send the mail at company mail id to different users as per the different user status in the notification thru the work flow?
    regards
    sunil

    Hi
    TCODE : OIM1
    Assign agents and activate event linking
    So... Check out this link [Work Flow|http://help.sap.com/saphelp_47x200/helpdata/en/b0/df293581dc1f79e10000009b38f889/frameset.htm]
    - Pithan

  • CreateListItem Action at work flow not trigger Event reciever

     
      Hello ,
    I have two Lists (List1 , List2).
    I have attached Workflow by SharePoint designer to List 1 .
    I have attached event receiver (Item was added) to list 2 .
    In the workflow . I use "CreateListItem"  to create new item in list 2.
    I have test the work flow . The item is added in List 2 , but the Event receiver not triggered .
    if I Create new item in List2 from browser , the event receiver is triggered.
         so  why  "CreateListItem" action not triggered event receiver ?
        Thanks
    ASk

    Hi himo,
    I made a test in my environment and when I start workflow in List1, then the event receiver in List2 is Triggered.
    Here are my test steps:
    1. Create a workflow for List1 in SharePoint Designer using CreateListItem action set the Title field to "Test" which is in List2.
    2. Create an event receiver for List2 with the below code
    public override void ItemAdded(SPItemEventProperties properties)
    string siteUrl = "http://sp2013sps/sites/testdevsite";
    ClientContext clientContext = new ClientContext(siteUrl);
    List oList = clientContext.Web.Lists.GetByTitle("List2");
    ListItem oListItem = oList.GetItemById(1);
    oListItem["Title"] = "My Updated Title.";
    oListItem.Update();
    clientContext.ExecuteQuery();
    base.ItemAdded(properties);
    3. Deploy the event receiver.
    4. When I execute the workflow in List1, then the title field in List2 will be updated to "My Updated Title". The event receiver has been triggered.
    I suggest you recreate a new List and follow the steps to above to check whether it works.
    Best Regards
    Zhengyu Guo
    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 action missing in Cisco Supervisor Desktop (for UCCX)

    Hello,
    In Cisco Supervisor Desktop User Guide and in the console help file, I read it is possible to configure, in the Supervisor Work Flows, some triggers and some actions to play if triggers are reached. This actions are :
    Audible Alert Action
    Message Box Action
    Report Action
    Tree Control Action
    Email Alert Action
    But in fact, in my own supervisor desktop, the only action is Tree Control Action.
    How is it possible to have the other actions available ? is it a licence problem (We are running on a Enhanced version).
    thanks in advance for your help.
    Philippe

    Thanks you for your answer.
    Philippe

  • Work flow mailer become inactive each system bounce

    Dears ,
    RDBMS : 10.2.0.3.0
    Oracle Applications : 12.0.4
    i have a prblem with my work flow mailer,it becomes in active each time i restart the APPS,
    it start this way:
    1-i stopped the work flow mailer for more than 3 months,
    2-table WF_NOTIFICATIONS contain 400000 record in Mail status
    3-so to avoid sending the pending emails in the Outbound Queue to the employees.
    4-i used this action plan (from note736508.1);
    update WF_NOTIFICATIONS set mail_status = 'SENT' where mail_status = 'MAIL' ;
    sqlplus usr/passwd@db @wfntfqup APPSusr APPSpw FNDusr
    and then the problem appear?
    can any one help?
    or any notes may be?
    Thanks in advace.
    Regards,
    Omar

    Hi Omar,
    You can refer the following ML doc,may be this could be of any help
    [How To Automatically Restart the Workflow Mailer Processes Regularly|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=443643.1]
    [What are the exact meaning for Workflow Notification Mailer startup modes Automatic, Manual and On Demand .?|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=845478.1]
    Thanks,
    Anchorage :)

  • CUP and ERM work flow error

    Hi Friends,
    When I am changing a role and triggering in the work flow for approval  it is showing following error
    2010-05-11 09:09:28,251 [SAPEngine_Application_Thread[impl:3]_32] ERROR  User :   not found to get full name
    2010-05-11 09:09:47,607 [SAPEngine_Application_Thread[impl:3]_25] ERROR
    java.lang.Throwable: java.lang.NullPointerException
         at com.virsa.re.workflow.client.WorkflowRequestClient.getRoleProcessContextDtos(WorkflowRequestClient.java:284)
         at com.virsa.re.workflow.client.WorkflowRequestClient.execSubmitRoleApprovalWF(WorkflowRequestClient.java:83)
         at com.virsa.re.workflow.actions.WorkflowRequestAction.submitApprovalRequest(WorkflowRequestAction.java:95)
         at com.virsa.re.workflow.actions.WorkflowRequestAction.execute(WorkflowRequestAction.java:54)
         at com.virsa.framework.NavigationEngine.execute(NavigationEngine.java:273)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:230)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.virsa.comp.history.filter.HistoryFilter.doFilter(HistoryFilter.java:43)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    FYI.. It is happening with the roles those are  uploaded earlier not when I am creating any new roles.
    Please Help.
    Regards,
    Satyabrat

    Hi Satyabrat,
    Which patch level you are on? Although seems not related to your issue, but there is a bug in Patch 11 -
    1. It doesn't update Approver from ERM-Workflow-Approver criteria
    2. it doesn't update criticality level ( if you didnt upgrade from Patch 8 to 9 and went on directly to patch 11).
    If you have any of above issues, then old roles and copy of old roles will not work properly.
    Check if you have criticality level defined and also try to change approver in ERM Role modification screen.
    it seems the configuration is correct as new roles are working fine but to make sure also check in CUP whether the first stage of Role creation is defined as webservice.
    Let us know if it helps.
    Regards,
    Sabita

  • What is MDM Work Flow

    Hi MDM frnds,
    What is MDM work flow, its Just like ABAP Work Flow??
    At what stage we need to define MDM work Flow??
    If anybody having usefull documentation shere to me..
    Regards,Raj

    Hi,
    What is MDM work flow?
    Workflow is used to run the processes working on master data in a systematic and orderly way.
    Generally, we need to have some validations and approvals in order to make sure that master data is
    correct.These validations ,approvals and other processes are not done by the single person.Different
    operations will be done by different users in master data management.In order to control the overall
    processes done by different users in an systematic way, we need workflow.
    At what stage we need to define MDM work Flow??
    As i said above whenever we have validations, assignments and matching and merging and various
    approvals which should be act on our master data before send the master data various application
    Systems, then we go for workflow.
    For example as soon as we import the data, workflow can be triggered by setting configuration options
    in import manager and imported records can be addeed to workflow automatically by setting Trigger action
    to record import.By doing this,we can cleanse and normalize the data using various operations in workflow.
    and also we can execute the MDM workflows in portal using guided procedures.
    Not only that using workflow we can extract the data from MDM to remote system using syndicate step(Available from SP5) of the workflow.
    Finally what i can say is using workflow all the operations which need to be executed on master data can
    be done in a proper way.
    For better understanding, go through below documnents.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9180cbaf-0801-0010-f882-f2af6dc975d0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0be83e4-a1e6-2a10-c1be-8395ae948844
    Hope it helps'
    Reward points,if found useful
    Thanks
    Narendra
    Edited by: mullapudi on May 6, 2008 7:35 AM

  • Work Flow RFC

    Hi,
    i have made some changes to the SAP developed webdynpro application as per the requirement,
    when the user changes the personal information in the ESS personal information screen the Standard RFC is getting called but, if the user made any chanegs to the First name or last name or martial status the Z rfc is getting called and the work flow triggers and the notification will go to the corresponding manager for approval once the manager approves the request then the changes will appear in the portal and also saved in the backend system.
    bu while making changes the first name and last name or martial status and clicking the save button the following error is coming,
      Personal Data   
      Critical Error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
      An exception occurred that was not caught., error key: RFC_ERROR_SYSTEM_FAILURE   
      An exception occurred that was not caught., error key: RFC_ERROR_SYSTEM_FAILURE:com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: An exception occurred that was not caught., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
         at com.sap.xss.hr.per.ca.personal.fc.FcPerPersonalCA.callWorkFlowFM(FcPerPersonalCA.java:488)
         at com.sap.xss.hr.per.ca.personal.fc.wdp.InternalFcPerPersonalCA.callWorkFlowFM(InternalFcPerPersonalCA.java:681)
         at com.sap.xss.hr.per.ca.personal.fc.FcPerPersonalCAInterface.callWorkFlowFM(FcPerPersonalCAInterface.java:206)
         at com.sap.xss.hr.per.ca.personal.fc.wdp.InternalFcPerPersonalCAInterface.callWorkFlowFM(InternalFcPerPersonalCAInterface.java:242)
         at com.sap.xss.hr.per.ca.personal.fc.wdp.InternalFcPerPersonalCAInterface$External.callWorkFlowFM(InternalFcPerPersonalCAInterface.java:322)
         at com.sap.xss.hr.per.ca.personal.review.VcPerPersonalCAReview.onBeforeOutput(VcPerPersonalCAReview.java:235)
         at com.sap.xss.hr.per.ca.personal.review.wdp.InternalVcPerPersonalCAReview.onBeforeOutput(InternalVcPerPersonalCAReview.java:234)
         at com.sap.xss.hr.per.ca.personal.review.VcPerPersonalCAReviewInterface.onBeforeOutput(VcPerPersonalCAReviewInterface.java:135)
         at com.sap.xss.hr.per.ca.personal.review.wdp.InternalVcPerPersonalCAReviewInterface.onBeforeOutput(InternalVcPerPersonalCAReviewInterface.java:132)
         at com.sap.xss.hr.per.ca.personal.review.wdp.InternalVcPerPersonalCAReviewInterface$External.onBeforeOutput(InternalVcPerPersonalCAReviewInterface.java:208)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.callOnBeforeOutput(FPMComponent.java:603)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:569)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.access$600(FPMComponent.java:78)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.raiseSaveEvent(FPMComponent.java:953)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.raiseSaveEvent(FPMComponent.java:1116)
         at com.sap.xss.per.vc.reviewnavi.VcPersInfoReviewNavi.next(VcPersInfoReviewNavi.java:227)
         at com.sap.xss.per.vc.reviewnavi.wdp.InternalVcPersInfoReviewNavi.next(InternalVcPersInfoReviewNavi.java:175)
         at com.sap.xss.per.vc.reviewnavi.ReviewNaviView.onActionNext(ReviewNaviView.java:153)
         at com.sap.xss.per.vc.reviewnavi.wdp.InternalReviewNaviView.wdInvokeEventHandler(InternalReviewNaviView.java:173)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1299)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:326)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:868)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.aii.proxy.framework.core.BaseProxyException: An exception occurred that was not caught., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
         at com.sap.xss.hr.per.ca.personal.zhw201.model.ZHW201_PERSAPPR.zhw201_Persappr(ZHW201_PERSAPPR.java:179)
         at com.sap.xss.hr.per.ca.personal.zhw201.model.Zhw201_Persappr_Input.doExecute(Zhw201_Persappr_Input.java:137)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:92)
         ... 65 more
    and my problem is that my application is working in the developement portal, but in testing it is giving error. please give me some suggestion s on this,
    i have checked in the backend the RFC is available and executed successfully.
    Cheers,
    Apparao

    Hi
        did you check the RFC in the backend with the same inputs ,  is it working fine .
        RFC_ERROR_SYSTEM_FAILURE An exception occurred that was not caught ,
        this would occur if there is problem from your RFC side , 
        put the code inthe try catch and try to test the application(which you are passing to the RFC) ,
         instead of  application throwing  the runtime exception , you would figure out the exact exception .
         even  check the RFC in the backend with the same values you are passing , and execute the RFC .
         or  even you can put a external debugging where the RFC get called and check whether the
         values are  passed to the RFC , or other thing you can do it test the application inthe webdynpro
         with hard cording the values .

  • Work flow? How to link multi-cam sequences for DVD output?

    Pr cs4 (very new)
    Still taking baby steps each day... please take my hand and help me!
    Final output will be 2 DVD's (each DL) each about 2 hrs. Content are chamber music student groups in two recitals.
    I have assets from two camera angles. I have successfully practiced on one of the groups performance (10 min.) following the steps illustrated in a multi-cam tutorial.  http://www.adobe.com/designcenter/video_workshop/?id=vid0234
    This leaves me with a great multi-cam sequence for that group located in the Project Panel, exactly what I want.
    Now, I want to know what is the best method (workflow?) to ultimately produce a DVD containing about 10 of these type performances (one after the other) with chapter markings for each group, titles etc.?
    I have yet to use Encore and I'm guessing that is where I'll send the finished edit for DVD production, though I don't know at what step I jump there?
    Do I try to create one very long multi cam sequence of all the content, then send to Encore? Or can I create seperate multi-cam sequences (each performance) then link them together, adding transitions and make the DVD? This would be my preference to keep things more manageable, especially with audio synching.
    With my practice multi-cam sequence on the timeline, I tried to drag the same sequence from the Project Panel to the end of the timeline to simulate how this would work, but it does not add to the timeline as a clip would.
    This is probably childs play for you pro's, but we were all baby's at one time...I just happen to still be one!
    Thanks for your patience and advice,
    Kenny

    Yes I did...now toss me a cookie please.
    I am trying to quickly get up to speed in Pr CS4 to get this project completed. In the process, I'm trying to learn and understand the interface and correct terminology so as to make my questions intelligible to a community that posses vastly greater understanding than myself.
    Is there anyone who can help with my main question at hand? Namely, how to go about creating a full length sequence (in the timeline) made via the nesting of synchronized multi-camera clips within a new "multi-cam sequence"?
    As I said, I have completed a small test sequence in this fashion, nesting clips in a new sequence then using multi-cam monitor to record cuts. Now I need to add about 10 more of these together in a completed sequence to then send to DVD production.
    Is this intelligible?
    Thanks, Kenny 
          __0
       _ \<,_
    Date: Wed, 4 Nov 2009 09:11:06 -0700
    From: [email protected]
    To: [email protected]
    Subject: Work flow? How to link multi-cam sequences for DVD output?
    please take my hand and help me!
    Well, at least you had the gumption to admit that up front.
    >

  • 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

  • Set up Work Flow Email for Bill of Lading Process

    Hello, I am trying to set up work flow for a process that we have within our company. Can anyone direct me in what steps I need to take in order to have the system trigger a automatic email within SAP to a user to approve a delivery transport each time one is saved?
    I would like to have work flow triggered at the save of each transportation document. Is this possible?

    Hi,
    To get the Basics of WF check:-
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/using%252bfunctional%252bmethods%252bin%252bworkflows%252band%252btasks
    https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action%3fpageid=29032626
    Check SAP Technical -> Tutorials -> Business WF
    There you can get a lot of starting material for WF's.
    To trigger your WF u need to find the BO - SWO3 - U can find it here..!!
    would like to have work flow triggered at the save of each transportation document
    WF Trigger Event should be SAVE in the BO ..!!
    To ask for Approval, u should have a User-Decision for the Approver.
    Try these and let me know if you still face any issues..!!
    Regards,
    Kanika

  • CHARM -Work flow

    Hi Everyone,
    I am new to Solution manager. Please help me with some documents related to CHARM work flow. I need to know about how to create actions  and relate that to work flow. Can any one get me step by step procedure, that would be more helpful to me.
    Thank You.

    Hi JW,
    check this link.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06db8e2-5036-2c10-1a97-dee1364fcec8?quicklink=index&overridelayout=true
    or search ChaRMS in Blog section.
    Hope it helps.
    Aditya
    Edited by: Aditya Varrier on Apr 28, 2010 3:50 PM

  • Work flow RAW - JPG conversion question

    I am still not only working on Aperture's features but learning also the best way to manage a work flow with it. So, here's what I want to do.
    #1 - I have an external drive coming so I don't have to store all my pictures (many of them now RAW)on my Macbook Pro's internal hard drive. I really don't need the RAW files anymore that I have used to create the final versions, which Aperture now stores as either TIFF or PSD files. I really just need to have my final versions stored now as JPG files now that I am done editing. Do I just export the files I want from my MacBook Pro onto the new hard drive as JPGs, then re-import them into Aperture as another project/folder?
    #2 - When I import new RAW images from my camera, edit them and have completed the project, many times I just want to save the final versions as JPGs and discard the RAW files. Is there an easy way to do this within Aperture versus exporting them, deleting the original files, and re-importing as JPGs as new project?
    Thanks.
    Matt

    Steve:
    That may be a good point. I will need to calc it out. My new drive coming in is a 750 Gig 800-Firewire drive.
    I have currently a 320gig drive on a server that I use only for pictures. Shooting JPG, it was about half full for about 6 months of shooting. When I started shooting RAW in the last month, the drive is now almost full. I have 12 Gig left on it.
    I do weddings, model shoots, portraits, event documentations...lots of stuff so I take a LOT of pictures. I really don't keep everything (blurry shots, half-closed eyes on subjects, etc), but I do keep a lot.
    My work: http://www.mattclinephotography.com and http://www.flickr.com/photos/kb8wfh
    I may just try it with keeping the RAW files there and see how it does with file storage. Backup of files that large in quantities that large is going to be another question all together. Looks like I need a big job so I can buy a DROBO.

  • Urgent : Work flow  in ABAP

    Hi friends,
                  kinkly send me about Work flow. Also send me step by step procedure on how to do work flow. Thanks in advance.

    Hi,
    check the below links
    REfer this link:
    There is a good book from SAP Press that I would
    recommend as a starting point.It's called Practical Workflow for SAP and it is by Alan Rickayzen.
    http://www.sap-press.com/product.cfm?account=&product=H950
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Go through the following links on FORK :
    http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://www.insightcp.com/res_23.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Work Flow
    1) Goto Tcode PFTC : Standard Task > Create Button>Workflow Templete
    For Create Container
    Element : ZBUS1001006
    Name : ANy Name
    Description
    Data Type & Properties
    Data Type:
    select Object Type : BOR Object Type for BUS1001006
    Properties:
    Parameter Settingd : check all Import, Export & Mandatory Checkboxes
    Basic Data :
    Abbr : Create_View
    Name : Some Name
    Work Item Text : Create View Material & -
    Click on DELE Button & Select Material From The List
    Object Catagory : BOR Object Type
    Object Type : BUS1001006
    Method : View
    Triggering Events
    Obj Catagory Object Type Event
    BOR Object BUS1001006 View
    activate it
    Enter on BUS1001006 Object Type you will get Quadratel<> Button after that
    double click on Quadratel<> button you get green button
    after that the system will generate the task No.
    check in the Event linkage Tcode : SWETYPV
    if you find an entry with your Workflow and linkage active
    goto Tcode : SWEC click on New Entries
    Change Doc Obje Obj Cat Obj Type Event on create
    Material BOJ Obje BUS1001006 View Option Button(Checked)
    save this
    goto Tcode : SWEC
    Change Doc Object : Material
    Obj Catagoty : BOR Type
    Obj Type : BUS1001006
    Event : View
    Check with On Create Button
    Goto SWETYPV
    Obj Catagoty : BOR Type
    Obj Type : BUS1001006
    Event : View
    Receiver Type : Some Work Flow No: WS80000431 like this
    Click on Work flow Builder
    ~~Guduri

Maybe you are looking for