Click above to view it.
This video gives you an idea related to Web Service in General, which is necessary to know to design Siebel Integration using Web Services
- what a Web Service is called,
- what are its various components,
- how it has been standaradised,
- what is a WSDL, PORT, Binding, Service End Point
and lot other answers related to Web Services in Generic.
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.
For Full Screen of Slide, click on Bottom-Left corner – “full”.
Performance with Siebel application has always been a challenge. Siebel suggest lot many ways to improve performance with from database to application configuration in tools. Here is a pdf which talks about performance improvement using Siebel Configuration.
.
.
.
Hope you enjoy this slide, post your feed back below.
For Full Screen of Slide, click on Bottom-Left corner – “Menu”.
Siebel Scripting – eScript
.
.
.
Hope you enjoy this slide, post your feed back below.
For Full Screen of Slide, click on Bottom-Left corner – “Menu”.
.
.
.
Hope you enjoy this slide, post your feed back below.
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 >>