Questions tagged [siebel]

Oracle Siebel is a CRM solution for large businesses.

Oracle Siebel is a CRM solution for large businesses. Originally started in 1993 as a sales force automation tool, it was acquired by Oracle in 2005. At one point in 2002, it had been the dominant CRM provider with 45% of the market share.

Siebel is a three-tier application consisting of web-, application- and database server. Although there are a few thick clients, the most usual scenario of user interaction is via web browser. Until version 8.1.1.9 the only supported browser was Microsoft Internet Explorer, because of ActiveX components usage. With the introduction of new Open UI in 2012, based on open standards such as HTML5, CSS and JavaScript, mostly all modern browsers are supported.

There is a versatile set of tools for application customization. Siebel offers an integrated IDE called Siebel Tools to carry out most of the development tasks. Also many aspects of business automation can be achieved through administration of standard system components.

Developed in C++, Siebel offers integration with the following object interfaces available to external programs and programming languages:

  • COM Data Control
  • COM Data Server
  • Mobile or Dedicated Web Client Automation Server
  • Siebel Smart Web Client Automation Server
  • Java Data Bean
  • XML Web Interface
  • CORBA Interface

Resources:

346 questions
781
votes
33 answers

jQuery get value of selected radio button

The problem statement is simple. I need to see if user has selected a radio button from a radio group. Every radio button in the group share same id. The problem is that I don't have control on how the form is generated. Here is the sample code of…
user1114212
  • 7,827
  • 2
  • 14
  • 3
122
votes
4 answers

Can mathematical operators *, /, +, -, ^ be used to convert a non-zero number to 1?

I am working with software (Oracle Siebel) that only supports JavaScript expressions with operators multiply, divide, subtract, add, and XOR (*, /, -, +, ^). I don't have other operators such as ! or ? : available. Using the above operators, is it…
yas
  • 3,520
  • 4
  • 25
  • 38
7
votes
3 answers

Is anybody using OBIEE (formerly Siebel Analytics) ? What is your experience

We are in the process of selecting BI stack for our data warehouse. The top contenders are OBIEE = Oracle BI Enterprise Edition (formerly Siebel Analytics) and Microstrategy. Has anyone worked with OBIEE? Lessons learned? General impressions? Flaws,…
5
votes
1 answer

onbeforeunload - bind to selective events

I am working on a enterprise application where forms a generated dynamically and we don't have control over the code. Most of the controls in the form have following code associated to them