CRM eBusiness Center form Customization

Hi,
Is it possible to add a custom tab, apart from the existing two custom tabs, to the existing eBusiness Center form? If yes, can anybody help me figuring out how it could be done? The requirement is client wants to add 4 custom tabs which is different information and also different (custom) tables. Does anybody have documentation regarding addition of custom tabs and how the design should go?
Thanks in advance.
Regards,
Viral.

Hi,
Can anybody please help me regarding the same. Also is it possible to change the order of the tabs displayed on the eBusiness Center form.
Thanks for replying,
Regards,
Viral.

Similar Messages

  • Including Invoice Tab into Ebusiness Center form from services to sales

    Hi,
    I have a customer issue where in I need to demonstrate how to include the invoice tab (available in contact center form) into ebusiness center form.
    My intention is to display Quote,Order & Invoice tabs in the same application.
    I found Quote & Order in Ebusiness center (Telesales) and
    Order & Invoice tabs in contact center (Teleservices).
    But, I want all 3 in eigther in ebusiness center or in contact center.
    Apps Version : 11.5.10 R3.
    Module : Telesales
    1. Is it possible to do as requested.
    2.If yes, which is the easiest way to do so?
    Feel free to ask for any further details.
    Thanks in advance.
    Regards,
    Nagadeep.

    I hope you have implemented Oracle Order Management. If so, there is a self service application called Order Information Portal (OIP) that comes with Order Management. The responsibility required for this is Order Information Super User. This application gives you the details of the orders including quote number, order number, order details, lines, shipments and invoice. This application is built in OA Framework and can be "personalized" to hide the field that are not required. This can be done without any code change.
    Thanks,
    Gaurav.

  • Need info or docs on customizing eBusiness Center form in TeleSales

    I want to add one more field to the Organization search form and based on that the view should be populated.
    Any one having experience in customizing the above?
    Thanks in advance.

    I hope you have implemented Oracle Order Management. If so, there is a self service application called Order Information Portal (OIP) that comes with Order Management. The responsibility required for this is Order Information Super User. This application gives you the details of the orders including quote number, order number, order details, lines, shipments and invoice. This application is built in OA Framework and can be "personalized" to hide the field that are not required. This can be done without any code change.
    Thanks,
    Gaurav.

  • Call transaction in new session not working inside CRM Interaction Center

    Hi Experts,
    I have developed a report which contains a screen with push button. When user clicks on button a  transaction (FPL9) is being called and opened in new session or window. But when the report is being called in CRM Interaction Center using transaction launcher and button is clicked no new session or new window is being opened. Our requirement is FPL9 transaction will be opened in new session / window inside Interaction Center also.
    Please help me how to open a new session or window  in interaction center on push botton click.
    Thanks in advance.
    Regards,
    Arnab

    Hi Anil..
    This is the Solution for ur Requirement.   try this program and change as per ur need.
    REPORT  ZSEL_CALL_TCODE.
    data : IT_KNA1 TYPE TABLE OF KNA1 WITH HEADER LINE.
    DATA : IT_SPA TYPE TABLE OF RFC_SPAGPA WITH HEADER LINE.
    SELECT * FROM KNA1 INTO TABLE IT_KNA1 .
    LOOP AT IT_KNA1 .
      WRITE:/ IT_KNA1-KUNNR HOTSPOT ON.
      HIDE IT_KNA1-KUNNR .
    ENDLOOP.
    CLEAR IT_KNA1-KUNNR.
    AT LINE-SELECTION.
    CASE SY-LSIND.
    WHEN 1.
    IF IT_KNA1-KUNNR IS NOT INITIAL.
    REFRESH IT_SPA.
    IT_SPA-PARID = 'KUN'.
    IT_SPA-PARVAL = IT_KNA1-KUNNR.
    APPEND IT_SPA.
      CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'S1'
        EXPORTING
          TCODE                         = 'XD02'
         SKIP_SCREEN                   = ' '
        MODE_VAL                      = 'A'
        UPDATE_VAL                    = 'A'
      IMPORTING
        SUBRC                         =
       TABLES
        USING_TAB                     =
         SPAGPA_TAB                    = IT_SPA
        MESS_TAB                      =
      EXCEPTIONS
        CALL_TRANSACTION_DENIED       = 1
        TCODE_INVALID                 = 2
        OTHERS                        = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      ENDIF.
    ENDCASE.
    <b>Reward if Helpful.</b>

  • Direct CTI Integration with Oracle Contact Center Form

    Hi,
    We are on 11.5.10.2 and we are trying to implement the "Direct CTI Integration" solution that Oracle suggested to enable Screen Pop in contact center form based on data coming from a third party CTI. In our case we are using Genesys TServers for CTI.
    In this document (The equivalent R12 document is on metalink titled DIRECT CTI Integration - Oracle EBS Contact Center & Third Party CTI [ID 734902.1]), Oracle solution involves little to no coding from the Oracle Apps side other than a few profile setups. We are not able to get started on this because we did not find some of the profile options. And the forms did not have the changes that Oracle said it should have. Obviously, we need to apply some patches but not sure which one.
    I am wondering if there are any users and customer who have implemented a similar solution that can help us get started.
    Thanks.
    Regards,
    Venkat

    It has been a while since we did a test of the Direct CTI integration at my company. We are on a 12 release so the patches are included, unfortunately I can't help there.
    Word from the Wise: Be Prepared....
    The only development on the Oracle side that was necessary was the configuration of the profile settings. You select a port in the settings which will then instantiate an http listener on the user's thin client.
    The development on the CTI side is intensive....you must code an http listener on your client CTI to enable two way communication between the Oracle thin client and your 3rd party CTI client (most likely residing on the desktop of the user PC, in my case, Cisco CTIOS).
    Unless Oracle has since changed their model, you cannot just send a blind screen pop to the Oracle client due to the required 2 way communication. There are a lot of request/response's involved (registers, readys, etc). While it is absolutely necessary for an HTTP listener to exist on the Oracle side, I believe that it is unnecessary to have the level of communication required from the 3rd party CTI. The CTI needs the call control, I just don't believe that Oracle needs to know about it.
    If I have incorrectly interpreted or understood the model/options, I hope someone can correct me.
    Thanks,
    Derek

  • OIM Form Customization

    Hi,
    My customer is having following requirements related to OIM Form Customization.
    1.In createuser form,UserID ,Password and Confirm Password Should not be displayed.We are generating userid and password automatically and we should not allow the admin to enter userid and password while creating user.
    2.Is it possible to make a form field mandatory only to specific usertype ? . For contractors,we need to make "Deprovisoning Date" as mandatory field but for employees,it should be a non-mandatory field.
    3.Is it possible to have different form fields in Create user Form and Manager User Form.Since Create user form will be used to create contracors,we we don’t need to specify user defined fields related to employees ( JobName,PoitionName,EmployeeType etc) in create user form.
    I am facing problems in implementing above requirements.Can somebody suggest,how I can implement these?.
    Thanks.

    Please check this Note 468779.1 from metalink.
    Goal
    How To Disable Password And Confirm Password or How to set the password fields as optional?
    Solution
    You can't set password field optional,this is mandatory field and hard coded in action class but you can set default value from jsp(tjspGenerateCreateUserForm.jsp) page. You can't be remove completely password section from User Creation Page as this is hard coded in the source code. Password is mandatory field for User creation API .
    You can provide default password value from the JSP file. After modifying the JSP page as below,while creating OIM user both fields(Password and Confirm password) will not be editable.
    Please try to modify tjspGenerateCreateUserForm.jsp
    *(<BEA-Home>\user_projects\domains\proquire901\XLApplications\WLXellerateFull.ear\xlWebApp.war\tiles\util).
    Add < value="123" readonly="true> these two attribute in password section and
    ChangePassword section.
    ===
    ##Password section######
    <td>
    <html:password name="manageUserForm" property="password"
    value="123" redisplay="true" readonly="true" styleClass="Fields" tabindex="1"/>
    </td>
    ###confirmPassword section######
    <td>
    <html:password name="manageUserForm" property="confirmPassword"
    value="123" readonly="true" redisplay="true" styleClass="Fields" tabindex="2"/>
    </td>
    ==

  • BPEL with human using task forms (customization in task display).

    All,
    I have deployed a BPEL with human task with task forms (customization in task display).
    For above customization Jdev automatically generates set of jsp files like Header1.jsp,Footer1.jsp,payload-body.jsp and <task name .jsp> and build an ear which includes war file.
    I have deployed ear as j2ee app using em console.
    It got deployed but when I check em console I could not see any active jsps listed.
    due to this task customizations are not displayed properly.
    but for same app in production instance, it is listing all jsp files in EM console
    Any idea where I am missing
    Thanks,
    Praveen

    I got it.
    If there are no active jsp/servlets listed means they are never invoked.
    I invoked them explicitly then they started coming in the list
    Regards,
    Praveen

  • Required Trigger To be Oracle Application Forms Customization and its order

    Hi All,
    I am new to oracle application forms customization.
    Can you please answer following?
    What are the triggers required to be overrided for forms customization in oracle appliocation?
    What is the order of trigger event occurrs when forms comes up in Oracle application?
    Thanks
    Prashant

    Hi Prashant,
    There are a number of triggers in Oracle forms. They are basically 4 types
    1. Form level
    2. Block Level
    3. Record Level
    4. Item Level
    Again there are subclassifications.
    The firing sequence depends on your action. If you make a change in an item and save the item level triggers fire for the item you changed. Then the record level triggers fire. However if you are click in an item(you are technically navigating to the item) the record level(when new record instance-WNRI) fires and then the item level trigger(when-new-item-instance WNII) fires.
    So it depends on the situation. Look in the forms tool help sections. The have some good discussions there.
    Now to 'override' triggers. I am assuming you plan to extend oracle standard forms. The best way to do this is use the CUSTOM.pll. Oracle forms call this .pll in various triggers such as WNRI, WNII etc. You can add your logic here and it will take effect and will be upgrade safe. Nowadays they have forms personalization. Take a look at this also to determine the best way.
    You may want to read the Application developers guide from metalink and they have a good discussion there on forms customization. It also talks about the CUSTOM.pll
    The scope of forms is huge and you would be better of taking a
    1. Forms course
    2. quick look through the forms section of the developer's guide and understand the concepts
    3. Honing on the customizations you want to do and start working on that specific component.
    4. Look in Metalink which has a lot of info on forms and forms forums.
    This is actually a Framework forum which deals with Web applications :-)
    Thanks
    Sandeep

  • Accessing CRM Interaction center outside network

    Hi,
    I have a basic question for better understanding.
    We have CRM ISA and CRM Interaction center.
    Our customers are able to log in to the Online Ordering website through Internet.
    But the URL for CRM Interaction center is not working, if I try to log through Internet (It works only if Iam in client network or VPN)
    To me both are channels in CRM and in that case why it is behaving diffrently.
    Regards
    Babu

    Hello All,
    Appreciate if you could provide any pointers. I think this either mite be related to the code link property of the iview or the PCD path of pages/roles which we do in CRM SPRO.
    Regards
    PN

  • Business content for CRM Interaction center

    Hi Experts,
    I have requirement in BW CRM interaction center.I need to analyse Fit Gap Analysis for CRM interaction center.I need to give the explanation either the client requirement can be implemented with business content or need to customise.I am looking some one can throw light on this topic.I am new to this requirement.I would like to know where can I find the Business content reports and extractors related to CRM interaction center in BW.Please shed some light.
    Thanks,
    Suryam.

    The same question
    I read documentation and found:
    1) 0CRM_CIC_INTERACTION
    2) 0CRM_CIC_CTI

  • How to find the CRM related Tables form a Particular DataSource

    Hi friends
               <b>How to find the CRM related Tables form a Particular DataSource
      of BusinessContent.</b>
      ex: i had taken CRM - DataSource ........ 0CRM_LEAD_H (Lead Header Data)
           for this DS i assign IS and extract data. But i want to Know from which
           CRM tables it was comming.
           ie ..I want to know the what tables linked to Datasource(0CRM_LEAD_H)
           How it has to check?

    Just for your info, you can find as useful (for a methodology to solve this kind of issue) this weblog:
    SAP BW and Business Content Datasources: in pursuit of the origins
    Hope it helps!
    Bye,
    Roberto

  • Impact of upgrade from SAP CRM Interaction Center 4.0 to 5.0 on Genesys CTI

    Hi Friends,
    I would like to know that what is the impact of upgrade from SAP CRM Interaction Center 4.0 to 5.0 on Genesys CTI software.
    1) Will there be anything we need to change?
                for e.g.
                     a) Settings
                     b) Software
                     c) Hardware
    2) What do we need to keep in mind when upgrading from SAP CRM Interaction Center 4.0 to 5.0?

    Hello!
    The biggest change you must face is related to Java. If you had CRM4.0 Java configuration, you must change your settings to the non-java configuration CRM5.0 has. Most of those changes are performed by the upgrade program, but you must activate services in transaction SCIF.
    Your other concerns:
    - Software: Most of the Genesys releases are compatible with both java and non java configurations. Anyway, I am sure Genesys has compatibility instructions.
    - Hardware: No changes to my knowledge
    <b>Hope it helps. Please, reward points if so</b>
    Regards
    Joaquin

  • CRM interation center as POS!

    Hi,
    I request experts here to comment on this.
    Whats the pro/cons on using a CRM Interaction center telesales as POS in a retail store,
    Consider the store only does 10-15 transactions a day( some premium product) and going for POS on a global scale is not an option (assumption)
    I understand Telesales can handle Creditcard transactions, is there anyway to handle cash transactions in store using CRM telesales?
    Suggestions much appreciated.

    With such a low volume of transactions, I agree with you that you should not spend time and money in buying a separate POS system and installing the same.
    Cash sales will be perfect functionality to look for this requirement.
    You can certaily use cash sales to achieve this and you may have to do little bit of tweaking in CRM and bit in R/3.

  • Repeat form customization on various Business Groups

    Hi,
    I would like to know if there is a quick way to repeat form customization on various Business Groups.
    I mean, i have done form customization on one Business group and need to do repeat similar form customization on various other Business Groups. I was wondering if there is any quick way to accomplish this other than doing it manually for each business group.
    Any help on this will be appreciated.
    Thank you,
    Raghu

    Hi Raghu
    You can try downloading your personalization via FND LOAD
    and change alter the business group in the files and load them back.
    FNDLOAD apps/$APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct
    and alter the ldt file for the business group.
    Cheers
    Ankush

  • Miscellaneous issue form customization

    Hello,
    The form mentioned above is INVTTMTX with Form Version : 11.5.239.
    the user is requesting the following customizations to the form:
    -Use the Reference field to hold a list of values of names that currently have no reference in the system.
    -Add a descriptive flexfield to the form; should hold a seial number for the miscelaneous transactions that should be generated automatically.
    I need guidance because I don't know how to the above and what tools shall i use. Detailed instructions and an action plan will be very helpful.
    Thank you

    Hi,
    1. Reference field - isn't this a separate report? Your requirements are not specific enough.
    2. Setup a Descriptive Flexfield Column - read the Flexfields manual. Create a sequence in the database. Use when-validate-record trigger and forms customization or database trigger to populate DFF field.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

Maybe you are looking for