How to Navigate from Confirm Account to Creation of Service Ticket

Dear Expert,
My client does not want to create a interaction record after account confirmation. They want to go directly to Service Ticket creation.
I am using CRM 6.0 SP05.
Could you guide me through the steps for that?
Which customizing steps need to be done?
Thank you very much in advance.
Best reagrds
Ahmed Hadi
Edited by: Ahmed Hadi on Dec 15, 2009 2:43 PM
Edited by: Ahmed Hadi on Dec 15, 2009 2:44 PM

Hello Ahmed,
I discuss the pros and cons of this strategy a bit in my book, "Mazimizing Your SAP CRM Interaction Center", but you can also find the basic info in this blog, "[Everything you need to know about the Interaction Record in the CRM Interaction Center|/people/gert.tackaert/blog/2008/09/04/everything-you-need-to-know-about-the-interaction-record-in-the-crm-interaction-center]".
There is a BADI (CRM_IC_IARECORD) that can be used to suppress the creation of the Interaction Record. SAP does not recommend to actually supress the creation of the Interaction Record (as it is needed for various out of the box reporting and analytics options, as well as for maintaining object links and other features). Rather, you might want to simply use Intent-Driven Interaction with the Rule Modeler to automatically navigate to the Service Ticket screen after some UI event like BP confirm or IBase confirm (or whatever other even you want). If necessary you could also remove IR link for the NavBar.
Best regards,
John

