siebel

Integration with Siebel On-Premise CRM?

Has anyone ever integrated an external web application with Siebel On-Premise CRM? Note that I'm not talking about Siebel On-Demand SaaS, but their behind-the-firewall product. Specifically, I'm trying to achieve two-way synchronization of CRM objects (contacts, accounts, sales opportunities) between my web application and a customer'...

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, strengths? ...

How to automate a Siebel GUI?

I'm looking for a way to automate a Siebel Retail 8.1 GUI (High Interactivity) for functional tests. The only option I found so far is using QTP from HP, which is quite expensive. Do you know any alternatives, or do you have any experiences with QTP? ...

How to invoke a siebel web service from a PHP web application?

I am developing a Portal in which i have to pull some data from a siebel Call center application through one of the published web services. I would be glad if some body provides some code snippet for a sample application. ...

CRM Ondemand Integration Events queue

I've been using the Integration Events web service, for not that much, and i was wondering if there is an elegant way to manage the queue. I changed the integration event wsdl, to fit my needs, but i don't know what value i need to set in the xml for the EventCount to make it not required. Thanxs in advance. ...

How do I update a key field on insert for SQL Server (Siebel table S_CAMP_CON)

I need help on writing a trigger in SQL Server to be used in Siebel: The system field ROW_ID has to be unique (key) When the field INSERT_CD and CAMP_WAVE_ID is null then ROW_ID must be generated (see below). If not, leave ROW_ID as is. ROW_ID is a key field of varchar(15). The following statement generates the perfect key/row id: s...

Difference between "Oracle Siebel CRM On Demand" and salesforce.com CRM

Looking for differences between Oracle's Siebel CRM On Demand and salesforce.com CRM Actually looking for points favouring the Siebel OD CRM Tried googling and bing-ing it but found old stale information from around 3-4 yrs back, so any links to updated information will also be appreciated deeply. And while we are on the subject, how ...

QTP+VM: Why is the Click command not executed when I'm not conncted to the VM via Remote Desktop?

I'm using QTP 10 together with VMWare to test a Siebel Application. I'm executing the following code to click on a Save button. Browser("Siebel").Dialog("Filedownload").WinButton("Save").Click The code works perfectly fine when I'm connected to the VM via Remote Desktop. On the other side, when I'm starting the QTP test through the s...

Autopopulate textboxes in Sieble CRM system, trough webBrowser1 in c#

Do any have any experience how this cold be done, if you look at the image im looking for a solution to programacly change the Name field to somehing else stored inn a variable from a other textbox. i was thinking of using something like private void button1_Click(object sender, EventArgs e) { var xBox = textbox1.value; ...

Invoking Task UI in Siebel 8

Hi, I'm trying to invoke a Task UI in Siebel 8 and don't get anywhere. I've added a button to an applet, with Method Invoked "LaunchTask" and the following Control User Prop: Name: Task Name Value: That button doesn't even show up in the UI. When I change the Method Invoked to something else the button is displayed. Does anybody...

Try Catch block in Siebel

I have a script which sends a set of records into a file. I'm using Try - Catch block to handle the exceptions. In the catch block I have a code where it has the pointer to next record. But this is not executing . Basically I wan to skip the bad record n move to next record. while(currentrecord) { try { writerecord event } catch { curr...

Siebel - Strange Error

I'm trying to update the values of a BC fields using a Business Service. while executing it I get the error as follows ORA-01407: cannot update ("SIEBEL".""."MODIFICATION_NUM") to NULL. Since the Modification NUm is a system field there is no chance that I would even touch that particulr column. Not able to unnderstand wht this error i...

Getting the Contacts from a Campaign in Siebel On Demand

I am able to get a list of Campaigns and filter on those to get only the campaigns I want. How do I get a list of Contacts for 1 specific campaign? I have the web service classes in my project but can't see any way of relating to the Child objects of the Campaign object. Documentation is awful, none of the examples had working code a...

Is it possible to automate Siebel testing behind the GUI?

My test team currently uses QTP to test through the GUI, but like any automated test suite that relies on the interface, it is more fragile than automating tests that directly interact with the code. I am attempting to learn more about Siebel and Siebel Tools to better understand how we might be able to test below the GUI, but would like...

Siebel integration with Java

i have applied for a position in a company that works with siebel CRM and its integration with Java....i wanted to known certain things about this position from people who might have worked in this field..what is the average salary..and how would the learning experience be for a fresh graduate....will i have a good future in this field.....

What does Siebel Error SBL-BPR-00176 mean?

My webapp talks to Siebel just fine in one test environment, but in another we are getting the following error message: <Exception> <Major No.>256</Major No.> <Minor No.>6750384</Minor No.> <Message> The workflow/task engine cannot determine a next step while executing process definition 'Dynamic Pricing Pro...

siebel-BIP reporting customized with c#

Hi everyone, I am working on an application that will be written in c# which will sit between Siebel and Oracle BIP. As I understand it, users select the reports they want to generate on the Sielbel front end. Oracle's BI publisher does the job of actually formatting the report and sending it back to the Siebel front end. Im trying to ...

regarding difference between siebel crm and microsoft dynamic crm

hi every now i would like to learn one cource.i think to learn any CRM cource that i seither SIEBEL CRM or DYNAMIC CRM but which one is better to learn and in which one jobs r good .plz could some plz suggest me .thanks ...

Siebel Answers via URL, how can I do this in .net

Hi, I', currently having to create reports and use Siebel dashboard to download them via a URL in .net. The issue is I dont know how to do select statements the same way, IT wont allow me to go through alternative methods (Firewall) but I was hoping someone can give me some direction. I cannot access Sibel DB or the application, only ...

Javascript for date sorting in Applet level in siebel

Hi, I have date field named ENDDATE in a BC, i need to display the latest records in the applet based on this date field using applet level java script so need the records should be in desc based on this date, can anybody help me with the script and the implementation on which event i should deploy this script, i am using siebel 8.0 No...