To add order mgmnt in oracle crm ondemand

is it possible to add order management in oracle crm ondemand? if it's could u pl tell me the steps involved
mailid: [email protected]
Edited by: user9005557 on Jan 19, 2010 4:31 AM

There are couples of web services provided by oracle for this purpose, by using that you can insert, update, query, delete records in CRM OnDemand.
So you need to write the web service client program which takes data from your web form and create record in OnDemand. It can be in any language / platform (like java, c++, PHP etc)
Check web services guide for more details.
Dinesh

Similar Messages

  • Create Web Form data records in Oracle CRM OnDemand

    Hello,
    One of our customers has a requirement to capture leads through a Web based HTML form. This captured data (First Name, Last Name, email Id) should then create a corresponding Opportunity record in Oracle's CRM OnDemand.
    From what I know, CRM OnDemand is a provider in terms of Web Services and not a Taker.
    Can somebody suggest on the best way to implement this?
    Thanks & Regards,
    Nitin Jain

    There are couples of web services provided by oracle for this purpose, by using that you can insert, update, query, delete records in CRM OnDemand.
    So you need to write the web service client program which takes data from your web form and create record in OnDemand. It can be in any language / platform (like java, c++, PHP etc)
    Check web services guide for more details.
    Dinesh

  • What territory can do in the Oracle crm ondemand

    Hi,
    Our company have many territories, so I think we need to use the territory function. But I can not assign a user to a territory, can anyone tell me how to use it?
    Thanks in advance!

    Use books to model territories

  • Sales Order or Order  in Oracle Crm On Demand application

    Hi Gurus,
    I'd like to ask You, where can I find something like Order or even Sales Order. I need to capture order, but currently I do not know how. There is a record called Opportunity but I don't know If it can be used for that purpose ?.
    Best regards

    I agree with Bobb...
    Please use custom objects....
    If you need the Order just to be captured as such..
    If there is an Integration with Oracle ERP - EBusiness Suite, then you can use the PIP component which is again a licensed version which integrates CRM OnDemand with Oracle EBusiness Suite...
    There can be custom solutions also built around .Net using WSDL if there needs to be integration with other legacy system...
    Thanks & Regards.,
    Akesh

  • How to add a table layout in CRM Sales order?

    dear all ,
    anyone know how to add a table layout in CRM sales order customer tab that using the EEWB added?
    can EEWB do this?   i didn't find the appropriate business object......

    Hi , Swapna
    is you mail address right? can not send out.
    first , you should have added one field using EEWB ,  then to EEWB , find the extension , double click on the task, there  you will find a  "object list"  on the right, the list will give you many many very important  information , you should look through .
    then double click on the "screen:  ..........EEW......." ,  layout , there you will find the field you have added in .  and you can draw anything you want there , then back to the screen flow , write you flow logic in PBO and PAI .
    about the global  data definition,  again to the "object list", you will find a "Report source code:  ......................TOP". in there ,you can define all you data .
    another thing  if you want to save your input field to database tables that you draw (not by EEWB added)
    two ways:
    1. write update table directly  in  PAI module .
    2.  you can use this BADI :  ORDER_SAVE , this is when you save the order to trigger the save action.

  • Add ECC Custom Fields in CRM Web UI ERP Order item

    hi all,
    i have to Add ECC Custom Fields in CRM Web UI ERP Order item .
    I have :
    -  add the field on Web UI Screen.
    -  add the field on structure  TDS_item_COMV  and  TDS_item_COMC in ecc
    -  insert record for field on LORD_MAPPING table
    -  implemented badi BADI_LORD_DO_PA BADI_LORD_GET_INPUT_MODE.
    -  implemented method GET_I_S_STRUCT on crm with  :
    CASE COMPONENT.
        WHEN 'ZZSPOND'.
          RV_DISABLED = ABAP_False.
    endcase.
    - on method  do_prepare_output i have change value of fields with code :
    lr_loop = typed_context->erpadmini->collection_wrapper->get_first( ).
    WHILE lr_loop IS BOUND.
    posnr = lr_loop->get_property_as_string( iv_attr_name = 'POSNR' ).
    Does the current item has to be set for "Sponda Idraulica"?
    READ TABLE Z5CL_GSA_TOOL0001=>GT_ITEMS_SPOND INTO ls_spond
                                  WITH KEY posnr = posnr.
    IF sy-subrc = 0.
    lr_loop->set_property_as_string( iv_attr_name = 'ZZSPOND' iv_value = 'X' ).
    DATA : V_X TYPE STRING.
    V_X = lr_loop->get_property_as_string( iv_attr_name = 'ZZSPOND' ).
    ENDIF.
    lr_loop = typed_context->erpadmini->collection_wrapper->get_next( ).
    ENDWHILE.
    I can't change the field  value  because it is "not changeble"  .
    Can you help me ?
    Thanks in advance.

    Hi Celi,
    I have created some fields at header level of ERP Order, and the user is available to change them, replicating the information to SAP ECC (using interface LORD II). 
    All sales item information is treated using RFC ERP_LORD_GET_ITEM_MULTI, available in SAP ECC. 
    Please check the following point:
    If those structures below were expanded with your custom fields:
    SAP CRM:
    CRMST_L2_ITEM_COMV
    CRMST_L2_ITEM_COMC
    CRMTT_ADMINI_ERPIL
    CRMTT_ADMINI_I_ERPIL
    SAP ECC:
    TDS_RFC_ITEM_COMV
    TDS_RFC_ITEM_COMC
    Please check if for your scenario is necessary to implement the enhancement BADI_LORD_DO_PAI method ADD_SUPPLY_LIST. The code below works for header level.
      DATA: ls_supply TYPE tds_field_supply.
      IF iv_object_id EQ 'HEAD'.
        IF iv_module EQ 'VBAK_BEARBEITEN'.
          ls_supply-field = 'ZZCCINS'.
          APPEND ls_supply TO ct_supply.
          ls_supply-field = 'ZZCCNUM'.
          APPEND ls_supply TO ct_supply.
          ls_supply-field = 'ZZCCNAME'.
          APPEND ls_supply TO ct_supply.
          ls_supply-field = 'ZZAUNUM'.
          APPEND ls_supply TO ct_supply.
        ENDIF.
      ENDIF.
    I hope it helps!
    Kind Regards!

  • Oracle CRM On Demand Outlook Integration - Add-in shows inactive

    I have followed the steps given in the Oracle CRM On Demand->MySetup.
    After installing the OEI, the dll file is registered.
    In MS outlook->Tools->Trust Center->Add-ins. The Siebel Outlook Integration Add-ins is shown in the "Inactive Application Add-ins".
    How can this be enabled/Active so that Oracle CRM On Demand application is integrated with Microsoft Outlook?
    kindly advice.

    Finally found a solution for this problem:
    In MS Outlook 2007, navigate to Tools->Trust Center->Macro Security-> Select option "Warnings for all macros".
    Restart MS Outlook and the Oracle CRM email Integration buttons will appear..
    Hope this helps..

  • Add logic behind 'Update Opportunity Totals' button in Oracle CRM On Demand

    HI,
    I need to add custom logic behind 'Update Opportunity Totals' button in Oracle CRM On Demand. Can anyone please let me know where can I implement this logic? Where can I find already implemented code of  'Update Opportunity Totals' button.
    Thanks,
    RM

    Pl post this in a Siebel related forum
    HTH
    Srini

  • Some Questions about customization degree of Siebel CRM OnDemand

    I am new to Siebel CRM OnDemand, had some concerns on customizaiton of Siebel CRM OnDemand comparing to Siebel enterprise version.
    1. Siebel OnDemand only support to create 3 new objects.
    Q:
    1) Are they exist objects in Siebel enterprise version, such as quote, order, or totally new objects to Siebel?
    2) How to build new relationships among existing object or between existing and new objects?
    2. Does Siebel OnDemand support to write script, if it does, is it escript or VB script, where to write it?
    3. Does Siebel OnDemand support to add new custom field as joined field to show some info of associate object on current object's UI, such as show account ship to address in SR detail page.
    4. Except to do limited customization in application, is there any way to make more complex customization, such as submitting a customizaiton request to customer care for it?

    1 - The Custom Objects are completely custom. You build the data model from the ground up. There are limitiations to the number of different fields that you can add, but it's pretty big.
    2 - There are pre-defined relationships between Custom Object 1 and Account, Contact, Opportunity, etc. you can't add any more, so make sure that the proper fields are already there that suit your needs.
    3 - No
    4 - No, however Oracle Professional Services can be engaged to do a bunch of stuff, including the development of Custom Web Services. There are Consulting Partners that can be creative, as well.

  • Invoking Siebel CRM OnDemand Web Service via BPEL

    I'm trying to invoke a Siebel CRM OnDemand Web Service via BPEL. Basically, the Siebel guide says to post to a url with user/pwd to get a session ID returned from a cookie. I did that using embedded java and have the session ID as a variable in my BPEL process. My problem is with now calling the Web Service to perform the action. I have a WSDL from Siebel, but the guide says to use an HTTP post with the session ID in the url and the XML in the body. How do I do that? Shouldn't the WSDL handle that when I create the Partner Link? Do I need to use more embedded Java for this or can I set up a Partner Link? I created a Partner Link and it shows the methods I want to use, but I get the following error when I try to call it because I don't know where to add the session ID:
    <ErrorCode xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">SBL-ODU-01006</ErrorCode>
    <ErrorMessage xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">Internal Error: Session is not available. Aborting.</ErrorMessage>
    Any help would be GREATLY appreciated. Please let me know if you need more information.
    THANKS!

    The Siebel OnDemand web services can accept the siebel session token in the URL. Append ';jessionid={%sessionIdFromCookie%}' to the end point. Obviously this has to be done dynamically. Refer to the article called 'Making BPEL Processes Dynamic' (http://www.oracle.com/technology/pub/articles/bpel_cookbook/carey.html) pay particular attention to the 'Eliminating address dependency at run time' section.
    Peter

  • Using Jpublisher to consume CRM OnDemand webservices

    I am attempting to use the Oracle Jpublisher utility to generate a callout to CRM OnDemand webservices, in order to make OnDemand data, such as account data, available for further processing in Oracle Warehouse Builder. (This OWB/Jpublisher solution is documented in Oracle Warehouse Builder: Web Services and SOA Ready):
    [http://www.oracle.com/technology/products/warehouse/pdf/oracle%20warehouse%20builder_%20soa%20and%20web%20services%20ready.pdf]
    I have installed Jpublisher 10.2 on an Oracle 10g database (hosted on a Windows 2003 server) and have attempted to generate a webservice callout by using the -proxywsdl option and referencing the file path where I have stored the OnDemand wsdl files (downloaded from OnDeman webservices admin).
    The following command returns the message "No files written"
    jpub -u owb_wkspace_user/password -sysuser sys/password
    -proxywsdl=file:///C:/Account.wsdl
    -proxyopts=tabfun
    Using the noload option to avoid any contention with database user permissions returns the same result: "No files written".
    jpub -proxywsdl=file:///C:/Account.wsdl -proxyopts=tabfun,noload
    If there are any Jpublisher-savy OnDemand integrators out there who can shed some light on the process, I'd greatly appreciate it.

    Just curious if anyone has come up with a solution to the posed problem. I too am looking at using database web services to access siebal information through siebal on demand api's. Right now I am investigating how to accomplish the session authentication within a database web service. Any thoughts or ideas are welcome.

  • Multi-Org impact on Oracle CRM modules especially on Oracle Service

    Multi-Org impact on Oracle CRM modules especially on Oracle Service
    ====================================================
    I have been searching for any information (notes,whitepapers/ presentation) on the impact of multi org implementation on Oracle Service module and so far not been able to find any either on metalink or on internet.
    Any of you have any inputs on this ? Please provide the same if any.
    basically,
    Looking for the kind of security applied on SR creation form,Debrief form and charges form when a multi org is enabled.
    I also tried to test this out in our instance and found that it seems to have no impact.
    Gana

    HI,
    Yes indeed there is a impact of MULTI-ORG on the Service Module in 11i.
    All the things are integrated now.
    Everything is dependent on the MO:Operating Unit Profile Option and the setup which you had done.
    1)
    Security on SR creation Form:-
    See you can implement the security, but for that you have to setup accordinglly and also to follow the process.
    If you create 2 responsibilities with MO profile option different, then none of them will able to see the others data.
    Note:-
    But if you are using the instance to generate the SR, then you had to make it sure that the ITEM which you are using should be assigned to the Operating unit which is set in the MO profile Options of that responsibility.
    2)
    Debrief Form:-
    As you must know that for debrief to work, you had to setup the Service Activities.
    This is where you can define the security.
    1) Create a Service activity,
    2) Map it with BILLING TYPES
    3) Map the Billing Types with Order Management Header and the Line Type
    This the place where you can specify the Operating Unit.
    When a user will log in and open a debrief form, then he will be able to see only those service activities which are mapped with the operating unit as that of set in MO Profile Option to the user.
    3)
    Charges:-
    The same as the debrief is applied on the charges TAB.
    Here you will only able to see the Service activites which are mapped with the operating unit as that of set in MO operating unit.
    If you want ITEM level security, then you will be only able to see the items which are assigned to the Operating unit as that of set in the MO profile option.
    Hope this will clear your doubt.
    If want more clarification, you can ask me.
    Regds,
    Vikram

  • What are the steps to send sales order custom field from CRM to ECC

    Hi Xperts,
      We have created a custom field in sales order [ VBAK] and successfully replicate its value from ECC to CRM. But while doing the enhancement to replicate the field value from CRM to ECC [ When the SO is created in CRM ] we are not able to do so.
    We used a FM in CRM0_300, but while replicating the SO from CRM to R/3 it is not getting called.
    Please help us by providing the steps to do the full enhancement to replicate the custom field of SO from CRM to ECC.
    Thanks in Advance.

    Hi Anjaneyulu,
    We are faced with a similar situation as you.
    Here is our scenario with the steps that we performed so far:
    1.  We have added a few custom fields in CRM 7.0 (Ehp1) using AET.
         The BDoc BUS_TRANS_MSG has been automatically extended with these custom fields.
    2.  On ECC side also, same custom fields have been added to VBAK and VBAP, using APPEND STRUCTURE. Fields were added to ADDITIONAL DATA TAB B in VA01 / VA02 transactions.
    3. Extended BAPI structures BAPISDITM and BAPISDITMX in both CRM and R/3 Side.
    4. As mentioned in the note 1053817, we have implemented BADI CRM_DATAEXCHG_BADI -> Method CRM_DATAEXCH_AFTER_BAPI_FILL in CRM (mapped fields from BDOC to BAPI structures)
    5. In the above note, for R/3 BAPI to R/3 API they have given to implement user exit USEREXIT_MOVE_FIELD_TO_VBAP which we found in MV45AFZZ. But in this we are unable to find BAPI Structure to map.
    Our issue is, when a sales order is created in CRM, it is getting replicated on ECC. But, only standard fields are getting replicated. The custom fields that we have added are remaining empty on ECC side.
    In CRM --> txn SMW01, we can see that the BDOC is populated with custom fields also.
    Could you let us know if your issue is solved completely. Are you able to see the value of custom field, in ECC? Did you use AET to add fields in CRM.
    Could you please give us the steps that you have done.

  • Is it possible to create custom buttons in CRM Ondemand?

    Hi,
    Is it possible to create custom buttons in CRM Ondemand in any detail page like the inbuilt buttons like 'New', 'Delete' etc? If possible then how?
    Thanks
    Arpita

    You can add a button using custom javascript. but this could potentially have performance issues. please test the performance and functionality if you implement a lot javascript
    see this link : http://helponmyproject.com/TTOCOD/
    Regards,
    Royston

  • Newbie: Oracle CRM on Demand Import Problem

    Hello All,
    I am loosing my mind here. I am new to Oracle CRM on demand and I am trying to Import 1 Contact record through the application using the Import Data. I am only testing with 1 record but I am not able to do the import, it is always giving me the same error.
    "1","41453","Record Specific Error","External Id: 1-4301","An unexpected error occurred during the import of the following row: 'External Id: 1-4301'".
    The parameters I chose for the import are:
    * External Unique ID
    On Demand Predefined Fields
    On Demand Row ID
    * Create Additional Records
    Don't Import Duplicate Records
    Overwrite Existing Records
    * Create New Record
    Don't Create New Record
    * Add New Value To Picklist
    Don't Import Field Value
    * Create Associated Record
    Don't Create Associated Record
    Date Values Format: EUR -DD.MM.YYYY 24:mm:ss
    File Encoding : UTF-8
    CSV Delimter : ,
    Can anyone PLEASE HELP !!
    Thanks
    Greg

    Hi,
    Remove the Field validations and import the data again it will works, after that place the field level validation on a require field. For example in Opportunity Sales Stage is Mandatory field, if any validation on Sales stage Id(because most of the people uses validation not to goto next stage unless and until previous stage completed). So in data load if at all Closed/won record is there then the validation comes into picture and it gives the error like 'An unexpected error during field import'. I think this is one of bug in CRMOD:-) Try it and i hope you will succeed.
    Cheers
    Subbu

Maybe you are looking for

  • SSRS date format in Expression Editor issue

    Hi, In the SSRS Report I am using a date field in the expression(=Fields!StartDate.Value), it returns the values in 'mm:dd:yyyy hh:mm:ss'. I dont want the hh:mm:ss part, I want only mm:dd:yyyy. is it possible using the expression editor with the buil

  • Lumia 820 Photo Resolution Problem

    Hi, Can anyone help me solve why i cannot change the photo resolution on my Lumia 820? When i check them on a PC they always come out at either 800x600 on 4:3 ratio or 800x450 on 16:9 ratio. It's driving me mad there is no option in the photo setting

  • ITunes 6.02 wont update iPod

    I downloaded 6.02 Yay! No, not really yay. Everytime i try to update my iPod Nano iTunes just shuts down. No reason just "You chose to end the non-responsive program iTunes. Send Error Report. Dont send." I didnt choose to end squat...whats wrong wit

  • Delete apps

    How does one delete apps on i pad taking too long to load?

  • Procedue  Table relationship

    Procedure-Table relations ship I am having a oroduction dtabase of around 400 procedures, which uses 250 tables.I want such a script which can produce formate in the form of name of procedure, table used , mode of table use in I(insertion),U(updation