Tips & Tricks

(1) Invoking workflow on specific server

When workflows are executed through workflow process manager business service then they are executed on the same server where request is made. 

Whereas, Server request and Asynchronous Server Request business service can send request to other servers for workflow execution; this can be done by specifying server name as input argument.


(2) Where not to use STOP Step


We should avoid using Stop steps in workflow policies and integration workflows as they may cause server component to error out.



(3) Keyboard Shortcuts in Siebel Tools

Ctrl + F7            : For SRF Compile
Ctrl + F10          : For Checking In Object
Ctrl + Q             : For doing Query
Ctrl + Shift + F9 : For clearing all the break points
Ctrl + E              : For Hiding and Unhiding Object Viewer
Ctrl + Tab           : For Navigating between open Tab inside the tools

(4) Keyboard Shortcuts in Siebel Client:


F2                    : To open Pick Applets and MVGs

Ctrl + Shift + X : For Logging Out of the Application
Ctrl + Shift + A : For going into Site Map
Alt + Q              : For doing Query
Alt + R              : For Refining Query
Alt + Down       : For Moving to Next 20 Records
Alt + Up            : For Moving to Previous 20 Records
Ctrl + Up           : For Moving to Previous Record
Ctrl + Down      : For Moving to Next Record

No comments:

Post a Comment

Updating parent BC depending on the status of child BC using configuration

Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...