Search This Blog

Nov 14, 2017

Siebel IP 2017 - Web Tool Development Steps

Siebel IP 2017 Development and Deployment Steps :

1. Click on the Workspace Icon in Siebel Web Tools application.
2. Create a New work space.
3. Select the workspace and Click on open the workspace.
4. Now make the modification to object whichever you want.
5. Click on the workspace and select your workspace.
6. Now click on the version button and enter the comment.
7. Now click on the submit button.
8. Wait until the Deliever option enable.
9. Once you see the deliever option is enabled, you can click on the button to deploy the changes.

Thats All !!!!!!!!!!!

Apr 4, 2017

Shortcust for Siebel Application - User Interface

Record Management
Sr. No
Description (Action)
Shortcut Keys
1
New Record
CTRL + N
2
Copy Record
CTRL + B
3
Delete Record  
CTRL + D
4
Save Record
CTRL + S
5
Undo Record  
CTRL + U OR ESC
6
Select All Records in List
CTRL + A

Record Navigation
Sr. No
Description (Action)
Shortcut Keys
1
Next Record
CTRL + Down Arrow Key
2
Next Page of Records
CTRL + ALT + . (In List Applets)
3
Last Page of Records
CTRL + ALT + L (In List Applets)
4
Previous Record
CTRL + Up Arrow Key
5
Previous Page of Records
CTRL + ALT + , (In List Applets)
6
First Page of Records
CTRL + ALT + F (In List Applets)

Query & General Management
Sr. No
Description (Action)
Shortcut Keys
1
New Query
CTRL + Q
2
Execute Query
ENTER in a Field OR CTRL + ENTER in a Text Area
3
Refine Query
CTRL +R
4
Site Map
CTRL + SHIFT + A
5
Open Search Center
CTRL + F OR CTRL + SHIFT + F
6
Run Report
CTRL + SHIFT + R

Jan 30, 2017

Create Employee From Siebel Web Service


Creating inbound web service to allow external application to create Employee User in Siebel

Requirement:
External application should be allowed to create an Employee user in Siebel application. 

Solution
The follwoing example is provided using a copy of “Siebel Employee” business service (class CSSEAIDataSyncService) as follows: -
 
1.    Login to Siebel tools application.
  1. Create a copy of the standard Siebel Employee business service and change Name and Display to Siebel Employee Interface.  For test purposes, renamed to Siebel Employee Interface Test. 
  2. Select Business Service Method and confirm that a number of methods are present (Delete, Insert etc). 
  3. The business service references an integration object. This integration object is specified in the Integration Object property of the Business Service Method Argument where Name = SiebelMessage.  For each business service method, set Integration Object and Display Name to the name of the integration object that you want to use Example “Siebel Employee Interface". 
  4. The integration object is also specified in the Value property of the Business Service User Prop where Name = Internal Integration Object.  Set Value to the name of the integration object that you want to use e.g. “Siebel Employee Interface”.
  5. Compile the business service to the .srf used by the client and the server.
2. Login to Siebel Application: -
a.       In the Client select Site Map > Administration – Web Services > Inbound Web Services and create and publish an inbound web service record for your business service, by performing the following steps:
                                                   i.      First, click on the Business Service MVG to open the applet, then click on the {New} button.
                                                 ii.      Enter a name for the business service and select it from the 'Service Name/Business Process Name' picklist.
                                               iii.      Click {Save} button to close the applet.
                                               iv.      Then, then select the business service you just added and then click {Pick}.
                                                 v.      Detailed step on this link
b.       Generate a WSDL
                                                   i.      In the Inbound Web Services view, choose the inbound Web Services you want to publish and click Generate WSDL. A WSDL file is generated that describes the Web Service.
                                                 ii.      Save the generated file.
                                               iii.      Share this wsdl file with Third party system.
 

Siebel IP 2017 - Web Tool Development Steps

Siebel IP 2017 Development and Deployment Steps : 1. Click on the Workspace Icon in Siebel Web Tools application. 2. Create a New work s...