Page#1
Goto URL – http://edelivery.oracle.com/
Click Continue button
Page#2
Give your name, company name, valid email id and country. Click Submit below.
Page#3
Select “Siebel CRM” from drop down and platform as “Microsoft Windows(32-bit)”. Click Continue.
Page#4
Search for “B53492-02″ on this page. Click that link.
Page#5
Look for Seconf Download button on the page. Or search “V13792-01″.
Here is your Siebel Bookshelf 8.0.0.0 Version.
This blog will keep focus on Siebel Web Services development. With the complex Siebel UI, people prefer to use Siebel as backend, and expose the Siebel functionalty using Web Services. Web Services are easy to configure but hard to test. Thats the challage one has to face after development. Siebel provides wizards for Web Service creation.
First lets simplify the confusion of Outbound and Inbound Web Services. So, lets see what it looks if we see from Siebel end. If Siebel invokes some third party application to query data or update/insert …
This is most interesting category where you can test,revise or refresh your siebel knowledge base. Post your clarifications in ‘Ask a Question’ menu, if any doubt.
Web Services is current world technology for Service Oriented Architecture(SOA). One party publishes a service to be consumed by other applications. Siebel suppots both Inbound and Outbound Web Services.
Learn more here………….
EAI is enterprise application integration. Siebel EAI is the most fascinating and challenging area in current market. The demand is very high as compared to supply. Having Siebel EAI knowledge is a advantage point for a Siebel Developer.
Follow the below steps to create a simple Task UI in your local Siebel application.
1.
Create a Transient BC based on S_TU_LOG table (by default), from New Object – > Transient BC.This table holds data temporarily for the TASK session.Add fields in this BC and they will automatically get assigned to some temporary columns of the table – S_TU_LOG.These columns will be storing the temporary data which can be used during the time the task is running.The class of this BC will default to CSSBCTaskTransient
Create a Transient BC based on S_TU_LOG …
First go through this video to understand what is Task UI. Then we take up the task of how to create Task UI in Siebel application.
In order to provide user interaction, quick-short forms to fill information and save it intermediately that can be resumed later, Siebel has provided a means, that is Task UI.
Task UI has evolved from Smart Scripts and Workflow. It took nice features of both and evolved as a integrated setup which is called as Task UI.
Follow the Steps to Create Task UI ,>> Next Post >>
This quiz talks about workflow topics and provides a bit of explanation to the answers. Please post your valuable feedback and suggestion over this initiative in below comments section.
Workflow
Workflow Policy
Workflow Monitor Agent
Triggers
Business Services
So, what’s you are waiting for, get started to refresh your Workflow knowledge base.
1. After workflow monitor agent successfully processes the record, then it moves the record in which table?S_ESCL_STATES_ESCL_LOGS_ESCL_REQNone2. If I do a Insert operation at the Siebel Operation step in a Workflow process, the newly created record’s row_id will be stored in ?Object IdSiebel Operation Object …
Try out the below questions on Siebel Configuration that will help you revise your siebel skills.
Configuration
Scripting
Applets
Views & Screens
Workflows
Business Services
Tools & Client
And lot more
So, what are you waiting for, just go through the QUIZZ and post your questions and feedback on Commets and Contact Me pages.
This is for Workflow Policy which has a duration specified -
1. When the workflow policy conditions are violated, a new row gets inserted into S_ESCL_REQ table.
2. Now, if DURATION is specified in Workflow Policy, the Workflow Monitor Agent inserts a new record into the S_ESCL_STATE table and removes the row from S_ESCL_REQ table.
3. Depending on the Sleep Time parameter, Workflow Monitor Agent wakes up and verifies the S_ESCL_STATE table to check whether the row had reached its expiration time in the END_TM column.
4. When the record completes its duration, Workflow …