Similar Messages

  • How to navigate from a view to an IView in portal

    Hi all,
             Onclick of an application in my portal my appliaction gets opened.But the problem here is onclick of cancel in my applcation i want to navigate to my IView in portal.
    For navigation between view2 to view1  i used wdThis.wdFirePlugtoView1();
    by creating a navigation link.
    How to navigate from view1 to Portal IView
    Regards
    Padma N

    Hi padma,
                 Go to Iview Property in portal Content managment and take the PCD location.
    It may look something like this
    ROLES:portal_content/ZABC/ZPROJECTS/com.abc.ZPortfolio/com.abc.ZPortfolio/com.abc.ZRoles/com.abc.ZPortfolioReconle/com.chep.ZReconciliation/com.chep.ZReconEnquiry_IView
    Create a string variable with the PCD location
    String pcdLocation = <pcd location>
    And call using the iview using the following code
    WDPortalNavigation.navigateAbsolute(pcdLocation, WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,"&reference="+reference);
    Here &reference is the application parameter, if the application with which the iView is created has parameter and is not mandatory.
    Hope this helps.

  • How to navigate from a Servlet to a WebDynpro?

    Hi together,
    I've the following Problem:
    On the same EP, there are 2 deployed components:
    - a WebDynpro-Application with several Views, each in a separate iView
    - a Servlet
    Question:
    How can i navigate from the Servlet to one special iView or CustomController of the WebDynpro-Application passing a Parameter?
    I've tried to navigate using the WDPortalNavigation.navigateAbsolute()-Method, but when I create the Target-Url using the following Code, my Debugger leaves the Code uncontrolled:
    deployableObjectPart = WDDeployableObject.getDeployableObjectPart("vendor/App", "webdynproApp",WDDeployableObjectPartType.APPLICATION);
    urlToTargetApp =     WDURLGenerator.getApplicationURL(deployableObjectPart);
    Some Ideas?
    Regard
    Thomas

    Hi Thomas,
    I think you may have to use session concept here.
    check with following code
    you can use the following code to set value to the parameter.
    HttpServletRequest request = ((IWebContextAdapter) WDWebContextAdapter.getWebContextAdapter()).getHttpServletRequest();
    HttpSession session = request.getSession(true);
    session.putValue("col_id", <value>);
    This code below is used to get parameter value.
    HttpServletRequest request = ((IWebContextAdapter) WDWebContextAdapter.getWebContextAdapter()).getHttpServletRequest();
    HttpSession session = request.getSession(true);
    String Col_id =(String)session.getValue("col_id");
    Let's say the pcd location of the target page is
    pcd://portal_content/com.sap.pct/specialist/com.sap.test.pages/com.sap.test.target_pg
    In the event handler for the onAction event of the button
    String appParams = "ApplicationParameter=<your parameter name>=" + <put your value here>;
    WDPortalNavigation.navigateAbsolute(
    "ROLES://portal_content/com.sap.pct/specialist/com.sap.test.pages/com.sap.test.target_pg",
    WDPortalNavigationMode.SHOW_INPLACE,
    WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,
    appParams,
    null,
    true,
    true);
    For more details you check the following URL. it describes on how to navigate from html/servelt to portal iview.
    Passing value from page to WD
    Reward points if it helps
    Regards
    Praveen

  • How to identify the follow up relationship between two service ticket

    Hi Folks,
    How to identify the follow up relationship between two service ticket ?
    Please help me on this...
    Regards,
    Shashi K, Reddy

    Hi Pepe !
    Thank you for the answer, but I dont find this structure ET_DOC_FLOW.....
    Please let me know is that structure is correct ......
    Regards,
    Shashi K, Reddy
    shashikumarreddy at gmail dot com

  • How to Navigate from af:internalFrame to another page in the parent frame?

    Hi!
    I'm using an ADF IFrame Component <af:internalFrame>..
    we have a requirement where we needed to navigate from a page in the Internal frame to another page in the browser, i.e., on clicking a ceratain button in IFrame , the browser window should load an another page in the main window/frame(not in IFrame). I know this can be done with javascript by setting the
    window.location='newurl'
    But that would take me away from the normal JSF lifecycle, that is I have to perform certain processing of the inputs from the Iframe, and then navigate in the normal JSF way to another page in the main browser window,according to the navigation configured in the faces-config.xml; or if possible, programmatically ,in the backing bean.
    Can someone give me any hint of how to do this?
    Thanking you in advance,
    Samba

    Correct. To achieve this functionality JavaScript is required.
    --Ric                                                                                                                                                                                           

  • How to Navigate from Graph page to Customization page?

    Hi All
    If i need to navigate from Graphs page to customization page on clicking the graph, What are the steps to be followed?
    Also in that customization page i need to make changes in the SQL statement for graph also the type of graph( Pie or Bar).... when i provide this changes it needs to be saved. And when i save it has to provide me the new graph according to the edited SQL Statement...
    How to achieve this?
    Can anyone pls pls help me out in resolving this issue???
    Ganesh

    If i need to navigate from Graphs page to customization page on clicking the graph, What are the steps to be followed? Destination URI
    You can programmatically define a destination URI on a graph, that allows users to drill down to additional information. If the Destination URI property is defined on a graph, the URI specified is used as the drill-down URL. The Destination URI can be an absolute URL or a relative URL to an OA Framework page. The group and series values for each data point are appended to the specified destination URI, so that the resulting URL is specifically associated to a particular data point plotted in the graph. The group and series values can be obtained by the destination page using the parameters OAGgroup and OAGseries.
    For the drill down feature to work, you must also set the Display Data Bubble Text property on the graph to True. Enabling this property generates an image map, which is required for the drill-down feature to work. When a user selects any data point in the graph, the specified URL is launched.
    Thanks
    --Anil
    http://oracleanil.blogspot.com/

  • I gave my old iPhone to a friend and would like to know how to delete from my account?

    I offered my old Apple iPhone 5 "iOS8.2" to a friend and would like to know how to delete it from my own Apple account?

    Hi, georgesfrommerchtem.  
    Thank you for visiting Apple Support Communities.  
    I understand that you want to give your device to a friend and remove it from your account.  Here are the best steps to go through when gifting a device to another party.  
    What to do before selling or giving away your iPhone, iPad, or iPod touch
    -Jason H.  

  • How to navigate from view of slave DC to view of matser DC?

    Hello!
    I've got DC1 (master) and DC2 (slave) in different projects. Both projects are WD Java local DC projects. DC2 has one component (say A) with view, window, view interface, controller and controller interface and has no applications. This view should be called at start of application. Only DC1 has application. Public parts created properly so DC2 visible for DC1.
    In main window of DC1 I embedded View Interface from DC2 and make it default. View Interface has outbound plug connected with inbound plug for View of DC1.
    What I should to do to allow user navigate from View Interface of DC2 to view of DC1 by press button placed at view of DC2?
    I'm working with NW7.0.
    Regards, Lev.

    Hi
    What I should to do to allow user navigate from View Interface of DC2 to view of DC1 by press button placed at view of DC2?
    Hi
    One solution will be already provided by  jithin james .
    Apart from that if u want to make something generic (For your case View interface of different Dc) follow this  [Best practices |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0409d83-5ed5-2910-ef91-e41da6d5b8b4]
    Best Regards
    Satish Kumar

  • How to navigate from custom store to library?

    Is there any way to navigate from custom HTML store or any other web views to either Default Library or Custom Library?

    There is a workaround. If you specify a URL Scheme for your app, creating a link to that scheme displays the library. There is an example of this method in the Advanced Linking article in the DPS Tips app.

  • Automatic Creation of Service ticket in Background

    Hi,
    My requirement is to create a Service Ticket in Web IC automatically in background when an enquiry is submitted by an user over the company's website. I am unable to find any function Module or BAPI to do the same. Is it possible to do it in the background? If so, please let me know how to go about it.
    Regards,
    Vimal
    Edited by: Joseph Vimal Whitchurch on Apr 13, 2009 8:27 AM

    Hi Joseph
    If you can get it to run through the ERMS process then yes it is possible.
    Check out John Burton's ERMS How to Guides under CRM-INST for CRM 5.0.
    Regards
    Arden

  • How to check Category is filled or not in Service ticket?

    I have requirement to check the category field (CAT_GUID) is filled with value or not.
    I would like to check this category field in the Badi zOrderSave of service ticket.
    How I can accomplish this issue?
    Your reply is appreciated.
    Banu

    Hi Banu,
    I understood that you have to check Category field.
    Please, "se"nd m"e an "e"mail" with a print screen highlighting the information that u need.
    caiqueescaler hotmail com
    Regards,
    Caíque Escaler
    Edited by: Caíque Escaler on Jun 23, 2010 8:34 PM

  • How to change from one account to seperate on iPhone 5? Phones alraedy set up using one accont.

    My wife and I have seperate iphones (5's) that my son set up for us two years ago. He used one account saying we could share the purchased music. We have never purchased music or paid for apps in the two years since. About a year ago I had a iPad from work and set up my own Apple ID on that account but have since retired and returned it into the company.  With the installation of 7.0.4 things changed and all text messages sent from my iPhone arrive as hers (to other apple products) as both phones have the same Apple ID. Can anyone give me help on changing over my iPhone to my own Apple ID? If I delete her Apple Account on my iPhone will it wipe out her entire account, or just on my iPhone? I have already added my own email apple ID to my phone. Will deleting her apple ID on my phone delete all my APPs? Any help would be much appreciated!

    Hello tlknox
    If you remove her account from your iPhone, it will only remove the data from your iPhone, the data will remain intact. If you still want to keep the one Apple ID for purchases, you can. Just navigate to Settings > iTunes and App Stores and sign in with the with the Apple ID that you want to share.
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    iCloud: Change iCloud feature settings
    http://support.apple.com/kb/PH2613
    Regards,
    -Norm G.

  • How to navigate from a component to a specific view in other component

    Hi guys,
    i have an issue in my application where i have two components compA and compB. In defaultview of compA i have a navigationlink and a viewcontainer element which contains three views viewone,view two,view three and In default view of compB we have 3 links where each link should navigate to its corresponding view in the viewcontainer element of compB. The navigation between default of compA and CompB is working fine But prob is with the navigation between the links in the compB view to views in the view container element. can anybody give me some idea on it i am hanging here from somany days. It would be appreciable if anybody solved this problem. Thanks In Advance
    Regards
    Ravikumar Saragadam

    Hi Ravi,
    Check the following links.
    DC reusability in webdynpro
    Passing a value from one dc to another dc in webdynpro
    How to pass a value from one dc to another dc in webdynpro java
    Thanks

  • How to reply from Gmail account using Hotmail address in Mail app in iPhone iOS 6?

    Hello,
    Since the iOS 6 upgrade on my 4 iPhone, the "imap.gmail.com" won't work.
    I had my e-mail set up as "other" and would receive my Hotmail in Gmail using imap, so I could reply using my Hotmail address.
    So I deleted everything and tried again but it still won't work.
    In the mean time, I am using the Gmail App but can't use the Apple Mail app because it won't reply from my Hotmail address, and I do not want to have to choose my reply-to address; I didn't have to before.
    I do not want to use my Gmail address for anything.
    I want to always use my Hotmail address.
    Praying for help! I want to be able to use my Mail app like before!
    Also not sure if the Gmail app is killing my battery, or if the new iOS 6 is....
    Thanks so much.

    I said I want to use my Hotmail ADDRESS only. Not the Hotmail e-mail.
    I check my Hotmail in Gmail. I love how Gmail is set up.
    I've tried deleting and recreating.
    In order to check my Hotmail in Gmail on the iPhone, and reply from my Hotmail address using Gmail, you have to set up your mail on the iPhone using "other" when adding an e-mail account.
    Since the upgrade, it will no longer let me use the "imap" feature and based on my research, it seems like everyone is having this issue.
    Yes, I can use the Gmail e-mail account, but when I reply it'll show my Gmail address and I'd like it to show my Hotmail address WITHOUT having to use a drop-down menu and switch the reply-to address.
    Hope that clarifies.

  • How to navigate from WD iView to another WD iView

    Hi experts,
    I'm wondering the best way to do a navigation from WD to another one, I've triyed absolute and relative navigation and neither of two works.
    I'll try to explain what am I doing:
    Application A wich is running in a iView needs to call an Application 2 located in another iView (separate WD project too).
    <b>my code looks like this:</b>
    DATA: l_api_component  TYPE REF TO if_wd_component,
            l_portal_manager TYPE REF TO if_wd_portal_integration,
            path             TYPE string,
            path_table       TYPE string_table.
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_portal_manager = l_api_component->get_portal_manager( ).
    path = 'ROLES://portal_content/fl_mjcf_workarea/fl_mjcf_web_site_unimet/fl_mjcf_ivews/fl_mjcf_intranets/fl_mjcf_int_estudiante/iv_mjcf_web_pagos'
    CALL METHOD l_portal_manager->navigate_absolute
        EXPORTING
          navigation_target   = path
          navigation_mode     = if_wd_portal_integration=>co_show_inplace
         window_features     = navigation_data-window_features
         window_name         = navigation_data-window_name
         history_mode        = navigation_data-history_mode
         target_title        = navigation_data-target_title
         context_url         = navigation_data-context_url
         post_parameters     = navigation_data-post_body
          use_sap_launcher    = abap_true
         business_parameters = bus_parameter_table
         launcher_parameters = launcher_parameter_table.
    I don't know what am I doing wrong, but, the application is not showing anything, no error, no message.
    Please any suggestion is really apreciated and of course rewarded.
    Thanks in advance.
    RR.-

    Hi,
    Thanks for your reply I found that the PCD location was wrong, I wasn't copying from the role, that's why the application didn't navigate ritgh. But still havin problems with parameters.
    Do you have any idea? and thanks for your reply.
    Ramien.-

Maybe you are looking for

  • JtextField text too long problem

    I have a little problem, I'm sure its very very simple to fix. The text I put into my JTextField is longer than the visible portion, so when I put text in there it keeps scrolling it to the end, so the start portion of the text isnt visible anymore (

  • How to flatten a Heirarchy

    Hai, The End-user doesnt want a Hierarchy but a flat table out of a Heirarchy so I want to know where and how I can loop through a Hierarchy table to create a flat structure. Please let me know if you have any standard FMs that can do that? At what s

  • How to perform Set operations in ODI?

    Can anybody suggest me how to perform a set operations in ODI?

  • Execute a command on SAP server

    HI I have a SAP qith Unix O.S. Is there an abap command or function module in order to execute a unix command on SAP? example "ls - la" in order to have a list of files or "ren old.file new.file" Thanks

  • IPod touch not getting data

    Using WRT54G, version 1.0. I tried to upgrade the firmware, but it failed. Ipod Touch works at hotspots, but not at home. It looks like it's on my network with a strong signal, but will not update any info or connect to anything. I'm using MAC id's t