Siebel

Everything you want to know about Siebel !!!

Toggling with the Search Specification in Applet

I came across a blog posted by Mr. Mahendran on Search Specification with a critical scenario…

Please read the blog here… LINK

August 28, 2008 Posted by Narayan Patro | Configuration, Scripting | | No Comments Yet

want to show a * on a field in Siebel which is not marked as REQUIRED

Example: Lets say we want to show the red asterisk on “Main Phone Number” field on Contact Form Applet.
Solution:

Select the appropriate applet and check the edit web layout option.
Select the properties of the requied field….
and under Caption String-Override add the following HTML code…
<body><font size=”3″ color=”#FF0000″> *</font> Main Phone Number</body>

August 12, 2008 Posted by Narayan Patro | Configuration | | No Comments Yet

Error !!! – “The application is in a lock-out mode (SBL-DCK-52032)”

Scenario: While connecting to Local DB through Developer / Mobile Client, users would face similar issues…

Resolution:

The siebel remote system preferences are set as follows

DCK: PwdLockoutFlg             TRUE

DCK: PwdLockoutInDays         1

DCK: PwdLoginTries                2

So the siebel remote Enable Mobile Web Client Lockout setting is selected (DCK: PwdLockoutFlg=TRUE ) , the Mobile Web Client counts unsuccessful user login attempts. When the count reaches the value of the Failed Login Attempts setting(DCK: PwdLoginTries=2), the Mobile Web Client prevents that user from logging in for the number of days specified in the Lockout Period setting(DCK: PwdLockoutInDays=1).

You have 2 options:

1) wait one day until the Lockout is not active
2) a- set siebel remote systeme preference DCK: PwdLockoutFlg to FALSE. This can be done by unchecking the box “Enable Mobile Web Client Lockout” in the Siebel Remote System Preferences views.
b- reextract the user

August 6, 2008 Posted by Narayan Patro | Remote | | 1 Comment