Siebel CRM On Demand Comparison with competitors

Can anyone share the Siebel CRM On Demand competitors comparison chart details or presentation.
Thanks!

I do not think there is any independent comparison chart. Every vendor might provide one showing their product beats everyone else. Gartner and Forester ranks CRM On Demand as the leaders in the CRM Space. They are still behind salesforce.com.
I would suggest look at the functions you are trying to achieve and see which software would make sense. CRM on Demand is on a growth curve while salesforce has stabilized in the market space. CRM on Demand has some of the key functionality from Siebel and I can see they making rapid advancements. Salesforce has lot of partners. CRMOD R16 is going to be a major release with regards to functionality. Issue with CRMOD is they never tell you when they are coming out with a new release. This kind of sux!!.
R15 of CRMOD has only 3 custom objects and R16 is expected to come out with somewhere between 8 - 30. Salesforce already has more than 30 custom objects (depending on the version).
Salesforce data center architecture has been questioned of late - since all the salesforce customers were out for 40 minutes sometime last week. This will not happen in Oracle with their Pod Structure. One pod going down wont bring all the customers down.
Oracle customer service has improved over the last year.
If you are looking for any major functionality - let us know and we can help you

Similar Messages

  • Connecting SIebel CRM On Demand with PHP

    Hi, I need to consume web services of SIebel CRM On Demand with PHP.
    I reading the documentation about CRM but this have examples with C#.
    In the documentation i need first loggin in the CRM, but i dont know how connect from PHP.
    Please Can you give some links about SIebel CRM with PHP.
    Regards,
    Ricardo

    This is in PHP and will return the session ID.
    $this->crmdomain points to your URL.
    function login() {
    $url = $this->crmdomain . "/Services/Integration?command=login";
    $page = "/Services/Integration?command=login";
    $headers = array("GET ".$page." HTTP/1.0",
    "UserName: YOUR USERNAME",
    "Password: YOUR PASSWORD",
    $this->ch = curl_init();
    curl_setopt($this->ch, CURLOPT_URL,$url);
    curl_setopt($this->ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($this->ch, CURLOPT_HTTPHEADER, $headers);
    curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt($this->ch, CURLOPT_SSL_VERIFYHOST, FALSE);
    curl_setopt($this->ch, CURLOPT_HEADER, true);
    $data = curl_exec($this->ch);
    if (!curl_errno($this->ch)) {
    $SessionId = substr($data,(strpos($data,"Set-Cookie:")+23),(strpos($data,";")-strpos($data,"Set-Cookie:")-23));
    curl_close($this->ch);
    return $SessionId;
    } else {
    return(0);
    }//endof

  • Siebel CRM On Demand User Group

    Not sure if this specifically fits under this particular forum but...
    Does anyone know if there is a specific Siebel CRM On Demand Users Group? I am aware of the Oracle Application Users Group etc, but I'm not sure if it caters for the On Demand model of Siebel, or just the Enterprise model.
    If anyone knows which group(s) serve Siebel CRM On Demand users either globally, regionally or locally (especially in Australia), please post the details.
    Regards,
    Cameron

    Hi Kathy,
    I believe a users group would be beneficial in APAC (particularly in regional locations e.g. Australia, New Zealand etc).
    I would see it serving multiple roles -:
    1. To act as a forum for Siebel CRM On Demand users to share their collective knowledge and experience with the product.
    2. To act as a collective voice for Siebel CRM On Demand users.
    3. To act as a conduit for communication from Oracle to their customers, and in turn from the customer to Oracle.
    4. To promote and facilitate educational offerings and training opportunities.
    5. To promote and facilitate networking opportunities.
    In a nut shell, it should serve to promote Knowledge, Advocacy, Communication, Education and Networking.
    If I'm not mistaken, such groups exist and represent the user base of just about every product that Oracle sells except for Siebel CRM On Demand. I feel that it is important for the Siebel CRM On Demand user base to be able to benefit from a users group similarly representing them.
    That being said, I can understand why you would have conflicting opinions on the usefulness of such a tool in APAC. As a region, Asia Pacific is particularly diverse and as such, a users group would have to be capable of representing the interests and needs of each unique demographic.
    Regards,
    Cameron.

  • Error while calling siebel crm on demand web service

    Hi.
    Has anyone encounter this problem before while trying to invoke the Siebel crm on demand web services? Please help.
    Also, do I have to set up the SSL Trust Key and trust file to include the Siebel crm SSL cert?
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultString: com.ibm.wsspi.channel.framework.exception.ChannelException: com.ibm.wsspi.channel.framework.exception.ChannelException: Invalid trust file name of null
    faultActor: null
    faultDetail:

    Hi, yes I only use jax-ws to generate client artifacts for On Demand. I can imagine for first time user you have really big problems to generate the client code... The reason for this is in most cases the size of the wsdl files.
    What you can do is.
    1. Think about what you really need of the selected wsdl. eg. if it is account do you need all related objects like PlanAccount etc?
    2. If you know what you need start to delete the not needed definitions from the wsdl and try the generation of client afterwards.
    Best Regards
    SL

  • Outbound Integration in Siebel CRM On Demand

    As we know that only Inbound integration is possible in Siebel CRM on Demand.Has anybody ever done outbound integration in Siebel CRM on demand using Integration event or using ASP?
    Please repond soon.

    Hi Max,
    Thanks for your reply.
    I have built a workflow.
    Name : SH
    Record Type : Contact
    Trigger Event : When New record saved.
    Then created action .
    Name : Outbound Integration
    type : Integration Event
    I select 'Track Changes' for two fields named : First Name and Last Name as it will save changes in a file whenever any new record saved.
    Then I went to Webservice Administration and downloaded zip file for Integration event wsdl.Also I downloaded wsdl file for contact.
    There are few points where I am stuck.
    1) In pdf,they talked about one xml file which will save all changes whenever any new contact record saved because it is created as Integration Event.
    Which file is this?(Integration Event.wsdl???)
    2) Should I use any of the above downloaded wsdl files to create webservice in siebel as I am doing integration b/w Siebel ondemand and Siebel CRM??
    Can you give me a glimpse of the program to ping the queue ?Where do I need to write code in CRM on Demand?Which changes do I need to do in SIebel CRM?
    Thanks for your help.

  • Can CRM On Demand integrate with SAP applications?

    Hi,
    Can Siebel CRM On Deamd can work integrated with SAP applications..?

    Siebel CRM OnDemand can integrate with SAP applications using custom web services.

  • How can I get the help documents of Siebel CRM On Demand Answers?

    How can I get the help documents of Siebel CRM On Demand Answers?

    Click any help link within CRM On Demand to access the Online Help. There is a link in the top right to open the Help as a PDF file. You can even print this 777 page PDF file in part or whole if you really want to.
    Mike

  • Siebel CRM On Demand single sign on

    Hi,
    Can any one guide me how to configure a Siebel CRM On Demand Single sign on.
    If any documents please send the documents @ [email protected]
    Thanks,
    Srinivas Merugu

    All, you can find this document at the following link:
    http://www.box.net/shared/3oaotb70zm

  • Siebel CRM On Demand

    I could not find any Siebel CRM On Demand forum here,if some one knows please inform me.
    Regards,
    Salman Ali.

    This same question was answered in the CRM On Demand Admin forum.

  • Siebel CRM On Demand Wealth Management Edition

    Hi,
    Does any one have documentation for Wealth Management Edition. I want to know what Objects are used in it and are they best practices .
    Thanks
    Ahmed

    I do not think there is any independent comparison chart. Every vendor might provide one showing their product beats everyone else. Gartner and Forester ranks CRM On Demand as the leaders in the CRM Space. They are still behind salesforce.com.
    I would suggest look at the functions you are trying to achieve and see which software would make sense. CRM on Demand is on a growth curve while salesforce has stabilized in the market space. CRM on Demand has some of the key functionality from Siebel and I can see they making rapid advancements. Salesforce has lot of partners. CRMOD R16 is going to be a major release with regards to functionality. Issue with CRMOD is they never tell you when they are coming out with a new release. This kind of sux!!.
    R15 of CRMOD has only 3 custom objects and R16 is expected to come out with somewhere between 8 - 30. Salesforce already has more than 30 custom objects (depending on the version).
    Salesforce data center architecture has been questioned of late - since all the salesforce customers were out for 40 minutes sometime last week. This will not happen in Oracle with their Pod Structure. One pod going down wont bring all the customers down.
    Oracle customer service has improved over the last year.
    If you are looking for any major functionality - let us know and we can help you

  • Siebel CRM On Demand Help

    Hi,
    I am in urgent need with the help on the following 3 actions I need to undertake today. I hav not used Siebel CRM for about 2 years and am in urgent need of assistance if anyone can help it would be MUCH appreicated.
    · Enter the business card contacts provided into the CRM system
    · Import the sales pipeline data (provided in Excel format) into the system
    · Produce a sales pipeline report using the CRM system
    Many thanks

    This same question was answered in the CRM On Demand Admin forum.

  • CRM On-Demand Intergration with Phone System

    Hello,
    We have now began looking at requirements for a new phone system for the company. I have been asked to investigate what our departmental requirements are.
    Due to the fact that i manage the Company CRM i am asking that a key requirement must be that the new Phone System integrates with our Oracle CRM On-demand Application.
    Has anyone integrated their On Demand application with a phone system other than all the Oracle applications such as "CCA" or "Call Centre on-Demand".
    Can you recommend or do know of any products that are able to integrate with on_demand?

    Hello JE,
    We as a SI ingetegated CRMOD with phone systems like CISOC, Avaya etc. If you are interested, you can email me. I can put you in touch with right person in my Organization to take it forward
    -- Venky CRMIT

  • Siebel CRM on-demand URGENT help

    Hi,
    I am in urgent need with the help on the following 3 actions I need to undertake today. I hav not used Siebel CRM for about 2 years and am in urgent need of assistance if anyone can help it would be MUCH appreicated.
    ·     Enter the business card contacts provided into the CRM system
    ·     Import the sales pipeline data (provided in Excel format) into the system
    ·     Produce a sales pipeline report using the CRM system
    Many thanks

    In reference to your questions:
    1) There are several 3rd party program such as Card Scan that will allow you scan in your business cards and put them in file format that can be imported into OnDemand.
    2)Usine the OnDemand import wizard you have the ability to import accounts, contacts and opportunities from a CSV file.
    3) OnDemand has some built in sales pipeline reports or you can create a custom report.

  • Integrating Environments of OBIEE with Siebel CRM fins

    i want to drive siebel screen data by clicking on obiee dashboard that is embedded in a view in siebel . i understand that we can do this using action link but i am not getting the option for action link in column properties because their environments are not integrated so can anyone suggest me the steps that are needed to be done ???
    Any help is highly appreciable
    ps: siebel swse and obiee server are installed on same machine and siebel server and gateway are installed on a different machine

    Don't open multiple threads with the same question!
    Integrating obiee and siebel crm environments
    OBIEE integration with Siebel
    Integrating Environments of OBIEE with Siebel CRM fins
    Did you set the NQHOST parameter in Siebel? Read also this: http://download.oracle.com/docs/cd/E14847_01/bia.796/e14843/anyinstadmnappintegrate.htm#i1043309
    The action link option is only available in an integrated environment. This also means you need to access Answers via Siebel.
    There are also some license keys which must be activated in Siebel. You can get them here: http://licensecodes.oracle.com/siebel_crm_bi_integration.html

  • Integration from CRM on Demand

    Hi All,
    Is it possible to send integration request from siebel crm on demand.If so, How do we do it.
    I want to integrate CRM on demand with peoplesoft system.Is there any way for the same.
    Any help is appreciated.
    Thanks in advance.
    Vamsi.

    Hi,
    This approach includes use of Web Services Exposed by Oracle.
    (Navigate to Admin >>Web Services Administration >>Download Documentation button on your CRM Admin Account for a PDF Document on Web Services.
    Firstly, write code to query CRM for Opportunity and Lead created in last 1 hour
    Once the Code is written make sure you schedule it for execution say interval would be every 1 hour.
    Dump all the Queried data to People soft System accordingly.
    - Messer
    Edited by: Deepak H Andeli on Nov 27, 2009 12:28 PM

Maybe you are looking for

  • My ipod touch 4th gen isn't recognized on my itunes and if i restore it it says i cant because of the forgotten passcode

    I tried to put it in restore but my sisters passcode is still on it and she forgot it and i cant restore it because of the passcode.

  • Display, Backlight & OS issue

    Hi all, So, I opened my Macbook Pro 13" Late 2011 this morning to find the screen behaving strangely.  There was a blue tint spreading from the left side, like ghosting, but more streaky. Anyway, first thing I tried was to shut down the Mac and start

  • F1 button in SAP CRM 2007

    Hello Everybody, I would like to get a similar F1 (documentation) help on web UI fields. Tooltip can be achieved defining few methods, however I would like something similar to SAP GUI documentation help. Is anyone aware of such a requirement / has d

  • Demo Backend System

    Is there any demo backend and gateway system SAP provides that we can use with SAP River RDE for developing Fiori applications.

  • Adobe photoshop elements 8  downoad

    My old computer with Adobe Photoshop Elements 8 crashed - where can I download the old software version since I don't believe my license key will work with the newest version? Thank you